Blazor/Razor components with SSR(server side rendered) accessed through browser, built in .Net Core(2.1) using Entity Framework code first interfacing In-memory/MS-Sql db
Project showcases Blazor/Razor Components frontend UI(using C#) rendered on server(SSR) consuming data from the in-memory/sql database using .Net Core service with entity framework code first to database pattern
Overall project communicates between client & server using SignalR(part of the framework and does not require explicit implementation) to render HTML(built on server) & C# oriented UI
Live demo link - https://dotnetefrazorcompssr.herokuapp.com/
Steps to get the project running
Pre-requisites:
- .Net Core 2.1 SDK
- Visual Studio Code or Recommended - Visual Studio Community editon version 15.9.1 or later editor
Clone the current repository locally as
git clone https://github.com/NileshSP/dotnetefrazorcompssr.git
Steps: using Visual Studio community edition editor
- Open the solution file (DotnetEFRazorCompSSR.sln) available in the root folder of the downloaded repository
- Await until the project is ready as per the status shown inβ¦