Archive for July, 2007

Code Snippets in VS 2005

Code Snippets is a really cool feature in microsoft visual studio 2005.It enables you to store pieces of code to use in a later time givinning you the chance to store, share, publish and reuse that code.The idea is simple you store your code in an xml file with a predefined scheme and save it [...]

Posted by Bassem on July 23rd, 2007 under Development  •  2 Comments

Sql Caching in .Net 2.0

Caching has always been a powerfull feature in Asp.Net, However in Asp.Net 2.0 It’s even more powerfull.Asp.Net 2.0 has different kinds of Caching, One of most interest is SqlCaching which enables you cach your pages depending on changes in database Not only on page level but also on SqlDataSource Level.Am gonna take you in a [...]

Posted by Bassem on July 20th, 2007 under Development  •  No Comments