steps in creating your project

Upload: nic-raf-bordz

Post on 05-Feb-2018

217 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/21/2019 Steps in Creating Your Project

    1/7

    1. Create the database. All possible queries (Stored Procedures) for inserting,

    updating, deleting and viewing of records. See the sample gure below.

    !. Create and design the protot"pe (loo# and feel) of "our s"stem, using visual

    studio. $ou can use the DevComponents.DotNetBar2.dll to enhance thedesign of "our s"stem. %ust follow the steps below on how to use it.

    1. Cop" and Paste the DevComponents.DotnetBar2.dllinside to "our

    solution folder.!. &a#e sure that "ou are running "our pro'ect in the des#top not in the

    server.. pen *isual Studio and perform the following.

  • 7/21/2019 Steps in Creating Your Project

    2/7

    +. hen it will generate new components in the toolbo-.. Add the DevComponents.DotnetBar2.dll as reference to "our pro'ect.

    See the gure below.

  • 7/21/2019 Steps in Creating Your Project

    3/7

    /. Add the DevComponents.DotnetBar2.dll in the namespace of "our

    0indows orm Class. See the gure below.

    . Add a class librar" to provide data access. See the gure below.

    +. Add a 2345 to S52 Classes in "our class librar" to provide data access from

    "our s"stem to database. See the gure below.

  • 7/21/2019 Steps in Creating Your Project

    4/7

    . Create connection to "our 2345 to S52 Classes. See the gures below.

  • 7/21/2019 Steps in Creating Your Project

    5/7

    /. Add a Class 6epositories in "our Class 2ibrar" to do the coding in C678

    operations.

    9. See the sample codes below in "our Contact6epositories.

    :. After creating all the 6epositories in "our Class 2ibrar". Add the

    PHONEBOOK.DATA.dll (generated from the class librar") in "our main

    pro'ect.

  • 7/21/2019 Steps in Creating Your Project

    6/7

    ;. 3n "our 0indows orm Class, use the PHONEBOOK.DATA.dll that "ou

    added.

  • 7/21/2019 Steps in Creating Your Project

    7/7

    1