Welcome to Windows Communication Foundation (WCF)
Top Tasks :

WCF Community Bloggers

Browse by Tags

All Tags » DevConnections » WCF   (RSS)

  • Dev Connections Las Vegas: Tutorial Resources

    Thanks to all that attended the full-day tutorial at Dev Connections last Monday - Improve Your SOA: Designing a Secure, Reliable and Scalable System. It was certainly an avalanche of rich topics related to SOA and WCF. At last I have compiled the long list of resources from the day, including references to some getting started resources for those new to WCF. Getting Started See my WCF WebCast Series for an introduction to WCF features: http://www.dasblonde.net/2007/06/24/WCFWebcastSeries.aspx I also recommend my book since it has hands-on labs for WCF, but all of the code for my book can be downloaded from my book blog: http://www.thatindigogirl.com Demos Download the book code here for VS 2005: http://www.thatindigogirl.com/LearningWCFCode.aspx Download the book code here for VS 2008: http://www.thatindigogirl.com/LearningWCFCodeVS2008.aspx Chunking Channel: See WIndows SDK samples Router demos: http://www.dasblonde.net/downloads/MessagingIntermediaryVia.zip http://www.dasblonde.net/downloads/MessagingIntermediaryDuplex.zip Code from the book is organized by subject matter. I specifically illustrates samples from these subdirectories: \Exceptions, \Security, \Security\ClaimsBased, \Instancing, \Concurrency, \Bindings, \QueuedMessages, \Transactions, \ReliableSessions. If there are other resources you are looking for specifically, please drop me an email and I'll add to this post. Thanks! Technorati Tags: Dev Connections , WCF , SOA Read More...
  • Dev Connections Las Vegas: Session Code

    I just returned from another fantastic Dev Connections conference in Las Vegas. For the four sessions I delivered, this post lists the code samples and resources I referenced. If you are looking for something specific and can't find it here, shoot me an email. Tutorial resources will be posted separately. Enjoy! Introduction to C# 3.0 C# 3.0 Samples ADO.NET 3.5 Samples Exploring Windows CardSpace Cardspace Samples ASP.NET and WCF: Meet Your New Web Service See code from my book Learning WCF posted here See my webcast series on WCF for MSDN Architectural Considerations for ASP.NET Applications GalleryDemo20 - This sample illustrates different globalization techniques including the use of generated resources for page content, the use of resources to select localized images and dynamically loaded user controls, the use of localized database tables, and caching based on theme, culture and query string params CustomResourceProviders - This sample illustrates the use of custom localization expressions and custom resource providers. The code is based on this article: http://msdn2.microsoft.com/en-us/library/aa905797.aspx and updated for VS 2008. Extending the Visual Studio IDE for localization - I wrote a follow on article on this for MSDN, it has not yet been published, hopefully soon (backlog) but I will post the code here in an update to this post, after a quick review later this week. Distributed Boundaries - This sample was based on the ConnectionOrientedBindings lab from Chapter 3 of my book Learning WCF. All the code for my book is here: http://www.thatindigogirl.com/LearningWCFCode.aspx . This particular sample shows how to use a WCF service behind your ASP.NET applications to introduce a security boundary between NETWORK SERVICE and access to data and other resources. I talked about this in two articles for the server side, long ago: Sandboxing with Impersonation Sandboxing with Enterprise Services TransactionsOverHttp - This shows how to flow transactions over WCF web services, but I have many more examples of WCF transactions here: http://www.thatindigogirl.com/LearningWCFCode.aspx MessagingIntermediaryVia - Illustrates a pass-through router over HTTP where even reliable messaging headers can pass through both directions. MessagingIntermediaryDuplex - Illustrates a duplex router that supports reliable messaging headers two-way out of band over named pipes. Technorati Tags: WCF , CardSpace , C# 3.0 , Globalization , Localization , Routers , ASP.NET Read More...
  • Dev Connections Session - Practical Considerations for WCF Service Design

    Here are some the examples I demonstrated in this session. DataContracts_Part1.zip (120.2 KB) MultiContractService.zip (156.34 KB) MultiContractService_UniqueServiceTypes.zip (161.4 KB) IXmlSerializable1.zip (131.42 KB) In addition, see my security samples IntranetWindowsAuthentication and InternetASPNETAuthentication from this blog entry: http://www.dasblonde.net/PermaLink,guid,aedadc3c-fba0-40b3-a17b-9e74a86b1edb.aspx Read More...
  • Dev Connections Session - WCF Security

    Here's a link to all my security demos, including some extra demos on claims-based security and CardSpace. http://www.dasblonde.net/PermaLink,guid,1217187f-fe16-4426-9e38-a26552baedda.aspx Read More...
  • Dev Connections Session - The Avalanch of Technologies

    A big thanks to all the participated in this monstrous tutorial at Dev Connections. Whew, I can fully admit it was a lot of work to put all the information together in one place, but I hope that you got a lot out of it. For those that didn't attend, the goal of the tutorial was to provide an overview of the current state of the various technologies and tools for Microsoft developers, with an emphasis on the reasons for moving forward with each technology stack, and hopefully some enlightenment on when you might choose each technology. I'll be keeping this one day session current for future conferences, and for on-site sessions with clients. If you are interested in such a thing, contact me at IDesign: www.idesign.net . Here are the resources I promised from the tutorial. Development Tools In this section I reviewed the stack of development tools and explained how to choose between them. Express Editions http://msdn.microsoft.com/vstudio/express/ Visual Studio http://msdn.microsoft.com/vstudio/ http://msdn.microsoft.com/vstudio/future Visual Studio Team System http://msdn.microsoft.com/vstudio/teamsystem Expression Products http://www.microsoft.com/products/expression Language Enhancements In this section I talked about moving from .NET 1.1 to 2.0, and discussed the key features of 2.0 that folks should be leveraging. Then, I focused on the language enhancements forthcoming with C# 3.0 and VB 9.0. C# Developer Center http://msdn2.microsoft.com/en-us/vcsharp VB Developer Center http://msdn2.microsoft.com/en-us/vbasic Demos: VB8.zip (211.26 KB) CSharp2.zip (326.47 KB) CSharp3.zip (40.65 KB) Data Access In this section I focused on data access technologies, designing the data access tier, and key features of ADO.NET 2.0, vNext and LINQ to give you some idea how to prepare for the next set of innovations. ADO.NET 2.0 http://msdn.microsoft.com/data/ref/adonet ADO.NET vNext http://msdn.microsoft.com/data/ref/adonetnext LINQ http://msdn.microsoft.com/data/ref/linq Demos: When you install ADO.NET vNext and LINQ there are numerous overview documents, tutorials, and samples that will really help you get up to speed here. These are the demos that I showed in the tutorial. Windows Development In this section I reviewed Windows Forms 2.0 innovations, primarily ClickOnce, and then talked about how to prepare for WPF and who should use it today. Windows Forms Home http://msdn.microsoft.com/windowsforms WPF Home http://wpf.netfx3.com/ Demos: Find my ClickOnce samples in this Read More...

Copyright © 2006 Microsoft Corporation. All Rights Reserved. | Terms of Use | Privacy Statement | Contact Us