As .NET continues to evolve, .NET 11 and C# 15 introduce some of the most impactful changes in recent years—especially around type safety, performance, and developer productivity. If you're a .NET developer working with APIs, microservices, or enterprise apps, this post breaks down real-world code examples you can actually use—not just theory.
Views: 48
Comments: 0
Like/Unlike: 0
Posted On: 02-May-2026 23:15
Rahul M...
5034 Points
35 Posts
If you're facing an issue where Docker Desktop is not opening, but the Docker service is running successfully, you're not alone. This is a common problem on Windows 11 where Docker starts in the background but the UI never appears. In this guide, we’ll show you a simple 2-step fix that works in most cases.
Views: 53
Comments: 0
Like/Unlike: 0
Posted On: 01-May-2026 02:12
Rahul M...
5034 Points
35 Posts
If you're using shared hosting (like GoDaddy) or facing SMTP restrictions, switching to the Zoho Mail API is the most reliable solution. In this guide, we’ll walk through a real-world, working approach to integrate Zoho Mail API in .NET — including common mistakes, fixes, and production-ready tips.
Views: 77
Comments: 0
Like/Unlike: 1
Posted On: 29-Apr-2026 03:09
Rahul M...
5034 Points
35 Posts
.NET 10 is a Long-Term Support (LTS) release designed for stability, performance, and long-term maintenance. Migrating from .NET 9 to .NET 10 is generally straightforward, but Blazor Server, ASP.NET Core hosting, and authentication flows require special attention due to breaking behavioral changes. This guide consolidates Microsoft documentation, Uno Platform guidance, and community learnings into a single, end-to-end migration playbook.
Views: 1629
Comments: 1
Like/Unlike: 5
Posted On: 28-Dec-2025 23:51
Rahul M...
5034 Points
35 Posts
With the release of .NET 9, Microsoft has introduced several new features and breaking changes to ASP.NET Core. If you're ready to modernize your application, this step-by-step guide will help you smoothly transition from ASP.NET Core 8.0 to 9.0.
Views: 2680
Comments: 1
Like/Unlike: 1
Posted On: 30-Jun-2025 03:23
Rahul M...
5034 Points
35 Posts
Semantic Kernel and Microsoft.Extensions.AI are both .NET libraries for AI applications, but with different roles. Microsoft.Extensions.AI offers core abstractions to connect with AI services, while Semantic Kernel builds on it by adding higher-level features like plugins, prompt templates, and orchestration for advanced AI workflows.
Views: 2201
Comments: 1
Like/Unlike: 2
Posted On: 19-Jun-2025 03:01
Rahul M...
5034 Points
35 Posts
In this article we have work around to replace a text in a pdf file using niceonecode.com pdf editor. It's total free pdf tool.
Views: 1388
Comments: 0
Like/Unlike: 1
Posted On: 01-Jun-2025 22:27
Rahul M...
5034 Points
35 Posts
SonarQube is an open-source platform designed for continuous inspection of code quality. It provides tools for static code analysis to identify code issues, measure code quality, and track code complexity. SonarQube supports a wide range of programming languages, making it versatile for diverse software development projects.
Views: 3110
Comments: 0
Like/Unlike: 0
Posted On: 21-Oct-2024 05:49
Rahul M...
5034 Points
35 Posts
During the migration from AD B2C Graph to MS Graph API, you'll notice that the signInNames property is not available in the MS Graph User object. This article will guide you on how to migrate to the corresponding property in MS Graph User.
Views: 2657
Comments: 1
Like/Unlike: 1
Posted On: 10-Oct-2024 05:03
Rahul M...
5034 Points
35 Posts
When we're navigating away from a page or application and there are unsaved changes (often referred to as "dirty" state), it's important to handle it carefully to avoid losing data. ASP.Net Blazor provides NavigationLock component to handle this situation. In this artilcle we will discuss about NavigationLock component and it's implementation.
Views: 4688
Comments: 1
Like/Unlike: 1
Posted On: 11-Sep-2024 22:34
Rahul M...
5034 Points
35 Posts
 Log In to Chat