If you have been following my previous blogs and other tech blogs and tech news websites then you might have heard about so called God Mode trick of Windows 7 which is nothing more than old trick with new wrapper. Anyways in this God Mode trick you can gain access to all the features at […]
Read more โSearch Results for: title
Migrating ASP.NET MVC 1.0 applications to ASP.NET MVC 2
There were many questions around the web, how can we directly upgrade the ASP.NET MVC 1.0 application to ASP.NET MVC 2.0. I have found on Phil Haack’s post that VS 2010 RTM will include an automatic upgrader for MVC 1.0 applications. He notified about a 3rd party tool on the Eilon Lipto’s blog . He provided […]
Read more โWindows Azure and WCF Azure Code Samples
I came across the microsoft code samples on Windows Azure and WCF Azure application development using Visual Studio. I thought this would be useful to others and posting here. Windows Azure Code Samples http://code.msdn.microsoft.com/windowsazuresamples WCF Azure Samples http://code.msdn.microsoft.com/wcfazure Windows Azure Management Tool (MMC) http://code.msdn.microsoft.com/windowsazuremmc Bid Now Sample http://code.msdn.microsoft.com/bidnowsample Contoso Cycles Contoso Cycles shows how the […]
Read more โASP.NET Webforms vs ASP.NET MVC
I thought about writing on this subject when i felt lots of people are confused about ASP.NET MVC. Some really asks why we need MVC when we have asp.net webforms. I know most of them never followed any other architecture other than 3 tier. Most of them 3 tier is life. They considers 3-tier is […]
Read more โASP.NET MVC 2 source code released under MS-PL License
Microsoft has announced that, they released the source code to ASP.NET MVC 2 under the Ms-PL license, an OSI approved Open Source license. To Get the source! To grab the source code, visit the ASP.NET MVC 2 RTM Download Details page and look for the file named mvc2-ms-pl.zip. Cool to know.. ๐ ..So that we can […]
Read more โHow to disable Internet Explorer Enhanced Security Configuration (IE ESC) in Windows Server 2008/R2
One of the first thing I do when I get a new development environment is to disable IE ESC. But what is the IE ESC? Quoting from Technet: Internet Explorer Enhanced Security Configuration places your server and Internet Explorer in a configuration that decreases the exposure of your server to potential attacks that can occur […]
Read more โ