What is a Design Pattern?
Design Pattern is a re-usable, high quality solution to a given requirement, task or recurring problem. Further, it does not comprise of a complete solution that may be instantly converted to a code component, rather it provides a framework for how to solve a problem.
In 1994, the release of the book [...]
Archive for June, 2008
Design Patterns Interview Questions
Posted in .net framework 2, c#, design pattern on June 30, 2008 | 2 Comments »
Registering ASP.NET on IIS after installing the .NET Framework
Posted in .net framework 2, asp.net 1.1, asp.net 2, c# on June 6, 2008 | Leave a Comment »
Usually this problem occur when we install iIs after installation of Visual studio or .net framework. For this purpose use aspnet_regiis.exe, it is located under %WindowsDir%\Microsoft.NET\Framework\vx.y.zzzz\ and you should call it with the -i parameter: aspnet_regiis.exe -i
Transparent Cookie Encryption Via HTTP Module
Posted in .net framework 2, asp.net 2 on June 4, 2008 | 1 Comment »
very nice article about encription of cookies in asp.net
http://www.codeproject.com/KB/cs/CookieEncryptionModule.aspx