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 […]
Read more โCategory: WCF
WCF
WCF RIA Services V1.0 SP2–available
Latest update for WCF RIA Services v 1.0 includes support for Windows 8.1 and VS2010, 2012, 2013. Version: 4.1.61829.0 | Date Published: 11/5/2013 Little about WCF RIA Services โ WCF RIA Services simplifies the traditional n-tier application pattern by bringing together the ASP.NET and Silverlight platforms. RIA Services provides a pattern to write application logic […]
Read more โ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 […]
Read more โ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 […]
Read more โWCF Data Services 5.2 RTM Tools for Visual Studio 2010/2012
Microsoft has released an update to WCF Data Services tools โ v5.2, this will update the NuGet packages referenced by the WCF Data Services item templates to 5.2.0. This installer also fixes a bug where generating a service reference against a large model would cause Visual Studio to crash. This release contains the following noteworthy […]
Read more โ