Videos tagged with WCF
In this episode we are going to take a look at how you can use Visual Studio 2010 to perform load testing on your WCF servicesWhen building out any WCF services it is very important to understand how they will handle under load and stress. You will want know that your services will respond well under peak load in order to allow your users to have a solid experiance. With VS2010 Ultimate there a...
DimeCasts.Net #154: How to host a WCF Service inside your Windows Service
In this episode we are going to take a look how to host your WCF service inside your Windows Service. In many situations hosting WCF inside of IIS may not be the best solution for you or your team. When this is the case hosting inside a windows service may be the best solution and in this episode we will take a look at how you can accomplish this.
DimeCasts.Net #150: Adding IoC Support to your WCF Services
In this episode we are going to take a quick look at how to setup your WCF services to use an IoC Container.When building out a set of services in WCF you still would like to follow the SOLID principles and in order to do this you may want to setup the ability to inject dependencies (via Structure Map) into your services at run time. With WCF extension points this is not only possible, but pret...
MIX09: RESTful Services for the Programmable Web with Windows Communication Foundation
Services are needed to light up the Web, and Windows Communication Foundation (WCF) makes it possible to build RESTful services more quickly and easily than ever before by using the new WCF REST Starter Kit. In this session, we demonstrate using WCF to build a simple REST Service through to advanced REST concepts of Addressability, Scalability, and Security. Ron Jacobs Ron Jacobs is a Sr. Techn...
MIX09: Microsoft ASP.NET: Taking AJAX to the Next Level
Hear how ASP.NET AJAX 4.0 makes building pure client-side AJAX Web applications even easier, and watch us build an entire data-driven ASP.NET AJAX application from start to finish by taking advantage of only JavaScript, HTML pages, and Windows Communication Foundation (WCF) services. Also learn about new ASP.NET AJAX features including the DataView control, declarative templates, live client-si...
MIX09: Working across the Client Continuum
Come see how to build a continuum of client applications including HTML, AJAX, ASP.NET, Microsoft Silverlight, and Windows Presentation Foundation (WPF) that all consume the same Windows Communication Foundation (WCF) service. Learn how to reuse as much code as possible, how to optimize the development process, and how to address key logistical issues like external servers and cross domain comm...
MIX09: Consuming Web Services in Microsoft Silverlight 3
Come hear how to work with external REST, SOAP, and Windows Communication Foundation (WCF) services from Silverlight. Learn how to securely and efficiently communicate with services using Binary XML, debug services with improved Faults support, and implement server-to-client "push" using the new Add Service Reference for Duplex functionality. Eugene Osovetsky
MIX09: Building Data-Driven Scalable AJAX Web Pages
Learn how to enable rich communication patterns between your AJAX Web pages and Web server using existing and new features in Windows Communication Foundation. Jon Flanders Jon is most at home spelunking, trying to figure out how things work from the inside out. Jon is the author of RESTful.NET from O'Reilly, as well as Essential ASP for Addison-Wesley, and was a co-author of Mastering Visual S...
MIX09: Caching REST with Windows Communication Foundation
Without caching, the Web and scalable services wound not be possible. Come learn how to use Windows Communication Foundation (WCF) to achieve caching nirvana with RESTful services. Jon Flanders Jon is most at home spelunking, trying to figure out how things work from the inside out. Jon is the author of RESTful.NET from O'Reilly, as well as Essential ASP for Addison-Wesley, and was a co-author ...
MIX06: From HTML to Services: Building a Site for REST, POX, AJAX, RSS, SOAP, and WS-*
Your site is more than a collection of pages; it's a programmable platform that your users are leveraging in innovative new ways. Scraping, mashups, and RSS mean that your site is already a service, and the fastest, most flexible way to build that service is with Windows Communication Foundation (WCF). With WCF you can expose your site over a whole host of different transports and formats, ensu...