akanksha pts

Embed Size (px)

Citation preview

  • 8/7/2019 akanksha pts

    1/45

  • 8/7/2019 akanksha pts

    2/45

    WHAT IS ASP.NET ?

    y Developed and marketed byMICROSOFT.

    y It was first released in January 2002.

    y It is successor to active server pages(ASP).y It is a web based application framework.

    y It is built on common language runtime(CLR).

  • 8/7/2019 akanksha pts

    3/45

    ASP DOT NET Featuresy Platform independent

    y Security

    y Code behind model

    y OOPS concept

    y Portable

  • 8/7/2019 akanksha pts

    4/45

    Advantages of ASP DOT NETy It is a code behind model.y Applications are safe and secured.y Provides simplicity to perform common tasks.

    y Complemented by a rich toolbox and designer.y Reduces the amount of code required to build

    large applicationsy Provides an event-driven programming modely

    Pages are easy to write and maintain becausethe source code and HTML are together

  • 8/7/2019 akanksha pts

    5/45

    ASP.NET NAMESPACES

    yAnamespace is a logical grouping of

    classes.yFor example all the classes that relate to

    working with the file system are kept

    together into theSystem.

    IO namespace.

  • 8/7/2019 akanksha pts

    6/45

    Sytem.IO.FileySystem.IO refers to the namespace

    y

    file refers to the particular Classes.

  • 8/7/2019 akanksha pts

    7/45

    Standard ASP.NET Namespaces

    ySystem

    Contains all the base data types and otheruseful classes.

  • 8/7/2019 akanksha pts

    8/45

    ySystem.Collections

    Contains classes that represent standardscollection types such as hash tables andarray lists.

    Standard ASP.NET Namespaces

  • 8/7/2019 akanksha pts

    9/45

    ySystem.Collections.SpecializedContains classes that represent specializedcollection such as Linked List and stringcollection.

    Standard ASP.NET Namespaces

  • 8/7/2019 akanksha pts

    10/45

    y System.Text

    Contains classes forencoding,

    decoding and

    manipulating the contents of strings.

    Standard ASP.NET Namespaces

  • 8/7/2019 akanksha pts

    11/45

    y System.web

    Contains the basic classes that represent forworking with the World Wide Web.

    Standard ASP.NET Namespaces

  • 8/7/2019 akanksha pts

    12/45

    y System.web.security

    Contains classes for implementingauthentication and authorization such asforms and passport authentication.

    Standard ASP.NET Namespaces

  • 8/7/2019 akanksha pts

    13/45

    WHAT IS SQL SERVER ?y It is commonly referred as Structured QueryLanguage.

    y It is a relational database management program.y Set of two-dimensional tables in which the data is

    represented in rows and columns.

    y Its scope include data insert, update and delete.

    y SQL server supports query language called SQL.

  • 8/7/2019 akanksha pts

    14/45

  • 8/7/2019 akanksha pts

    15/45

    Introduction To C#y Developed by Microsoft within dot net initiative.

    y It is multi paradigm programming language.

    y Simple, Modern and general purpose language.

    y Approved as a standard byECMAand ISO.

    y There are no global variables or functions.

  • 8/7/2019 akanksha pts

    16/45

    MATRIMONIALS WEBSITE --- MARRIAGE DREAMS

  • 8/7/2019 akanksha pts

    17/45

    HARDWARE USEDyPentium IV2.5 GHz Micro Processor

    y40 GB Hard Disk Drive.

    y256MB RAM.

    y17-Inch Colour Monitor.

  • 8/7/2019 akanksha pts

    18/45

    SOFTWARE USED

    y Microsoft Visual Basic .NET (Express Edition)

    y SQLServer 2005

    Operating Systemy Windows XP.

  • 8/7/2019 akanksha pts

    19/45

    FEATURES OF MATRIMONIALS WEBSITEy REGISTRATION enter details about yourself

    y PARTNERPREFERENCES enter details about the

    partnery MEMBERSHIP register as a member

    y CONTACTUS-contact no and address

    y ABOUT US-consists basic information of organization

    y HELP-consists faqs .

  • 8/7/2019 akanksha pts

    20/45

    Home Page

  • 8/7/2019 akanksha pts

    21/45

    FEATURES OF Formy Search

    y Registration

    y About Usy Contact Us

    y Help

    y Regional Search

    y Quick Search

  • 8/7/2019 akanksha pts

    22/45

    Search Form

  • 8/7/2019 akanksha pts

    23/45

  • 8/7/2019 akanksha pts

    24/45

    Form For Search By Regular ID

  • 8/7/2019 akanksha pts

    25/45

    FEATURES OF Formy Searches the specific profile of the person with the

    help of id

  • 8/7/2019 akanksha pts

    26/45

    Form For Regular Search

  • 8/7/2019 akanksha pts

    27/45

  • 8/7/2019 akanksha pts

    28/45

    registration option

  • 8/7/2019 akanksha pts

    29/45

    FREE Registration option

  • 8/7/2019 akanksha pts

    30/45

    Paid registration option

  • 8/7/2019 akanksha pts

    31/45

    Payment options

  • 8/7/2019 akanksha pts

    32/45

    Profile created

  • 8/7/2019 akanksha pts

    33/45

    FEATURES OF Formy The user register itself with the site.

    y The user provides information like:

    a) nameb) address

    c) city etc

    y User can register itself free or by paying.

    y Profile is created after registration.

  • 8/7/2019 akanksha pts

    34/45

    About US option

  • 8/7/2019 akanksha pts

    35/45

    FEATURES OF Formy Provides an overview of the company.

    y It gives information about their achievements and

    their credentials.

  • 8/7/2019 akanksha pts

    36/45

    Contact US option

  • 8/7/2019 akanksha pts

    37/45

  • 8/7/2019 akanksha pts

    38/45

    HELP option

  • 8/7/2019 akanksha pts

    39/45

    FEATURES OF FORMy Helps the user to use every feature efficiently.

    y Gives basic information about how to register and its

    advantages.y Provides information and solves user query.

  • 8/7/2019 akanksha pts

    40/45

    Privacy and Security Tips

  • 8/7/2019 akanksha pts

    41/45

    FEATURES OF Formy Gives security and privacy tips

    y Describe dos and dnts while using this site

    y For e.g.. Dont give your contact no. or any otherpersonal detail till you dont trust while chating toother profile members

  • 8/7/2019 akanksha pts

    42/45

    Feedback

  • 8/7/2019 akanksha pts

    43/45

    FEATURES OF Formy It helps user to give there personal remark about our

    website.

  • 8/7/2019 akanksha pts

    44/45

    Conclusiony Learn and implementASP.NET and SQL.

    y Practical implementation oftheoretical knowledge.

    y Learned to create fully functional website.y Learned to work withASP.NET platform.

  • 8/7/2019 akanksha pts

    45/45