Visual Studio Code now does Blazor development thanks to updated Razor tooling support in a C# extension. Razor and Blazor are related as they're both part of ASP.NET Core, the Web-centric component ...
What is the Data Directory? There are times when sensitive information, such as database connection strings, may need to be available for a web site to use, but that you would never want a visitor to ...
Some developers prefer to create applications with Microsoft's open-source Blazor tooling from within the open-source, cross-platform Visual Studio Code editor. Here are the top tools in the VS Code ...
Arriving with .NET 9 in November, C# 13 brings a plethora of new features and enhancements that make it easier to write efficient, high performant code. The params keyword has been extended to work ...
Sometimes I'm just plain lazy. Other times I don't want to have to spend hours debugging ASP code because of typos so I've found a way to help short cut some repetitive ASP coding tasks. The idea is ...
Take advantage of parameter binding in ASP.NET Core 7 to convert request data to strongly typed parameters, improving both application performance and code maintainability. Minimal APIs are a type of ...