![]() |
| Home | Tech FAQ | Interview Questions | Placement Papers | Tech Articles | Learn | Freelance Projects | Online Testing | Geeks Talk | Job Postings | Knowledge Base | Site Search | Add/Ask Question |
![]() Related Questions The .NET Framework has two main components: the common language runtime and the .NET Framework class library.You can think of the runtime as an agent that manages code at execution time, providing core Latest Answer : .Net framework is an environment provided on top of the OS which looks into Memory managementThread managementand providesLanguage independencePlatform independenceIt is defined by Microsoft as 'an environment for building, deploying and running ... Read Answers (1) | Asked by : rajani ViewState in ASP.NET IntroductionMicrosoft ASP.NET Web Forms pages are capable of maintaining their own state across multiple client round trips. When a property is set for a control, the ASP.NET saves Latest Answer : view state allows the state of objects to be stored in a hidden field on the page.it is transported to the client and back to the server, and is not stored on the server or any other external source.view state is used to retain the state of serverside ... Read Answers (1) | Asked by : Shiv Encapsulation Latest Answer : Encapsulation ... One of the language enhancements in .NET 2.0—available in both VB.NET 2005 and C# 2.0—is support for partial classes. In a nutshell, partial classes mean that your class definition can be split Latest Answer : partial types are defined using the keyword “partial”. Further, the “partial” keyword should precede the type signature definition. Note that the partial keyword applies to classes, structs, and interfaces, but not enums. It also ... Read Answers (1) | Asked by : girish In which interface the template of any control like Gridview would Initiate? Latest Answer : iTemplate interface ...
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||