Top 8 Most Important Characteristics Of ASP.NET
ASP.NET is one of the best platforms for the web development in the recent time. There are mainly 8 characteristics of ASP.NET which are as follows: Directives: Directives are the special set of instructions on how ASP.NET must process the page. Most commonly used directives are <%@ and %> where the first one is used to mention the starting and the second one is used to mention the end. These directives have an ability to specify many things. It can also tell which programming language is used at the server-side. User Controls: As the name suggests, user control controls different sections of the pages that are registered and used as controls in ASP.NET. They are created as ASCX markup files. They contain static HTML markup, and markup essential server-side Web controls. Compilation of the webpage only takes place when the request of the containing page is stored in the memory for further requests. User controls have their events