Category Archives: Miscellaneous

SQL Server 2012 Release Candidate is now Available!

SQL Server 2012 RC is the first release which is feature complete and represents an exciting milestone for customers and partners looking to experience the full value of SQL Server 2012. Today, you have the chance to download, preview and … Continue reading

Posted in Miscellaneous, SQL Server | Tagged , | 1 Comment

Free .NET Decompiler – JustDecompile

Few days back I read one blog post from Telerik, about beta release of JustDecompile. From official blog : JustDecompile is a new, free developer productivity tool designed to enable easy .NET assembly browsing and decompiling. In the past it … Continue reading

Posted in .Net, .Net 4.0, Miscellaneous, Silverlight | Tagged , , , | Leave a comment

There is a duplicate ‘system.web.extensions / scripting / scriptResourceHandler’ section defined

After installing Sharepoint Foundation(again its not worked ) on my Windows 7 system I got this while looking into the Authentication feature of IIS. But after verifying the web.config file, I couldn’t find the duplicate entry. After searching I found … Continue reading

Posted in .Net, .Net 4.0, ASP.Net, Miscellaneous | Tagged , , , , | 1 Comment

How to debug Windows Live Writer plugins

This is final post related to live writer plugins and its about debugging the Live writer plugins. While developing I don’t think there is a way we can debug the plugin code. This is after deployment. Initially I faced one … Continue reading

Posted in .Net, Miscellaneous, Visual Studio, Windows Forms | Tagged , , , , | Leave a comment

How to create a Windows Live writer plugin using C# Part 2

This is the second part of live writer plugin post, in this post I am implementing settings for the live writer plugin. First post I was about creating basic Live writer which help to short link using bit.ly shortening service. … Continue reading

Posted in .Net, Miscellaneous, Windows Forms | Tagged , , , , , | Leave a comment