ASP.NET Web forms are
designed to use controls and features that are almost as powerful as the ones
used with Windows forms, and so they are called as Web forms. The Web form uses
a server-side object model that allows you to create functional controls, which
are executed on the server and are rendered as HTML on the client. The
attribute, runat="server", associated with a
server control indicates that the Web form must be processed on the server.
Here I am posting the important questions whatever I have faced in my interviews. (Few of the contents & links have been taken from various blogs/articles.) Hope it will help you..
How to improve applications performance which is hosted in cloud ?
Improving the performance of an application hosted in Microsoft Azure involves a combination of optimizing your application code, leveraging...
-
Connection pool is the collection of new, open and all type of database connections. Opening database connection is a time consuming op...
-
“ A postback is a request sent from a client to server from the same page, user is already working with. “ASP.NET was introduced with a m...