Seminar On Summer Training By, Abhisekh Gupta B-Tech-MBA (CSE) 11013228
Seminar On Summer Training By, Abhisekh Gupta B-Tech-MBA (CSE) 11013228
Agenda
Introduction of ASP.NET
ASP vs ASP.NET Important ASP.NET controls ADO.NET SESSION in ASP.NET Scope of ASP.NET
Introduction
ASP.NET developed by Microsoft.
Introduction contd..
Simple and Easy to use.
Less coding required. Consists of Web Forms Has several .NET controls. Consists of various classes which can be included in
Extension: .aspx
the code.
ASP vs ASP.NET
ASP
Supports only VB Doesnt Support Object
ASP.NET
Supports C#, VB.NET Supports Object Orientation
Orientation
HTML Controls No Framework Webserver Controls .NET Framework
Button:
Label:
TextBox:
Controls Contd..
There are also some validators controls:
Controls contd..
There are many other validation controls like
ADO.NET
ADO.NET stands for Active X Data Object.
Set of Libraries used to connect to a database. Uses various data providers like Oracle, MySql, SQL
Server.
Two Types:
ADO.NET contd..
ADO.NET includes classes which are used to connect
Create Connection Open Connection Running the query Executing the query.
SESSION
Session state enables to store and retrieve values .
The stored values can be redirected to various pages
using session.
Data is stored in variables
Example:
SESSION VARIABLES
Session[Username]=Label1.text;
ASP.NET IMPLEMENTAION
Various websites are developed using ASP.NET like :
Scope of ASP.NET
ASP.NET Development can help in different categories including development of Business and corporate websites, social networking websites, and content
management systems.
Scope in Career
Mobile Application Developer Computer Application Developers
Implementation E-Blogger
Flow Chart
DFD
Startup Page
Login
User Profile
Adding a Blog
Viewing a Blog
Editing a blog
Deleting a Blog
Editing a Profile
Thank You!