Browsing Tag
dotnetcore
7 posts
Change a .Net Console application into an web application
I was experimenting with a small .NET console application and decided to convert it into a web application.…
Kafka Producer and Consumer Example in .NET 6 with ASP.NET Core
In this blog, we’ll dive into Kafka, a distributed streaming platform, and learn how to create a Producer…
What is inside Rate Limiting for .NET
The Rate Limiting API debuted in .NET 7. It implements several popular algorithms for limiting the number of…
Adding Middleware to .NET Desktop Applications
Middleware is a common pattern in web development for handling cross-cutting concerns like logging, authentication, and error handling.…
Dependency injection in action filters in ASP.NET Core
It is quite common to decorate the ASP.NET MVC controller actions with filter attributes to differentiate cross-cutting concerns…
BIG surprise! aspx files in .NET Core
.NET Core issues In .NET Core, there are problems such as the bad complexity of web programming and…
Beyond the Basics: Discovering the Untold Features of .NET
.NET is a popular framework used by developers to build a wide range of applications, including web and…