AdrienTorris / awesome-blazor

Resources for Blazor, a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.
Creative Commons Zero v1.0 Universal
8.64k stars 954 forks source link

Contoso University Blazor server, no WebAssembly, with Entity Framework and ASP.NET #626

Open marcusdeangabriel opened 1 year ago

marcusdeangabriel commented 1 year ago

I have a Contoso University example server that demonstrates how to use the Entity Framework Core in an ASP.NET Core Blazor server, no WebAssembly (WASM). This Blazor Contoso University server is an example derived from the Razor Pages Contoso University tutorials. I created it after studying the MVC, Razor Pages and Blazor WebAssembly examples. I wished to compare and contrast the different techniques but I could not find a simple and straightforward Blazor Contoso University server example, so I created it.

Is yet another tutorial or example of interest? If so, where would I place it in the code tree so that I can make a pull request allowing everyone to review the example?

Cheers,

marcusdeangabriel commented 1 year ago

I misworte. The project is on GitHub at https://github.com/marcusdeangabriel/ContosoUniversity-blazor-server and therefore I wish to know where to place it in the README.md file.