0% found this document useful (0 votes)
42 views25 pages

Seminar On Summer Training By, Abhisekh Gupta B-Tech-MBA (CSE) 11013228

This document summarizes a seminar on ASP.NET that covers its introduction, key differences from ASP, important controls like buttons and labels, ADO.NET for database connectivity, use of sessions, and an example implementation of an e-blogger application. It defines ASP.NET as a web application framework developed by Microsoft using languages like C# and VB.NET. It also outlines ASP.NET's advantages over classic ASP, common controls, how sessions and ADO.NET work, sample uses, and career opportunities for ASP.NET developers.

Uploaded by

Abhisekh Gupta
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
42 views25 pages

Seminar On Summer Training By, Abhisekh Gupta B-Tech-MBA (CSE) 11013228

This document summarizes a seminar on ASP.NET that covers its introduction, key differences from ASP, important controls like buttons and labels, ADO.NET for database connectivity, use of sessions, and an example implementation of an e-blogger application. It defines ASP.NET as a web application framework developed by Microsoft using languages like C# and VB.NET. It also outlines ASP.NET's advantages over classic ASP, common controls, how sessions and ADO.NET work, sample uses, and career opportunities for ASP.NET developers.

Uploaded by

Abhisekh Gupta
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 25

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.

Combination of ASP and .NET Framework.


Concept used to develop Web Applications. Languages used for development of ASP.NET Web Apps:
C# VB.NET

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

Important Server Controls


Some Most used Controls:

Button:

Label:

TextBox:

Controls Contd..
There are also some validators controls:

Required Field Validator:

Regular Expression Validator:

Controls contd..
There are many other validation controls like

Range validator Compare validator Validation Expression

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:

Online Method Offline Method

ADO.NET contd..
ADO.NET includes classes which are used to connect

to database. 4 to 5 steps or line of code is required.


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 :

Microsoft Bing MySpace

Web Application UMS

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!

You might also like