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 ...
ASP.NET Web API is a solid communications framework, and many applications can benefit from breaking free of IIS by including an embedded ASP.NET Web API server. In 2011, Microsoft released ASP.NET ...
Take advantage of the open source library Serilog to log your ASP.NET Core application’s data to SQL Server or another database target. Logging is an essential feature for any application, as it is ...
Learn to handle runtime errors using exceptions and return appropriate error codes and error messages in ASP.NET Web API. Microsoft’s ASP.NET Web API is a ...
When you start thinking of a web app as a web app -- i.e. one that you want to be able to open multiple tabs in, close the window and come back later, let the window sit in a background tab for a week ...