About
Videos
Code Examples
Contact
Join Discord
Got an ASP.NET Core coding issue? Join our Discord server and get it answered!
Round The Code
.NET
.NET
Create CRUD API Endpoints with ASP.NET Core & Entity Framework
We use an ASP.NET Core API to create generic CRUD Endpoints. Using Entity Framework's DbContext & Migrations, as well as Reflection & Controllers.
13th July 2020
How to Publish an ASP.NET Core & React SPA to IIS
Using Visual Studio to publish an ASP.NET Core app, integrated with a React SPA. Then, using ASP.NET Core Runtime's Hosting Bundle to run in IIS.
7th July 2020
Using SignalR in ASP.NET Core & React to Send Messages
Integrating React TypeScript and ASP.NET Core to send messages. Create a MVC API Controller to send a POST request through JSON to use with SignalR.
2nd July 2020
ASP.NET Core MVC API: How to Perform a Partial Update using HTTP PATCH Verb
Using a ASP.NET Core API application to create a PATCH method within a controller. Test in Postman to partially update the record using the PATCH HTTP verb.
25th June 2020
Create a Small Blog in Blazor - Part 4 - Build Category and Page Razor Components
We build up our Blazor blog, building up our NavMenu, Category and Post Razor components, using @page and OnParametersSetAsync to do this.
16th June 2020
File Downloads
Exercise
Final Solution
Create a Small Blog in Blazor - Part 3 - Build Entity Framework Queries
We create services, with methods that contain Entity Framework queries for our blog before adding the services to Dependency Injection.
8th June 2020
File Downloads
Exercise
Final Solution
Create a Small Blog in Blazor - Part 2 - Entity Framework Integration
We set up our entities and DbContext to integrate Entity Framework into our Blazor Server app. We also create the SQL Server database required.
29th May 2020
File Downloads
Exercise
Final Solution
Create a Small Blog in Blazor - Part 1 - Create Application in Visual Studio
We get Visual Studio to create our Blazor Server App. Afterwards, we examine what files have been created and run through the demo Razor Components created.
21st May 2020
File Downloads
Final Solution
Is Asynchronous The Best Way To Go in ASP.NET Core?
We compare the differences between synchronous and asynchronous and find out if it's really better to code an ASP.NET application in async?
6th May 2020
Using Entity Framework in a Blazor Server Application
Find out how to change Entity Framework's scope to Transient and how to create new service scopes to use Entity Framework in Blazor.
9th April 2020
Page 4 of 7
1
2
3
4
5
6
7
Categories
.NET
Blazor
Entity Framework
ASP.NET Core Web API
ASP.NET Core Web Hosting
SignalR
Front-End Development
SQL Server