Microsoft has released final version of Visual Studio 2010 SP1 SDK. The Visual Studio 2010 SP1 SDK provides tools and templates for building Visual Studio extensions. By using the Visual Studio 2010 SP1 SDK, you can build your own tool windows, create menu commands, and add extensions to the new Visual Studio editor and other… Continue reading
Category: .NET
All .NET Related Stuffs goes here.
Windows Azure SDK and Windows Azure Tools for Microsoft Visual Studio – Version 1.4 (March 2011)
Microsoft has released latest version of Windows Azure SDK and Windows Azure Tools for Visual Studio – Version 1.4. Windows Azure SDK 1.4 Refresh is primarily a stability release addressing the below issues. Resolved an issue that caused full IIS fail when the web.config file was set to read-only. Resolved an issue that caused full… Continue reading
Microsoft Visual Studio 2010 Service Pack 1 FINAL – Released
Microsoft has released the Visual Studio 2010 Service Pack 1 FINAL version. The full list of updates included in this service pack can be found here. You can download Visual Studio 2010 Service Pack 1 FINAL Installer from Microsoft Download Center.
Using IIS Express 7.5 with Visual Studio 2010 (without SP1)
This is an interesting blog I came across while doing some research on using IIS 7.5 Express with out the Integration or Tooling support that would require Visual Studio 2010 Sp1 Beta. Since VS2010 Sp1 is in beta stage, it would not be a wise choice taking this in to real time project, because as… Continue reading
Installing Windows Phone Developer Tools on Windows Server 2008 or Windows XP
Installing Windows Phone Developer Tools on Windows Server 2008 or Windows XP Recently I have installed Windows Server 2008 R2 from Technet and started setting up my Development Environment from scratch. I wanted to use Windows Server 2008 R2 for a while for development provided how flexible it is for development as compared to Windows… Continue reading
Microsoft’s New Certification for MCPD on Windows Azure
Microsoft has released another certification for MCPD on Windows Azure - PRO: Designing and Developing Windows Azure Applications. The Exam Code is: 70-583 (Designing and Developing Windows Azure Applications) For more information please visit: http://www.microsoft.com/learning/en/us/Exam.aspx?ID=70-583&Locale=en-us
Generating WCF/WebService proxy class using SvcUtil.exe
Introduction This article prepared based on my recent explorations on creating generic WCF/WebService proxy class using SvcUtil.exe tool which is part of .NET Framework Runtime. SvcUtil.exe helps me in creating a single Proxy Stub class for my WCF/web service, which can be directly reused in any project when necessary, without the need to Add Web… Continue reading
My Experiment with Windows Phone 7
My Experiment with Windows Phone 7 Note: This article is a modified copy of a mail I passed to my team and removed all references to our work from the content. Since this is for information purpose only, I thought it would be helpful for the Developer Community out there. Recently few week back, I… Continue reading
Released: Windows Phone 7 Developer Tools Update & Other Updates
There are few updates from Microsoft for Windows Phone 7 Developer Tools Update, Windows Azure, & Windows Phone 7 Training Kit for Developers – RTM Refresh. Check it out. Windows Phone Developer Tools January 2011 Update January 2011 Update to the Windows Phone Developer Tools providing bug fixes, a new emulator, and utilities. This update… Continue reading
Learning Silverlight and WCF RIA Services
I came across a nice blog on Silverlight and WCF RIA Services by Mike Taulty from Microsoft UK. Thought of sharing it with you. Just read through it in free times. Silverlight and WCF RIA Services (1 – Overview) Silverlight and WCF RIA Services (2 – Services) Silverlight and WCF RIA Services (3 – Client) Silverlight… Continue reading