Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imdesai00/dotnet-ado-postgrsql-crud


https://github.com/imdesai00/dotnet-ado-postgrsql-crud

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# DOTNET(ADO & POSTGRESQL) CRUD
## How to Setup
1. First Install DOTNET Inside Visual Studei Then Install PostgreSQL.
2. For Visual Studio - https://visualstudio.microsoft.com/free-developer-offers/
3. For PostgreSQL - https://www.postgresql.org/download/

## Description Of Project
Project Based On CRUD Operation. I Use DOTNET & PostgreSQL. I Created Function & Store Procedure Of PostgreSQL To Perform CRUD. Then Created ADO Project To Call That Functions & Store Procedure.

## Steps How To Learn
1. Learn DOTNET C#.
2. Learn PostgrSQL
3. Create DataBase, Functions And Store Prcedure For INSERT,UPDATE,DELETE,SELECT Operation
4. Created ADO Project And Connect DataBase

## How To Run
1. Clone This Repositories
2. Create DataBase
3. Run Proeject