Microsoft has announced the RTM(Release to manufacture) of Visual Studio 2012. For MSDN Subscribers, the bits will be available for download on August 15th. Visual Studio Professional, Premium, Test Professional, and Ultimate with MSDN Subscribers can also sign up for a free, one year developer account for Windows Store today, with Windows Phone developer accounts… Continue reading
Category: WCF
WCF
New revamped Windows Azure released and new Windows Azure SDK v1.7(JUNE 2012)
Microsoft has made significant changes to existing Windows Azure to make it more user friendly and customer friendly. The new Windows Azure was officially released in an online event Meet Windows Azure (MeetWindowsAzure.com) , in this event ScottGu(Microsoft VP) Â has walked us through the new Windows Azure features. You can have a quick look at… Continue reading
Visual Studio 2012 RC(Release Candidate) is released
Microsoft has released Visual Studio 2012 RC and is available for download through MSDN as well. Visual Studio Ultimate 2012 RC is the state-of-the-art development solution that empowers teams of all sizes to design and create compelling applications to delight users. You can use flexible agile planning tools—like capacity planning, taskboards, and backlog management—to enable… Continue reading
Visual Studio 11 User Interface Updates Coming in Visual Studio 11 RC(Release Candidate)
Go through this Visual Studio Team blog about upcoming improvements to Visual Studio 11 User Interface. This will be included as part of Visual Studio 11 RC(Release Candidate) and probably will be released soon by end of May or in June 2012. For more updates visit the Official blog link below http://blogs.msdn.com/b/visualstudio/archive/2012/05/08/visual-studio-11-user-interface-updates-coming-in-rc.aspx Kudos to Visual… Continue reading
WebSockets endpoint/transport support with WCF 4.5 *New*
WebSocket is a web technology providing for bi-directional, full-duplex communications channels, over a single Transmission Control Protocol (TCP) socket. The WebSocket API is being standardized by the W3C, and the WebSocket protocol has been standardized by the IETF as RFC 6455. WebSocket is designed to be implemented in web browsers and web servers, but it… Continue reading
How to Download MIX 2011 Videos
Scott Hanselman has shared a nice article on how to download the videos of MIX2011 – Conference LAS VEGAS, happened last week. These are good presentations about Windows Phone 7, MVC, Silverlight 5, XBOX, and Azure.. Don’t miss it!! Read through the link Mix 2011 Videos – article by Scott Hanselman Thanks Scott!! for such… Continue reading
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