![]() 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 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 Latest Answer : I believe you create a merge module as there are components that are used in other apps ... Read Answers (2) | Asked by : Senthil Kumar Latest Answer : There are basically two methods in .Net to generate dynamic code through your program. One is to use CodeDom library while other is to use Reflection Emit library. The System.CodeDom library is used to generate the standard CLS (Common Language ... 1)How will you load dynamic assembly? How will create Assemblies at run time? 2)How to maintain View 1)How will you load dynamic assembly? How will create Assemblies at run time? 2)How to maintain View State of dynamically created user controls? For example, If I am creating few instances ? Read Answers (1) | Asked by : prangyasri jena Latest Answer : HttpCookie l_objCookie = new HttpCookie("myCokie", "myValue");l_objCookie.Expires = DateTime.MaxValue;Response.Cookies.Add(l_objCookie); ... Read Answers (3) | Asked by : esub khan Latest Answer : Components are packaged in assemblies. Assemblies are the reusable, versionable, self-describing building blocks of .NET applications. The simplest assembly is a single executable that contains all the information necessary for deployment and versioning.x ... Read Answers (2) | Asked by : kiran kumar Latest Answer : the ado.net is based on xml, xml is used for data transfer, XML provide Great scalability to ado.net normally in other languages data transfer is done in binary formet which give a limited scope to a application bcz it is not easy to send data ... Read Answers (3) | Asked by : foram Latest Answer : User Control : A usercontrol is a templete control that provides extra behaviour to all individual control to be added to user control in GUI designer. These controls are added to the user's control Templete file .ascx. it is similar to aspx file and ... 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 Latest Answer : The primary purpose of the AppDomain is to isolate an application from other applications. Win32 processes provide isolation by having distinct memory address spaces. The .NET runtime enforces AppDomain isolation by keeping control over the use of memory ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||