Resolved: Fluent Validation Warning in .NET 8
Post Views: 28 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…
Learn developer and data technologies with us
Post Views: 28 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: 51 Introduction Logging application is very crucial part in application development to monitor and investigate any issue or error of the application. Serilog is popular and mostly useful…
Post Views: 37 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: 44 We are going to speak at the code quality conference on 27th June 2024. If you are looking for how to improve your code quality, sustainability, scalability,…
Post Views: 50 As C# continues to evolve, each new version introduces powerful new features that increase the power and readability of the language. You can achieve more efficient, maintainable,…
Post Views: 44 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: 63 I was creating new ASP.NET WebAPI project in .NET8 using Visual studio 2022 after freshly installation of Visual studio 2022 but when I create default WEBAPI project…
Post Views: 26 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…
Post Views: 920 Introduction The .NET framework is a versatile and powerful platform for building a variety of applications, including web, desktop, mobile, cloud, gaming, and IoT applications. With the…