This is the archive page for .NET Junkie. Click to go to the frontpage of this site.

Microsoft Anti-Cross Site Scripting Library V1.5.

Microsoft's ACE Team, announced the release of the Anti-Cross Site Scripting (XSS) Library version 1.5.

read more...

- filed under ASP.NET, Security - No comments / No trackbacks - §

Nine Things Developers Want More Than Money

Here's a great article about passionate software developers. It is a must-read for every software developer.

read more...

- filed under default - No comments / No trackbacks - §

Caching data during the lifetime of the page request using Page.Items

In ASP.NET 2.0 the System.Web.UI.Page class has a new property called “Items”. The IDictionary returned from this property can be used by control developers that need to store objects during the lifetime of the page request.

read more...

- filed under ASP.NET - one comment / No trackbacks - §