How to make Login page as a default route in ASP .NET Core 2.1? Setting Your Login Page as the Default Route in ASP NET Core 2 1 When building web applications with ASP NET Core 2 1 its common to want your login page to be t 3 min read 05-09-2024 17
decimal? with Left outer join gets null reference in LINQ Tackling Null References in LINQ Left Outer Joins with Decimals Working with nullable decimals in LINQ left outer joins can be tricky especially when dealing wi 2 min read 05-09-2024 17
Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found Unable to configure HTTPS endpoint No server certificate was specified and the default developer certificate could not be found A Comprehensive Guide Many devel 2 min read 05-09-2024 11
In Swagger UI, how can I remove the padlock icon from "anonymous" methods? Removing the Padlock Icon from Anonymous Endpoints in Swagger UI Swagger UI provides a visual representation of your API documentation including authentication 2 min read 05-09-2024 13
How do I use cshtml links inside a controller class? Navigating from Controllers to Razor Pages in ASP NET Core A Comprehensive Guide This article will delve into the complexities of navigating from ASP NET Core c 2 min read 29-08-2024 15