MD5 Encryption in .Net and PHP
To get MD5 hash in C# use this method. It returns same value AS MD5() function in PHP public string GetMD5Hash(string input) { System.Security.Cryptography.MD5CryptoServiceProvider x = new...
View ArticleZipping in asp.net
Zipping was never so easy in .Net. Check out this project on codeplex, http://dotnetzip.codeplex.com/ Here are the features of the DotNetZip Library, DotNetZip works on PCs with the full .NET...
View Articlecontrol does not exists in current context
Another one of those problems that can stump you for a while. I often make backups of files as I progress and sometimes leave them in the website folder, this was fine with classic ASP but as I have...
View ArticleText Template Transformation Toolkit (T4) – T4 Template
Text Template Transformation Toolkit (T4) is a template-based code generation engine. This is one of the best things I found out today, so just thought of sharing with you guys. This is awesome code...
View ArticleNumeric Format Strings
Standard numeric format strings are used to return string equivalents of numeric types in predefined patterns. When used with ToString, a standard numeric format string parameter takes the form....
View ArticleVisual Studio 2010 – My Review
Hi Guys, Microsoft released Visual Studio 2010 CTP in October. You’ll be amazed with the download size its near about 7 GB. You can download it from here. After you download you’ll run the .exe file to...
View ArticleVisual Studio 2010 IDE Overview
Understanding existing, and writing new, code As the complexity of applications grows so does the challenge of understanding the code that you’re working on. With Visual Studio 2010 the IDE provides...
View ArticleAdd another application as child of BlogEngine.net
I have been getting good response for my post Integrating blog engine into existing site. One of the guy asked me this question on how can we do the opposite? He had a BlogEngine as parent site and...
View ArticleChanging the target framework for the setup file
One of my team member, kunal, was facing a problem while creating the setup project for v 20 using VS 2008. Even after just changing the target framework while creating the project did no help so had...
View ArticleServer Application Unavailable
Many a time while developing a web application you may come accross “Server application unavailable” When you get this error in Windows XP make sure you have given ASPNET user sufficient rights on your...
View Article