Wednesday, 12 March 2025

Real time issues

 azure blob name spaces issue getting filename has different characters so getting error that 

path not found.
2.don't use increment id as save for the other table  
3.use country code instad of name may be name will changes

No comments:

Post a Comment

remove duplicates in an sorted array

  using System; public class HelloWorld {          public static void Main(string[] args)     {         int[] ar={2,2,3,3,4,6,6};          C...