You are on page 1of 45

A

Presentation
On
Practical Training
IN
ASP DOT NET IN
C#
WHAT IS ASP.NET ?
Developed and marketed by MICROSOFT.
It was first released in January 2002.
It is successor to active server pages(ASP).
It is a web based application framework.
It is built on common language runtime(CLR).
ASP DOT NET Features
Platform independent
Security
Code behind model
OOPS concept
Portable
Advantages of ASP DOT NET
It is a code behind model.
Applications are safe and secured.
Provides simplicity to perform common tasks.
Complemented by a rich toolbox and designer.
Reduces the amount of code required to build large
applications
Provides an event-driven programming model
Pages are easy to write and maintain because the source
code and HTML are together
 

ASP.NET NAMESPACES

A namespace is a logical grouping of


classes.
For example all the classes that relate to
working with the file system are kept
together into the System.IO namespace.
Sytem.IO.File
System.IO refers to the namespace
file refers to the particular Classes.
Standard ASP.NET Namespaces
System—
Contains all the base data types and other
useful classes.
Standard ASP.NET Namespaces
System.Collections—
Contains classes that represent standards
collection types such as hash tables and
array lists.
Standard ASP.NET Namespaces
System.Collections.Specialized

Contains classes that represent specialized
collection such as Linked List and string
collection.
Standard ASP.NET Namespaces

 System.Text —
Contains classes for
encoding,
decoding and
manipulating the contents of strings.
Standard ASP.NET Namespaces
 System.web—
Contains the basic classes that represent for
working with the World Wide Web.
x

Standard ASP.NET Namespaces


 System.web.security—
Contains classes for implementing
authentication and authorization such as
forms and passport authentication.
WHAT IS SQL SERVER ?
It is commonly referred as Structured Query
Language.
It is a relational database management program.
Set of two-dimensional tables in which the data is
represented in rows and columns.
Its scope include data insert, update and delete.
SQL server supports query language called SQL.
Advantages Of SQL
It is both an ANSI and ISO standard.
It performs management and administrative
functions.
It is formed by common language to
retrive,insert,update and delete.
Introduction To C#
Developed by Microsoft within dot net initiative.
It is multi paradigm programming language.
Simple, Modern and general purpose language.
Approved as a standard by ECMA and ISO.
There are no global variables or functions.
TRAINING PROJECT
MATRIMONIALS WEBSITE --- MARRIAGE DREAMS
HARDWARE USED
Pentium IV 2.5 GHz Micro Processor
40 GB Hard Disk Drive.
256 MB RAM.
17-Inch Colour Monitor.
SOFTWARE USED
Microsoft Visual Basic .NET (Express Edition)
SQL Server 2005

Operating System
Windows XP.
FEATURES OF MATRIMONIALS WEBSITE
 REGISTRATION –enter details about yourself
PARTNER PREFERENCES – enter details about the
partner
MEMBERSHIP – register as a member
CONTACT US-contact no and address
ABOUT US-consists basic information of
organization
HELP-consists faq’s .
Home Page
FEATURES OF Form
 Search
Registration
About Us
Contact Us
Help
Regional Search
Quick Search
Search Form
FEATURES OF Form
 Provides two type of search option:
1. By id
2. By Regular Search
Form For Search By Regular ID
FEATURES OF Form
Searches the specific profile of the person with the
help of id
Form For Regular Search
FEATURES OF Form
Searches The Profile acc to information provided like:
 city
 country
 religion
 age etc
registration option
FREE Registration option
Paid registration option
Payment options
Profile created
FEATURES OF Form
The user register itself with the site.
The user provides information like:
a) name
b) address
c) city etc
User can register itself free or by paying.
Profile is created after registration.
About US option
FEATURES OF Form
Provides an overview of the company.
It gives information about their achievements and
their credentials.
Contact US option
FEATURES OF Form
It Consists of contact no and addresses
HELP option
FEATURES OF FORM
Helps the user to use every feature efficiently.
Gives basic information about how to register and its
advantages.
Provides information and solves user query.
Privacy and Security Tips
FEATURES OF Form
Gives security and privacy tips
Describe do’s and dnt’s while using this site
For e.g.. Don’t give your contact no. or any other
personal detail till you don’t trust while chating to
other profile members
Feedback
FEATURES OF Form
It helps user to give there personal remark about our
website.
Conclusion
Learn and implement ASP.NET and SQL.
Practical implementation of theoretical knowledge.
Learned to create fully functional website.
Learned to work with ASP.NET platform.
THANK YOU!!!

You might also like