asp.net
Data Caching in ASP.NET
Submitted by Heath Stewart on Mon, 01/28/2008 - 17:16.If you use static data with your ASP.NET applications, such
as that from a database server like Microsoft SQL Server, you should take a
look at caching your data. Previously, this was not an easy thing to do, but the
caching in .NET makes caching your data and objects a trivial task.
ASP.NET Input Validation Controls
Submitted by Andrew Ma on Mon, 01/28/2008 - 17:09.Back when we had only ASP, developers who had to write webpages for forms knew
that the most tedious part is writing code to validate the user input.
