GithubHelp home page GithubHelp logo

3tierarchitecturewithdb's Introduction

3tierarchitecturewithdb

This is the basic implementation of 3 tier architecture in visual c# using windows form application with database.

Procedure:

Create a new windows for project and name it APP_LAYER Add a textbox and a button to the form1.cs Add a class library to the Project and name it B_LAYER Add another class library and name it D_LAYER Right click references in APP_LAYER, provide it reference of B_LAYER Right click references in B_LAYER, provide it the reference of D_LAYER This will link class libraries with eachother.

Create server based database:

Right Click on the project name in Solution Explorer -> ADD -> Click on Add NEW ITEM From the Dialog Box, Select Server Based Database and give it the desired name.

Create data tables in database:

From Server Explorer, Select the database name and right click on tables and choose add new table. Put in the desired fields and table name then Update the database to create table.

Create relevant functions in the class libraries as in the project and execute the code.

3tierarchitecturewithdb's People

Contributors

hishamhashmi avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.