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 ...
If you model your Web application to follow a particular navigation path, you probably wrapped up your navigation paths through an action or a verb. This action or verb is usually realized as a ...
Fblue":32o62r5q said: Also, setting up a SQL server and doing some basic load-testing locally with a profiler attached should not be beyond your capabilities regardless of host, but without control of ...
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 ...
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 ...
ASP.NET Core's Razor Components -- aka server-side Blazor -- received a lot of attention in the just-released NET Core 3.0 Preview 3 as Microsoft continues to mature its initiative to run C# code in ...
Apache is an open source Web server and a free alternative to commercial server operating systems. Apache can serve pages in most any Web scripting language such as PHP, Perl and Python; it also ...