Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imdesai00/dotnet-ado-postgrsql-crud
https://github.com/imdesai00/dotnet-ado-postgrsql-crud
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/imdesai00/dotnet-ado-postgrsql-crud
- Owner: imdesai00
- Created: 2024-03-10T15:11:30.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-10T15:19:00.000Z (10 months ago)
- Last Synced: 2024-03-10T16:30:50.967Z (10 months ago)
- Language: C#
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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