Home Articles Snippets About
Home Articles Contact About

#Dotnet

All Articles
What's New in .NET 9: Key Features and Examples

What's New in .NET 9: Key Features and Examples

.NET 9 brings several powerful features aimed at enhancing performance, security, and ease of development across various applications, from web and desktop to AI and mobile platforms. Let’s dive into some of the most exciting updates, along with examples to illustrate how they work.

#Dotnet#Gateway-api
Nov 16, 2024

10 min read

Creating a Custom Route Generator in Flutter for Improved Code Organization

Creating a Custom Route Generator in Flutter for Improved Code Organization

When building larger Flutter apps, managing navigation routes within a single file can quickly become cluttered and hard to maintain. A cleaner approach is to separate the route generation logic into its own file.

#Flutter
Nov 5, 2024

10 min read

Implementing In-Memory Caching in ASP.NET Core Web API

Implementing In-Memory Caching in ASP.NET Core Web API

In modern web applications, performance optimization is crucial for user satisfaction and operational efficiency. One effective method to enhance application performance is caching.

#Dotnet
Jun 17, 2024

10 min read

Implementing Custom JSON Localization in ASP.NET Core Web API

Implementing Custom JSON Localization in ASP.NET Core Web API

In today's globalized world, supporting multiple languages in web applications is crucial. While ASP.NET Core provides built-in support for localization using .resx files, some developers might prefer a more flexible and modern approach using JSON files.

#Dotnet
Jun 9, 2024

10 min read

Comparing YARP and Ocelot for .NET Core Microservices

Comparing YARP and Ocelot for .NET Core Microservices

In the landscape of .NET Core microservices, the choice of an API gateway or reverse proxy plays a pivotal role in managing routing, authentication, and service orchestration.

#Dotnet#Gateway-api
May 25, 2024

10 min read

Understanding and Implementing S.O.L.I.D Principles in C# 01

Understanding and Implementing S.O.L.I.D Principles in C# 01

Software development is an intricate field that constantly evolves with new methodologies and practices. One of the core concepts for developing robust and maintainable software is the S.O.L.I.D principles.

#Dotnet
May 25, 2024

10 min read

  1. Home
  2. Articles

© 2025 Gaurav Malviya