Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/darkygr/asp.net-7-web-api-blazor-1
- Owner: DarkyGr
- Created: 2023-03-25T20:51:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T03:54:09.000Z (8 months ago)
- Last Synced: 2024-04-23T07:00:12.562Z (8 months ago)
- Topics: asp-net-core, blazor, sqlserver-2019
- Language: C#
- Homepage:
- Size: 205 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 AppRequired packages in Visual Studio (BlazorCrud_Server Folder):
- Microsoft.EntityFrameworkCore.SqlServer 7.0.3
- Microsoft.EntityFrameworkCore.Tools 7.0.3Required packages in Visual Studio (BlazorCrud_Client Folder):
- CurrieTechnologies.Razor.SweetAlert2 5.4.0Use 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