What is the Diff b/w Un-Safe Code and Un-managed Code ??
By un-safe code, it means that the managed program can access the memory address using pointers.
There are two points to remember here;
* Un-safe code is different from un-managed as it is still managed by the CLR
* You still can not perform pointer arithmetic in un-safe code.
Un-managed code runs outside the Common Language Runtime (CLR) control while the unsafe code runs inside the CLR’s control.
autoevent wireup attribute of page in asp.net??
If the value of the AutoEventWireup attribute is set
to false, you must override the OnInit function, and
then you must add a new delegate for the Page_Load
event handler
session concept.
Session is used to keep track of the particular user.
what is the defference between Response.Redirect and
Server.Transfer ??
Server.Transfer is used to post a form to another
page. Response.Redirect is used to redirect the user
to another page or site.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment