ASP.NET FRAMEWORK WITH C#
ASP.NET FRAMEWORK WITH C#
1.1
Introduction Of ASP.Net Framework
With C# :
ASP.NET is a web development platform, which provides a programming model, a comprehensive software infrastructure and various services required to build up robust web applications for PC, as well as mobile devices. ASP.NET works on top of the HTTP protocol, and uses the HTTP commands and policies to set a browser-to-server bilateral communication and cooperation. ASP.NET is a part of Microsoft .Net platform. ASP.NET applications are compiled codes, written using the extensible and reusable components or objects present in .Net framework. These codes can use the entire hierarchy of classes in .Net framework.
1.2 ASP.NET Web Forms Model :
ASP.NET web forms extend
the event-driven model of interaction to the web applications. The browser
submits a web form to the web server and the server returns a full markup page
or HTML page in response. All client side user activities are forwarded to the
server for stateful processing. The server processes the output of the client
actions and triggers the reactions.
ASP.NET framework helps
in storing the information regarding the state of the application, which
consists of:
1. Page state 2. Session state
1.3 The ASP.NET Component Model :
The ASP.NET component model provides various building blocks of ASP.NET pages. Basically it is an object model, which describes:
·
Server side
counterparts of almost all HTML elements or tags, such as <form> and
<input>.
·
Server
controls, which help in developing complex user-interface. For example, the
Calendar control or the Gridview control.
1.4 ASP.NET - Environment Setup/Visual Studio Setup :
ASP.NET
provides an abstraction layer on top of HTTP on which the web applications are
built. It provides high-level entities such as classes and components within an
object-oriented Paradigm. The key development tool for building ASP.NET
applications and front ends is Visual Studio. Visual
Studio is an integrated development environment for writing, compiling, and
debugging the code. It provides a complete set of development tools for
building ASP.NET web applications, web services, desktop applications, and
mobile applications.
Step 1: Installation of Visual
Studio
Step 2: Setup of the Visual Studio IDE
Step 3: Working with Views and Windows
Step 4: Adding Folders and Files to your Website
Step 5: Projects and Solutions
Typically
a project contains the following content files:👉
- Page file
(.aspx)
- User control
(.ascx)
- Web service
(.asmx)
- Master page
(.master)
- Site map
(.sitemap)
- Website configuration file (.config)
Step
6: Building and Running a Project
You
can execute an application by:👉
- Selecting
Start
- Selecting
Start Without Debugging from the Debug menu,
- pressing F5
- Ctrl-F5
The
program is built meaning, the .exe or the .dll files are generated by selecting
a command from the Build menu.
Thanks For Reading My Blogs. You Can Also Continue Your Learning By Reading These More Blogs -
- Content Hub Seller and Marketing Fundamental
- Getting Started With Sitecore Send : Part 1
- Sitecore JavaScript Services
- Sitecore Search
- Sitecore Basics
- SITECORE PRACTICE SAMPLE QUESTIONS FOR INTERVIEW & CERTIFICATION (PART - 1)
- SITECORE PRACTICE SAMPLE QUESTIONS FOR INTERVIEW & CERTIFICATION (PART - 2)
- LaMDA Software
- Blockchain Technology
Well described.. Well done.. Veey Thankful Article.
ReplyDeleteNice work
ReplyDeleteGood
ReplyDelete