Take advantage of the extension methods of the IEndpointConventionBuilder interface to implement lightweight services sans template or controller in ASP.NET Core 6. When working in web applications in ...
Learn how to use the new template available in ASP.NET Core 3.0 to build a worker service. ASP.NET Core 3.0 Preview 3 adds support for creating worker services, which are background services like ...
Use custom-built .NET Framework 4.0 classes to connect an ASP.NET Web application to a SQL Server 2012 database. In my recent article, I showed how to connect .NET 4.0 C# and Visual Basic applications ...