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

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

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.