ニュース

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 ...
Peter returns to the ASP.NET Web API in Visual Studio 2012 to use it with ASP.NET. And this time, he's moving complete objects from the client up to the server in an HTTP POST. I've looked at the new ...
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 ...