-
-
-
-
-
-
-
-
-
CLR
What does CLR do after the IL is generated and machinelanguage is generated .Will it look for main method ?
-
What is .NET?
According to Microsoft, .NET is a "revolutionary new platform, built on open Internet protocols and standards, with tools and services that meld computing and communications in new ways".A more practical definition would be that .NET is a new environment for developing and running software applications, featuring ease of development of web-based services, rich standard run-time services available to...
-
-
-
-
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