Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/darkygr/asp.net-7-web-api-blazor-1

ASP.NET 7 - WEB API -Blazor - CRUD
https://github.com/darkygr/asp.net-7-web-api-blazor-1

asp-net-core blazor sqlserver-2019

Last synced: about 2 months ago
JSON representation

ASP.NET 7 - WEB API -Blazor - CRUD

Awesome Lists containing this project

README

        

# ASP.NET 7 - WEB API -Blazor - CRUD

This applcation was made with:
- ASP.NET Core 7
- SQL Server 2019
- Blazor WebAssembly App

Required packages in Visual Studio (BlazorCrud_Server Folder):
- Microsoft.EntityFrameworkCore.SqlServer 7.0.3
- Microsoft.EntityFrameworkCore.Tools 7.0.3

Required packages in Visual Studio (BlazorCrud_Client Folder):
- CurrieTechnologies.Razor.SweetAlert2 5.4.0

Use the following command line to add our database context to our project:
- In Visual Studio, find the "Tools" tab > NuGet Package Manager > Package Manager Console.
- And paste in the console -> Scaffold-DbContext "Server=(local); DataBase=db_blazorwebapicrud_1; Trusted_Connection=True; TrustServerCertificate=True;" Microsoft.EntityFrameworkCore.SqlServer -OutPutDir Models