Define unmanaged code?
Answer / Rinku Gupta
Unmanaged Code refers to code that is not managed by the .NET Common Language Runtime (CLR). It includes C, C++, and certain sections of assembly code. Unlike Managed Code, Unmanaged Code does not have automatic memory management, garbage collection, or other features provided by the CLR.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the post & get method?
What are the methods in applet ? When is init(), start() called ?
when we use ajax in.net
Name at least two methods of response object other than Transfer.
What is Round Trip
how u can use asp.net for making website?
Which line of code would instantiate the Browser Capabilities component? A. objBrowser = Server.CreateObject("MSWC.BrowserType") B. Set objBrowser = Server.CreateObject("MSWC.BrowserType") C. var objBrowser = Server.CreateObject("MSWC.BrowserType") D. var objBrowser = CreateObject("MSWC.BrowserType") E. var objBrowser = Server.CreateObject("BrowserType")
How to refersh an asp page on a single click of a button.
What is asp what can asp do for you?
Tell few steps for optimizing (for speed and resources) ASP page/application ?
What are the event handlers of Session Object?
What is Request Object?