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.
- 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.
- 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.
- filed under ASP.NET - one comment / No trackbacks - § ¶