News

When developing with the standard ASP.NET Web API project template, you'd usually find this in the App_Start\RouteConfig.vb file. I left it in the Sub Main here, but when you start developing a real ...
That .NET Foundation GitHub project is described as a "Sample ASP.NET Core 3.1 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment ...
Take advantage of Application Insights to monitor performance and detect and diagnose performance issues in your web application.
When you begin a new MVC Web Application in Visual Studio the project is prepopulated with an Account controller and its related models that are hooked up to the default .NET membership provider.
With .Net Framework 4.7.2, dependency injection is available in ASP.Net Web Forms applications via Unity. The Unity Application Block is a lightweight dependency injection container.
The latest release of .NET 8 Preview 4 brings significant improvements to ASP.NET Core. Notable enhancements include Blazor's streaming rendering and form handling, expanded support for form ...
How many times have you deployed a .NET web application to a server and found that the server was missing MIME type mappings for file types you’ve used? Answer: every time.
Recently Microsoft released .NET 8 Preview 3. This new release contains many new improvements to ASP.NET Core such as support for native AOT, server-side rendering with Blazor, rendering Razor ...
Is there any way to programmtically remove controls from a windows form at runtime with VB? I haven't done any VB development since helping friends in college (a long time ago). I have found how ...