https://github.com/sandesh300/crud-dotnet-core
.NET Framework CRUD Operation
https://github.com/sandesh300/crud-dotnet-core
crud csharp dotnet razor-pages web-api
Last synced: 2 months ago
JSON representation
.NET Framework CRUD Operation
- Host: GitHub
- URL: https://github.com/sandesh300/crud-dotnet-core
- Owner: sandesh300
- Created: 2024-04-06T10:35:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-07T18:07:48.000Z (over 2 years ago)
- Last Synced: 2025-04-07T18:42:56.874Z (over 1 year ago)
- Topics: crud, csharp, dotnet, razor-pages, web-api
- Language: C#
- Homepage:
- Size: 925 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bulky MVC Repository
Welcome to the Bulky MVC repository! This repository contains projects built with C# and .NET, focusing on CRUD (Create, Read, Update, Delete) operations using different frameworks and technologies.
## Project Structure
The repository is structured as follows:
### 1. .NET Framework CRUD Operations Project
- **Description:** This project implements CRUD operations using the .NET Framework.
- **Purpose:** It serves as a demonstration of CRUD functionality using traditional .NET technologies.
- **Folder:** `/net_framework_crud`
### 2. Razor Pages CRUD Operations Projects
- **Description:** These projects implement CRUD operations using Razor Pages, a page-based framework in ASP.NET Core.
- **Purpose:** They demonstrate CRUD operations using modern ASP.NET Core technologies.
- **Folders:**
- `/razor_pages_crud_project1`
- `/razor_pages_crud_project2`
## Setup Instructions
To run or modify any of the projects in this repository, follow these general instructions:
1. Clone this repository to your local machine.
2. Open the project in your preferred IDE (e.g., Visual Studio).
3. Build the solution to restore dependencies.
4. Run the project(s) of your choice.
5. Explore and experiment with CRUD operations implemented in each project.