News

Without going into specific coding examples, a high level view of how you might make use of the DATA directory in your ASP.Net (or classic ASP) code would be: Start with the document root of your web ...
TL;DR: Microsoft Visual Studio Professional 2022 is on sale this Labor Day for $14.97 (MSRP $499). Speed usually sacrifices ...
Take advantage of the IServiceProvider interface to resolve service dependencies in ASP.NET Core and improve the maintainability and testability of your applications.
To increase code reuse possibilities in your ASP.NET applications, you can use a couple of different patterns. Learn more about the Page Controller and Front Controller patterns and how you can ...
I present a piece of ASP/VBScript code (feel free to use it if it would help you). This code can compare an IP address to a range of addresses and return TRUE if the ip in question is within the ...
Take advantage of parameter binding in ASP.NET Core 7 to convert request data to strongly typed parameters, improving both application performance and code maintainability.
Here's how to integrate the ASP.NET CustomValidator control with client-side code to create a page that uses Ajax and server-side code to validate data at the browser.
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 ...