![]() Related Questions By default the ASP.Net app runs in the context of a local user ASPNet on IIS version 5. On IIS version 6 on windows 2003 it is called Network service Latest Answer : ASPNET is the account name for the asp.net application running on IIS 5.0. ... 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 consists of
1) CLR
2) Class library
3) ASP.Net
CLR (Common Language Runtime): The name itself gives you an idea what CLR is.
RUNTIME can be described as a reduced version of a program. It enables you
to Execute the program ... Read Answers (2) | Asked by : rajani Which method get called between a object is declared and it is collect by the garbage collector.A)DeleteB)Disposec)FinalizeD)Close Read Answers (2) | Asked by : singh 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 : Session variables are maintained for particular session like for particular user only, so any user related information has to be saved in session variable.  While application variables are maintained for whole application. Whole application related ... Read Answers (2) | Asked by : Shiv If i place an attribute called "runat=server"how the execution goes to server? i.e will this application contact client browser? Read Answers (1) | Asked by : R.Anil prasad Encapsulation Latest Answer : Encapsulation ... HasErrorConflict Latest Answer : HasConflict Mathod is used on the DataTable to indicate conflicts after update method is called? ... 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 : Using Partial Classes we can have same class span across multiple files.However it is considered as a single class by CLR. Infact,if we can take a look into IL code, we will find a single class only. So two developers can work on their own copy ... Read Answers (2) | Asked by : girish In which interface the template of any control like Gridview would Initiate? Latest Answer : In ItemTemplate Inside TemplateColumn ...
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||