DevJourney: a blog about .NET development.
-
Microsoft MVP (ASP.NET)
Has just got an email from Microsoft Most Valuable Professional program that my MVP is renewed. This will be the 2nd year as Microsoft MVP but this year I’m awarded for ASP.NET expertise. I’m hoping I can contribute more this year to the community. Happy new year.
-
VS2010 Tips #15: Disable IntelliTrace for better debugging performance (VS2010 Ultimate Only)
I recently upgrading ASP.NET MVC 2 solution from Visual Studio 2008 to Visual Studio 2010 (Ultimate Edition). I found that debugging was very slow. Depending on project size, it took around 30 seconds to initialize and another 5 seconds on each page request in my experience. I tried disabling IntelliTrace (what is IntelliTrace?) and voila!…
-
Windows Live Essentials 2011 – msnmgr.exe Error “The program can’t start because wldlog.dll is missing from your computer. Try reinstalling the program to fix problem”
After long wait, at last Windows Live Essentials 2011 reaches its RTM. There are 2 installer versions we can use: Online Installer Offline Installer Today I had chance to install it. Everything else went smooth but I got msnmgr.exe error when I was ‘first time’ starting the Windows Live Messenger. The error says The program…
-
Vulnerability in ASP.NET Could Allow Information Disclosure
UPDATE (2010-09-29): Microsoft has release the fix. It should be available through Windows Update. More Info: http://weblogs.asp.net/scottgu/archive/2010/09/28/asp-net-security-update-now-available.aspx Microsoft Security Advisory just announced a vulnerability in ASP.NET that can lead to information disclosure. You can read the complete announcement at http://www.microsoft.com/technet/security/advisory/2416728.mspx Important: Please make sure you read the Workaround section and do appropriate action based on…
-
How to bring back Disk Cleanup tool on Windows Server 2008 R2
Disk Cleanup tool is not installed by default on Windows Server 2008 R2. To make it available, you need to add a feature called Desktop Experience. Note that in the screenshot above it listed as Installed because I have just installed it.
Got any book recommendations?