Announcing .NET 9 Release Candidate 1!
Post Views: 905 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…
Learn developer and data technologies with us
Post Views: 905 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: 1,634 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…
Blazor is a component based framework at its core. In Blazor, everything is a component, from a simple button to a complex data grid. Components are self-contained units of user…
In web applications that deal with large amounts of data, pagination is a common feature. This enables you to split your data into pages, so that users can browse more…
Post Views: 49 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: 615 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: 4,451 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: 3,457 Introduction FluentValidation is a popular .NET library used for building strongly-typed validation rules for your objects. It allows you to define validation logic for your model classes…
Post Views: 840 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: 982 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…