Wednesday, 1 June 2022

azure database

 

azure firewall setting allow azure to access database then it will work fine'

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...