Encode and Display HTML Securely in ASP.NET 2.0
Wednesday 22 November 2006 @ 1:06 am

I recently published an article at DotNetSlackers on how to securely collect and display HTML. For those that have not seen it, the URL is:


http://dotnetslackers.com/articles/…

more...

Comments (0) - Posted in ASP.NET 2.0  


Dev Connections Las Vegas 2006, Day 0 - The Keynote. RTM!
Monday 6 November 2006 @ 11:29 pm
In the first event of Dev Connections, Microsoft announced office 2007 RTM’d and Atlas for ASP.NET 2.0 Beta 2. Also some good presentations including one using BI with sharepoint and excel.

more...



Implementing Simple Cache for CodeSmith and NetTiers (ASP.NET 2.0)
Thursday 2 November 2006 @ 8:12 am

In this article, I will show a simple way to implement Cache for a GetData type call in the SqlClient layer of the generated code. I won’t go through all the details of getting to this point but will show the code and briefly explain how it works. I’m new to CodeSmith so I’m sure there is a better way to solve this problem, but for now, this is one technique that works.

more...