Code Formatting in ASP.NET Project
Post Views: 5 To write quality code we need to follow standard practices. For good developer writing code with standard format is very important. In this blogpost we will learn…
Learn developer and data technologies with us
Post Views: 5 To write quality code we need to follow standard practices. For good developer writing code with standard format is very important. In this blogpost we will learn…
Post Views: 6 Introduction The Api.http file in a .NET project is a text file containing one or more HTTP requests that can be executed directly from the development environment…
Post Views: 17 We’re excited to share that .NET 9 Release Candidate 1 is now available! This is the first of two release candidates, and it comes with a go-live…
Post Views: 28 Introduction Logs are an important aspect of application development, allowing you to monitor and troubleshoot problems and bugs in your application. Serilog is popular with developers because…
Post Views: 13 We are thrilled to announce that rijwan and I a seasoned expert in software development, architecture, has been invited to speak at C# Corner’s upcoming event focused…
Post Views: 20 I was implementing fluent validation in .NET 8 application and got warning that AddFluentValidation is obsolete. Solution to overcome this instead of below We have to use…
Post Views: 25 Introduction Swagger is a powerful and widely used API development toolset. It provides a framework for designing, building, documenting and consuming RESTful web services. Here are some…
Post Views: 30 I was working on ASP.NET Core 8 web API project to logging application in Azure Application insight and got the below warning: “ApplicationInsightsExtensions.AddApplicationInsightsTelemetry(IServiceColletcion, string) is obsolete“ After…
Post Views: 24 Answer: .NET is a free, cross-platform, open-source framework developed by Microsoft for building various types of applications, including web, desktop, mobile, cloud, and IoT applications. 2. What…
A new era of cloud-native application development and performance optimization is ushered in with .NET 9, the successor to .NET 8. It will be supported for 18 months as a…