Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.55 KB

README.md

File metadata and controls

52 lines (32 loc) · 1.55 KB

Perform CRUD Operations in .NET 8 Blazor with Auto Render mode, Entity Framework & SQL Server.

This project contains a simple CRUD (Create, Read, Update, Delete) application developed using .NET 8 and Blazor. The project can perform basic CRUD operations in a database and manage them via a user interface.

Getting Started

To run the project on your local machine, follow these steps:

  1. Clone the repo: git clone https://github.com/umitakbas82/BlazorCrudApp
  2. Navigate to the project folder
  3. Open the project using an IDE such as Visual Studio or Visual Studio Code.
  4. Compile and run the project.

Prerequisites

To run this project, the following prerequisites must be met:

  • .NET 8 SDK installed
  • An IDE such as Visual Studio or Visual Studio Code installed

Usage

Once the application is running, navigate to http://localhost:yourport in your browser to access the application. You can then perform CRUD operations within the application.

Technologies

This project uses the following technologies:

  • .NET 8
  • Blazor
  • Entity Framework Core
  • SQLite

Contributing

If you would like to contribute to this project:

  1. Fork it (https://github.com/umitakbas82/BlazorCrodApp/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Contact

If you have any questions or suggestions, please feel free to contact us: