Using activex control in .net?
What is the difference between VB and VB.NET?
Do you know what is lambda expressions in c#?
What application do you use to install a Windows service?
Explain how to spawn a thread?
where are connection strings stored?
What is Active Directory? What is the namespace used to access the Microsoft Active Directories? What are ADSI Directories?
DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12
Explain what is the difference between odbc and ado?
What is .net core used for?
What is managed code in .NET?
What is the use of immutability?
Why do we use msmq?