GithubHelp home page GithubHelp logo

crud-ado.net's Introduction

ADO.NET CRUD Operations on Student

This project demonstrates basic CRUD (Create, Read, Update, Delete) operations on a student database using ADO.NET.

Prerequisites

  • Visual Studio or any other C# development environment
  • SQL Server Management Studio or any other SQL database management tool
  • .NET Framework

Setup

  1. Clone this repository to your local machine.
  2. Open the solution file (CRUD_UsingADO.sln) in Visual Studio.
  3. Ensure that you have a SQL Server instance running and update the connection string in the Student.cs file with your database connection information.
  4. Build the solution to restore NuGet packages and resolve dependencies.

Usage

Run the program by pressing F5 or clicking on the Start button in Visual Studio. This will launch the console application.

Menu Options:

  1. Insert a new student: Allows you to add a new student to the database.
  2. Retrieve all students: Displays a list of all students stored in the database.
  3. Update a student: Update details of an existing student.
  4. Delete a student: Remove a student from the database.
  5. Exit: Quit the application.

Choose the appropriate option by entering the corresponding number and follow the prompts.

Contributing

Contributions are welcome! Please fork the repository, make your changes, and submit a pull request. For major changes, please open an issue first to discuss what you would like to change.

crud-ado.net's People

Contributors

prajwalthete avatar

Watchers

 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.