Thursday, 12 December 2024

Capgemini

 Can you give your brief introdcution?

2.Ref vs OUT?

3.Abstarct vs interface class

4.Extenstion methods?

5.Multithreading/

6.Generics?

Delegates?

Sealed class?

Genrics

deleagates

SOLID

HTTP verbs

contetnt negotiation?

what is the purpose of startup.cs

cluster and non clustered 


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