ASPDotNetChamp.Com
Daily learning of an ASP.Net Developer
Thursday, July 17, 2014
Daily Interview Question #14 : What is Cross-Page Posting?
›
Cross page posting is used to submit a page (page1.aspx) to another page (page2.aspx). However, the user can still able to access the first ...
Sunday, July 13, 2014
Daily Interview Question #13 : What is “Postback”?
›
In ASP.Net postback means, page posted back itself to the server(IIS) whenever an event triggered. That is, page is sub...
Tuesday, July 8, 2014
Daily Interview Question #12 : What is the purpose of “sealed” keyword in C#?.
›
1. When you want to prevent an class from being inherited by another class, you should use “sealed” keyword in front of the class.
Wednesday, June 25, 2014
Daily Interview Question #11 : What are the different Session Modes available in ASP.Net?
›
In ASP.Net, “Session Mode” denotes where the ASP.Net application is going to store the user session informati...
Sunday, June 1, 2014
Daily interview Question #10 : what is the purpose of "explicit" implementation of interface?
›
There are 2 purposes of explicit implementation of Interface: First, it is used to avoid name collision between interface methods. That i...
‹
›
Home
View web version