-
Server Crash
What will happen to sessions when a server crash?
-
CLR and Base Class Libraries
Define clr and base class libraries.
-
-
-
-
-
-
-
-
GC and Performance
If there are 5 different .net applications running on a single machine,When the Garbage Collector wakes up how does it release the unused resources1)Will there be 5 threads of GC running(1 for each application)?2)Will there be just 1 thread of GC servicing all the 5 applications?3)Irrespective of the above scenarios,wil there be performance issues with the 5 applications because of the GC
-
-
-
-
-
-
Difference between static page and dynamic page?
Static PagesQuick and easy to put together, even by someone who doesn't have much experience. Ideal for demonstrating how a site will look. Cache friendly, one copy can be shown to many people. Dynamic PagesOffers highly personalized and customised visitor options. Database access improves the personalized experience (as opposed to using just client side cookies) Scripts can read in data sources and...
-
-
-
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
-
Microsoft.NET Interview Questions
Ans