What are the versions of garbage collection?
Answer / Dharmendra Kumar Pal
In ASP.NET, there are two primary versions of garbage collection: Generation Garbage Collection (GC) and Concurrent GC. Generation GC manages memory by dividing objects into generations (0, 1, 2). Newly allocated objects belong to generation 0, and as the generations age, they move up one level. Concurrent GC collects garbage concurrently with the application while it is running, improving performance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Way of updating a table other than stored procedure and hard coded query?
What is global.asax file used for?
Disable Session State at the Application Level
Why do we need a web application session?
How do I use a proxy server when invoking a web service?
What is the result when the Web Form containing the following line is complied and executed? <asp:Button id=?thebutton? onClick=?theEvent? /> a) The button control is created; theEvent is the click event handler. b) Compiler error; the control must be set to runat=?server?. c) Compiler error; onClick is not a valid attribute. d) Runtime Exception; the control must be set to runat=?server?.
What are the different types of sessions in asp.net?
Which is the parent class of the web server control?
suppose i am Admin in my application and i have to terminate the session of the particular user in my application.........how can i do it....?????
What are the Application_Start and Session_Start subroutines used for?
What is slidemaster?
Describe session handling in a webfarm?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)