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
Four Useful Tips When Using ASP.NET Core's TestServer in xUnit: TestServer - Part 2
Learn to change the DbContext lifetime, fire a POST request & add a Authorization header with ASP.NET Core's TestServer in xUnit.
25th November 2020
Use ASP.NET Core's TestServer in xUnit to Test Web API Endpoints: TestServer - Part 1
Configure an instance of WebHostBuilder and use it in ASP.NET Core's TestServer to test Web API endpoints in an xUnit test project.
20th November 2020
Five Questions You May Have About ASP.NET Core For .NET 5
ASP.NET Core for .NET 5 questions. What Visual Studio 2019 & MSBuild version do you need? What's the future of .NET Standard?
10th November 2020
Dealing With ASP.NET Core Web API Access Restrictions & Errors In Azure: Dev To Azure - Part 4
Lock down an ASP.NET Core Web API in Azure. Use Azure's Log Stream and Kudu Services to debug ASP.NET Core 500 internal server errors.
3rd November 2020
Create and Configure a Blazor Wasm App with a ASP.NET Core Web API in Azure: Dev To Azure - Part 3
Setting up a Blazor Wasm app with a ASP.NET Core Web API in Azure. Also look at continuous deployment/integration (CD/CI).
28th October 2020
Create and Configure a SQL Server Database and ASP.NET Core Web API in Azure: Dev To Azure - Part 2
Setting up a SQL Server database & an ASP.NET Core Web API in Azure. Also look at continuous deployment/integration (CD/CI).
22nd October 2020
Setup Your Blazor Wasm and ASP.NET Core Web API in Azure Devops: Dev To Azure - Part 1
Create an Azure organisation and project. Learn how to create an SSH key in Git Bash and push your Git repository to Azure Devops.
12th October 2020
Test Your Endpoints Inside your ASP.NET Core Web API App with Swagger
Integrate Swagger documentation into your ASP.NET Core Web API to list and test endpoints. Add comments, and change the route location.
7th October 2020
Four Features in C# 9 That Aren't In C# 8
Looking at new features in C# 9 that aren't in C# 8. Examples like Target-Typed Object Creation and Init-Only Setters in Properties.
29th September 2020
Allow Your Users to Login to your ASP.NET Core App Through Facebook
Use Facebook Login to authenticate users to your ASP.NET Core application. Create a Facebook app, using the App Id and App Secret.
23rd September 2020
Page 2 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