Sunday 1 March 2020

Web development tutorial with ASP.NET

ASP.NET is a unified Web development model created by Microsoft for the development of dynamic web sites and applications with a minimum of code. ASP.NET is part of the .NET Framework that contains the libraries needed for encoding. Different programming languages ​​can be used to make web applications in ASP.NET, but we are going to focus on the C # language (C Sharp) which is the most used for this type of development.


ASP.NET development requirements

To develop ASP.NET applications, it is necessary to have:

A code editor

.NET Framework

A web server like IIS (Internet Information Services)

In addition to web programming, it is necessary in many cases to have some support for data storage. The ideal is to have a database engine (SQL Server, Oracle, etc.) but for this guide, we will persist the information on media that are available to everyone. asp.net MVC training in Bangladesh

Code editor

To program pages in ASP.NET, it is enough to have a standard text editor (Notepad, Notepad ++) but there are tools with an integrated development environment (IDE) that facilitates access to the libraries of the Framework and provides us with a friendly environment for creation of web applications in ASP.NET such as Visual Studio. In this guide, we will use this IDE to address the examples. We can download the Express version at http://www.microsoft.com/express/Downloads/.

.NET Framework

It is a set of classes that will support the ASP.NET applications that we have installed on our computer. It is free to distribute and can be downloaded from the Microsoft website. (Included in Visual Studio .NET).

Web servers

An ASP.NET application in addition to having the .NET Framework installed requires a Web Server. We will use the IIS (Internet Information Server). The IIS comes as a Windows installation plug-in; If we do not have Internet Information Server within our running services, we must add it to the equipment where we will install our applications.

Tutorial Chapters

We remind you that this is a web development tutorial with ASP.NET structured in 15 chapters that will be published twice a week with the necessary theory to understand how this technology works, practical exercises for you to apply the code and this space to raise your doubts about each chapter.

No comments:

Post a Comment

My Blog List