ASP.NET is an open source server- side web application framework and a web development platform that consists of full advanced features and tools used for implementing security, managing data, storing user-specific information and much more. …
Read More »ASP.NET Tutorial
Why ASP.NET come into existence
Earlier there are two Key Problems that comes in web Development Platform. 1. They did not scale well as a result a popular websites would struggle to keep up with the demand of too …
Read More »Benefits of ASP.NET
1. ASP.NET makes development simple. 2. It is also easy to maintain with event-driven and server side programming model. 3. ASP.NET source code is executed on the server. The source code is compiled first time …
Read More »ASP.NET Component Model
ASP.NET Component Model The ASP.NET is a component and an object model that provides various building blocks to ASP.NET pages which describes: • The Server side HTML elements or tags, such as “form” and “input”. …
Read More »ASP.NET Application Life Cycle
ASP.NET Application Life Cycle The ASP.NET Application Life cycle has the following stages: • First,A User makes a request for accessing application resource, such as a page then the Browser sends this request to the …
Read More »ASP.NET Page Life Cycle
ASP.NET Page Life Cycle Whenever a page is requested after that it is loaded into the server memory, processed and sent to the browser. Then it is unloaded from the memory.you can also write your …
Read More »ASP.NET Page Life Cycle Events
The page raises some events at each stage of the page lifecycle, which can be coded. Following are the page life cycle events PreInit: The PreInit is the first event in page life cycle of …
Read More »New features of ASP.NET 4.5
Strongly Typed Data Controls The ASP.NET 4.5 provides a strongly typed data controls by which a user will get intellisense by through a user just need to assign the ItemType property to a model that …
Read More »Detailed Architecture of ASP.NET 4.5
The ASP.NET has been divided into multiple code frameworks. Earlier, they are created separately but now they are coming together. Now, it allows a user to develop a website or web application by using Web …
Read More »Brief of Visual Studio 2012
A visual studio is a tool that is used by the developers to develop window applications in a very easy and fast way. These are number of tools that are present in Visual studio interface. …
Read More »ASP.net File Types
ASP.net File Types Here you will learn different types of ASP.NET File that are present in ASP.NET Applications. 1. .aspx File This file consist of ASP.NET web pages which contain the user interface and the …
Read More »ASP.net Web Folders
ASP.net Web Folders Every web Application starts with a single location in a form of root folder. 1. App_Browser This folder contains .browser files that ASP.NET uses to identify the browsers that are using applications …
Read More »A Tour of the IDE
A Tour of the IDE Visual Studio is the integrated development environment (IDE) used for creating ASP.NET web pages. The IDE refers to all those tools which a user needs to create a complex web …
Read More »Create your first ASP.NET 4.5 Website
Create your first ASP.NET 4.5 Website 1. Start Visual Studio from the Windows Start menu. 2. Once Visual Studio is open, you will see the main screen. Fig 10. 3. Click the File Menu and …
Read More »Understanding HTML
Understanding HTML Html is the language used for creating web pages and understood by every browser that exist today. The most important concept in the HTML standard is the idea of elements. Elements are the …
Read More »