Posts Tagged: aspnet
Discover tips and tricks for developing web applications using the .NET Framework and ASP.NET technologies.
- ASP.NET Core Versioning: Minimal APIs
Oct 4
Learn how to setup ASPNET Core Versioning for Minimal APIs
- ASP.NET Core Versioning: MVC APIs
Sep 30
Learn how to setup ASPNET Core Versioning for MVC APIs
- Pro Testing with Xunit & Localstack
Sep 25
Learn how to setup Xunit with any docker image using localstack as our example
- Video Content Round Up: June 2022
Jun 30
Update on the Youtube channel reboot and details on the 4 new videos that I've posted!
- 3 Ways To Increase App Reliability With Polly
Feb 3
Learn how to use retries with decorrelated jitter, bulkhead and circuit breaker patterns to increase reliability in your applications with Polly
- Extending the AWS SDK for .Net
Jan 8
In this article we're taking a look at how to extend the AWS SDK for .NET, which can be useful for various tasks like adding in some custom observability components into the request pipeline.
- Using Certificates From AWS Private Certificate Authority in .NET
Jan 17
As companies grow, moving to a zero-trust architecture is majorly important. This article explores how to build it in AWS.
- Blending Metrics Using EventCounters In C#
Dec 27
As companies grow, moving to a zero-trust architecture is majorly important. This article explores how to build it in AWS.
- Publish Metrics to Cloudwatch in .NET Core
Dec 13
As companies grow, moving to a zero-trust architecture is majorly important. This article explores how to build it in AWS.
- Using Moq with ref, in and out parameters in C#
Nov 28
A look into how we can use Moq with ref, in and out parameters in C#
- Setting Up A Repository Template In Github For .Net
Oct 10
A look into how we can create a Github repository to automatically have our core files in it.
- Implementing Simple Feature Toggles In AspNetCore Using IConfiguration
Aug 29
A look into how we implement simple feature toggles using IConfiguration
- Diagnostics in .Net Core 3: An alternative approach to using dotnet-counters with Docker
Jun 25
A look into the EventCounters API in .Net Core 3, and seeing how we can capture inbound HTTP Requests.
- Diagnostics in .Net Core 3: Listening to inbound HTTP requests
Jun 19
A look into the EventCounters API in .Net Core 3, and seeing how we can capture inbound HTTP Requests.
- Diagnostics in .Net Core 3: Listening to outbound HTTP requests
Jun 18
A look into the EventCounters API in .Net Core 3, and seeing how we can capture outbound HTTP Requests.
- Diagnostics in .Net Core 3: Using dotnet-counters with Docker
Jan 25
A look into how we can use dotnet-counters with a docker container
- Diagnostics in .Net Core 3: Event Counters
Jan 5
A look into the EventCounters API in .Net Core 3
- Utf8Json Media Formatters for ASP.Net Core
Jul 29
An updated sample of the input/output media formatters which use Utf8Json as the serialisation library
- Automated Builds in VSTS with YML Build Definitions
Jun 17
Publish an ASPNET Core website using a VSTS YML build definition.