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
Using Reflection to Create a Dynamic OnModelCreating in Entity Framework
Using System.Reflection to invoke static OnModelCreating methods, allowing Entity Framework models to be invoked dynamically.
24th March 2020
Introduction to Blazor Hosting Models
We look at Blazor Server and Blazor WebAssembly, how you install the Visual Studio Templates and how to integrate an API through Blazor
8th March 2020
Getting Started with CORS in ASP.NET Core
Discussing how to integrate Cross-Origin Resource Sharing and using it to restrict origin, verbs and headers from the referrer.
25th February 2020
Binding, Child Components, Parameters and Event Callbacks in Blazor
Use some of Blazor's tools to create a simple message application that allows you to create, read, update and delete messages
13th February 2020
Intro to Blazor and Creating a Blazor App from Scratch
Learn how to create a Blazor app by using the tools in the Microsoft.AspNetCore.Components assembly and setting up Razor Components and Razor Pages
3rd February 2020
Integrating SignalR with React TypeScript and ASP.NET Core
Learn how to install SignalR on React and ASP.NET Core and integrate and invoke methods through a SignalR Hub. Also a fix for an SSL bug.
24th January 2020
Add a React App to your ASP.NET Core Application
Learn about the methods inside Microsoft.AspNetCore.SpaServices to allow you to run a React application inside a ASP.NET Core application
15th January 2020
Setting up your DbContext for Entity Framework in .NET Core
How to set up a connection string, adding entities, setting up migrations and overriding any methods for your Entity Framework Core DbContext.
30th December 2019
Entity Framework Migrations in .NET Core
Learn about "Code-First" migrations and how to use the "Add-Migration" and "Update-Database" commands in NuGet Package Console.
14th December 2019
Configuring Startup in .NET Core 3: Endpoint Routing and IHostApplicationLifetime
Use a console application to start up an ASP.NET Web Application and find out about the Configure and ConfigureServices methods in the Startup class.
30th November 2019
Page 5 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