CLICK HERE TO DOWNLOAD PPT ON ASP.NET FUNDAMENTALS
ASP.NET Fundamentals Presentation Transcript
1.ASP.NET
2.What is website?
A website is a collection of images , videos and other digital assets that is hosted on one or several web servers .
Usually accessible via internet ,cell phone or a LAN.
Websites are of two types based on usage
Static
Dynamic
A website is a collection of images , videos and other digital assets that is hosted on one or several web servers .
Usually accessible via internet ,cell phone or a LAN.
Websites are of two types based on usage
Static
Dynamic
3.ASP.NET Architecture
4.ASP.NET Execution Model
5.ASP.NET Features
Simplified programming model
Caching
Better performance
Security
Powerful controls
Simplified programming model
Caching
Better performance
Security
Powerful controls
6.Simplified browser support
Simplified form validation
Code behind pages
More powerful data access
Web services
7..Net Framework
A set of software routines that provide a foundation structure for an application.
It is an enviornment for building deploying , running web services and other applications.
.Net framework has two main components
Common language runtime
Class library
Simplified form validation
Code behind pages
More powerful data access
Web services
7..Net Framework
A set of software routines that provide a foundation structure for an application.
It is an enviornment for building deploying , running web services and other applications.
.Net framework has two main components
Common language runtime
Class library
8. .Net platform
VB 6.
Visual studio 2005.
Visual studio 2008.
Visual studio 2010.
Visual studio 2011.
VB 6.
Visual studio 2005.
Visual studio 2008.
Visual studio 2010.
Visual studio 2011.
9.Visual Studio 2010
10. Select web page
11. C # (programming language)
Developed by Microsoft.
C# is designed for building applications that run on the .NET Framework.
C# is intended to be a simple, modern, general-purpose, object-oriented programming language.
Its development team is led by Anders Hejlsberg. The most recent version is C# 5.0.
The web page formed by C# is saved with .cs extension.
Developed by Microsoft.
C# is designed for building applications that run on the .NET Framework.
C# is intended to be a simple, modern, general-purpose, object-oriented programming language.
Its development team is led by Anders Hejlsberg. The most recent version is C# 5.0.
The web page formed by C# is saved with .cs extension.
12.SQL SERVER
SQL server is a platform for database.
Microsoft SQL Server is a relational database management system
Developed by Microsoft.
As a database, it is a software product whose primary function is to store and retrieve data as requested by other software applications.
SQL (Structured Query Language) is a programming language to create and maintain database.
SQL server is a platform for database.
Microsoft SQL Server is a relational database management system
Developed by Microsoft.
As a database, it is a software product whose primary function is to store and retrieve data as requested by other software applications.
SQL (Structured Query Language) is a programming language to create and maintain database.
13.Database related terms
Database ->
It is a collection of information in a proper manner
Dataset ->
It is used to carry value from text box to database
Data adapter->
To adapt the values at SQL server.
Connection ->
To connect two different platforms such as SQL and Visual Studio we use connection string in web configuration page.
Database ->
It is a collection of information in a proper manner
Dataset ->
It is used to carry value from text box to database
Data adapter->
To adapt the values at SQL server.
Connection ->
To connect two different platforms such as SQL and Visual Studio we use connection string in web configuration page.
14.INTRODUCTION TO PROJECT
Online shopping is well known site that serve with a variety of products including laptop , Books , Camera and Mobile .
This is an online shopping site on which we can login and can register himself and can buy products
This project is that it is B2C E -Commerce site which means that online money transaction is taking place between consumer and business house.
An Admin can update ,delete , insert the products.
Online shopping is well known site that serve with a variety of products including laptop , Books , Camera and Mobile .
This is an online shopping site on which we can login and can register himself and can buy products
This project is that it is B2C E -Commerce site which means that online money transaction is taking place between consumer and business house.
An Admin can update ,delete , insert the products.
15. User Operations
User Registration : A User can register himself to appear in the Any Shopping and may login with his given E-mail Id and password.
User’s Login : User’s can Shopping by entering his Email Id and password .
Buy Now : The facility provide to User that he can choose the which he wants to Purchase.
Get Result : When User finish his Shopping then click to Place order & checkout .Console Returns to Home page of this project.
User Registration : A User can register himself to appear in the Any Shopping and may login with his given E-mail Id and password.
User’s Login : User’s can Shopping by entering his Email Id and password .
Buy Now : The facility provide to User that he can choose the which he wants to Purchase.
Get Result : When User finish his Shopping then click to Place order & checkout .Console Returns to Home page of this project.
16.WELCOME PAGE
17. Administrator Log in page:-
18.CONCLUSION
ASP . Net is a programming language used for web development.
The project is on ONLINE SHOPPING where user can purchase the desired items.
For shopping the one has to register himself.
Online transaction takes place.
C# is a programming language used at server side for coding.
ASP . Net is a programming language used for web development.
The project is on ONLINE SHOPPING where user can purchase the desired items.
For shopping the one has to register himself.
Online transaction takes place.
C# is a programming language used at server side for coding.
0 comments