-
-
-
Comparison between two strings
Write a program to read two strings from the keyboard using readline statement and compare them ignoring the case?
-
-
Server Crash
What will happen to sessions when a server crash?
-
-
Bind GridView Column
How will you bind gridview particular column in datatable using windows application?
-
-
-
-
-
-
-
-
CLR
What does CLR do after the IL is generated and machinelanguage is generated .Will it look for main method ?
-
-
-
Creating list of objects
Which is better one to follow1.Creating object every time passing values as a parameters to constructor and add to the listor2.Create it once i.e, default constructorand assign values to properties and add it to the list
-
-
Access Private Members
How will you access private members of a class without using Reflection?
Microsoft.NET Interview Questions
Ans