Browsing Posts in ASP.NET

There’s a lot of flurry around the web these days over JSON (JavaScript Object Notation) and AJAX (Asynchronous JavaScript and XML). Steve Maine has a great piece comparing JSON to XML and looks at the problems that the technology has ahead of itself based on the pains that XML has overcome in the past. Recommended!

You have an ASP.NET application running on your Windows Server 2003 and you’re merrily logging events to the Application Event Log (or any event log for that matter). Then you upgrade to Windows Server 2003 SP1 and see something like this: Security Exception Description: The application attempted to perform an operation not allowed by the […]

Here’s a cool little validation control (PasswordEntropyValidator), compliments of Dominick Baier, to ensure that users of your ASP.NET sites use strong passwords.