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
Hooking into Mediator Pipelines
Using the MediatR library, we are going to hook into the pipelines, RequestPreProcessor and RequestPostProcessor. See a .NET Core MVC video on MediatR.
25th November 2019
Registering a Domain and Hosting a Website
We look on the steps for hosting a website, which include deciding on a name, buying the domain name and setting up web hosting.
13th November 2019
MVC: Patterns, Constraints, Controllers, Actions, Views
Learn how to use MVC to register route patterns, and use constraints, controllers, actions, views, and custom placeholders through the RouteValueDictionary.
3rd November 2019
Dependency Injection in .NET Core
Find out about the in-built DI that comes with .NET Core, and how you can create scoped, transient and singleton lifetimes to your components.
10th October 2019
The Difference between Static and Non-Static Classes and Methods
Find out how static and non-static classes and methods behave and whether you can have a mixture of static and non-static classes in C#
4th October 2019
How to Create and Read CSV, Excel and PDF Files in .NET For Free
Save time and money by automating CSV, Excel and PDF files in .NET. Working examples of how you can write and read these popular documents.
24th September 2019
Git: The Popular Version-Control System
Learn about the advantages of using Git, and find out about Git software and hosting services available, such as GitHub, BitBucket and GitKraken.
8th September 2019
.NET Core 3 is Coming
.NET Core 3 will be officially released at .NET Conf 2019. Read about some of the new features, it's support for C# 8 and upgrading from .NET Core 2.2.
2nd September 2019
How to use SignalR when Receiving a Message from a RabbitMQ Queue in .NET Core
Use the IHostApplicationLifetime parameter and Dependency Injection to consume a RabbitMQ on startup and send a SignalR message once a message is received
28th August 2019
Using LINQ expressions to build dynamic queries in Entity Framework
Make use of LINQ expressions to produce a Lambda expression dynamically. Build an expression for Entity Framework with the following clauses: And, Or, Any
10th August 2019
Page 6 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