Skip to main content

Steps To Create ASP.NET Web Application (C# Or VB)

Hello Geeks .. This Post Is about How To Create A Web Application Using Microsoft ASP.NET Technology ... We Will Write It In Steps .. And Well , The Way I will Explain in this post is not the only way You Can Create An ASP.NET Web Application .. It's Just My Way To Arrange Things So That I Won't Be Confused

Note : ASP.NET Is A Technology Not A Programming Language .. As In Web Applications You Use HTML , CSS , Java Script ,( C# Or VB ) , XML and A lot of Programming languages that each one of them do a specific Job . 

Well Let's Get Started ...

  1. Write Down What Exactly Your Website Should Do .. 
  2. Create HTML File That has All The Sections Of The Site For Example ( Headers,Navigators,Sections,Articles and Tables).

  3. Create A StyleSheet Form To Style Your Web Application ..

  4. Create A Web Service Form To Add The Services You Want Your Web Application To Perform ..
    I Uploaded A C# ASP.NET WebService That Perform Login,Register , Insert/Update/Delete Queries Here Is The Link : ASP.NET Web Service

  5. Create A Master Page To Be The Default View For All The pages Inside Your Website And put Inside It The Fields Of Your Web Form That You Want It To Be Applied To All The Pages.

  6. Create A Web User Control To Create The Mini Applications That Will Communicate With The Database Like : Login System , Register System , Change Password , Show Categories .. Etc ..


  7. Add Whatever Else You Need To Add To Your Web Application .. After You Achieved The Most Important Parts By Doing The Steps Above..

Here I Reach To The End Of my Little Article .. I hope It's Useful For You People .
Best Wishes Geeks :)

Related To :

Comments

Popular posts from this blog

How To Create C# Chat Application

Hello Geeks .. Today I gonna show you How to make a Chat Application Using Microsoft C#.NET 5.0  . You Can Use Older Versions Since there is nothing special in the application that only belongs to C# 5.0 . This Application Was Created To Allow Two Computers To "Chat" Using IP Addresses Also you Can Open two Clients On The Same Computer and Use Same IP Address But Different Port.. It is simple and Easy to Use And Develop .. I also Uploaded The Full Working Project With It's Source Code On MediaFire.. You Will Find The Link At The End Of the Post :)

C# Full Pharmacy Project With Source code

Hello Geeks .. This post is one of our completely Free Projects  .. It is a Pharmacy Project that can perform a lot of operations you can also find the (.dll) files for the working Barcode Reader Machines in your country and add it to the project .

How To Create A Change Password Form in a C# Application

Hello Geeks .. This little post is a free sample C#  Windows Form that can be used to change password in a SQL Database .