WCF http://rickgaribay.net/category/4.aspx WCF en-US Rick G. Garibay rickgaribay@hotmail.com Subtext Version 1.9.5.176 Windows Server AppFabric Cookbook is Out! http://rickgaribay.net/archive/2012/07/26/windows-server-appfabric-cookbook-is-out.aspx <p>I'm very pleased to announce the release of my new book "Windows Server AppFabric Cookbook" which hit distribution today, July 26, 2012. <a href="http://www.packtpub.com/microsoft-windows-server-appfabric-cookbook/book"><img style="margin: 5px; display: inline; float: right" alt="Microsoft Windows Server AppFabric Cookbook" align="right" src="http://www.packtpub.com/sites/default/files/4187EN_Microsoft%20Windows%20Server%20AppFabric%20Cookbook.jpg" width="357" height="454" /></a></p> <p>Before I get into the details of the book, I want to start by thanking my co-author and friend <a href="http://twitter.com/HammadRajjoub">Hammad Rajjoub</a> for inviting me to participate in this project and trusting me to help carry out his vision for this book. Hammad and I both share a labor of love as it applies to the Microsoft distributed technology stack affectionately (and somewhat nostalgically) known as "Connected Systems" and this project represents nearly a year of work in bringing our collective experience to bear in this book. </p> <p>I would also like to express my appreciation to Adnan Masood and Zubair Ahmed who volunteered their time despite extremely busy schedules reviewing the book as it progressed and providing very valuable technical feedback along the way. Their time and dedication has contributed immensely to the quality of the book and any errors or things we've overlooked are our fault alone. </p> <p>Last but not least, I'd like to thank Ron Jacobs at Microsoft for writing the foreword to the book and providing his support and encouragement along the way.</p> <p><strong><font size="3">Why this book and why now?</font></strong></p> <p>It's hard to believe that Dublin has been in the wild for just over 2 years. The first release of <a href="http://www.microsoft.com/en-us/server-cloud/windows-server/appfabric.aspx">Windows Server AppFabric</a> went to GA in June, 2010 at TechEd in New Orleans (I remember how much fun I had demoing the features at the Microsoft booth during my shifts that seemed to fly by) and signaled an exciting shift in Microsoft's middleware strategy that continues today. Late last year, Microsoft added new caching features and made some branding changes to "<a href="http://msdn.microsoft.com/en-us/windowsserver/ee695849.aspx">AppFabric 1.1 for Windows Server</a>" to align with the the next wave of on-premise capabilities which further extend and build upon the Windows Server platform. Just last week, two new capabilities have shipped in beta which compliment AppFabric on premise: <a href="http://www.microsoft.com/en-us/download/details.aspx?id=30376">Service Bus 1.0 Beta for Windows Server</a> and <a href="http://www.microsoft.com/en-us/download/details.aspx?id=30369">Workflow 1.0 Beta for Windows Server</a>.</p> <p>Hammad and I are fortunate to have both worked very closely with Microsoft during the development of "Dublin", participating in software design reviews and early incubation initiatives. Since its release just over two years ago, we've advised customers of all shapes and sizes and fielded these capabilities in countless projects across various verticals. And herein lies the mission of this book: </p> <blockquote> <p><em><strong>To provide practical, real-world guidance for making the most of the capabilities offered by Windows Server AppFabric and AppFabric 1.1 for Windows Server based on our collective experiences in the field over the last two years since it's release. </strong></em></p> </blockquote> <p>The result (we hope) is not just a book, but a field manual chock-full of practical step-by-step, real-world guidance, tips and techniques that will help you build more maintainable, scalable, reliable, and secure service-oriented applications on the Windows Server Platform today. </p> <p><strong><font size="3">What is Windows Server AppFabric/AppFabric 1.1 for Windows Server?</font></strong></p> <p>Windows Server AppFabric is an extension of the Application Server Role on the Windows Server Platform. In a nutshell, Windows Server AppFabric frees Windows Communication Foundation (WCF) and Windows Workflow Foundation (WF) Service developers from common infrastructure plumbing by providing a robust, secure, composable, and reliable platform which provides caching, hosting, and monitoring capabilities, including support for long running workflow services, all on the Windows Platform. As such, Windows Server AppFabric is an evolution of the Windows Server platform, providing essential building blocks for first-classing WCF (for code-based services) and WF (for declarative workflow services) that are built using the .NET Framework 4 and Visual Studio 2010. <br />As an extension to IIS and WAS, Windows Server AppFabric relies on IIS's proven capabilities for hosting and lifecycle management, adding additional useful capabilities for working with WCF and WF services. In addition, Windows Server AppFabric takes advantage of Windows Server's robust event tracing mechanism (also known as ETW). ETW provides optimized <br />and high-performing kernel-level instrumentation which greatly minimizes impact on the performance of WCF and WF services hosted in IIS with Windows Server AppFabric.</p> <p>Best of all, this key extension to the Windows Server Platform remains available <a href="http://www.microsoft.com/en-us/download/details.aspx?id=27115">free of charge</a>.</p> <p>Below are some helpful resources if you are interested in learning more:</p> <ul> <li><a href="http://msdn.microsoft.com/en-us/windowsserver/gg675185"><font color="#ffc000">Developer Introduction to Windows Server AppFabric (Part 1): Hosting Services</font></a> </li> <li><a href="http://msdn.microsoft.com/en-us/windowsserver/gg675186"><font color="#ffc000">Developer Introduction to Windows Server AppFabric (Part 2): Caching Services</font></a> </li> <li><a href="http://msdn.microsoft.com/en-us/library/hh351389.aspx"><font color="#ffc000">Product Documentation</font></a> </li> <li><a href="http://go.microsoft.com/fwlink/?LinkID=168906"><font color="#ffc000">Architectural Overview</font></a> </li> <li><a href="http://go.microsoft.com/fwlink/?LinkID=168903"><font color="#ffc000">Tutorials</font></a> </li> <li><a href="http://social.technet.microsoft.com/wiki/contents/articles/windows-server-appfabric-portal.aspx"><font color="#ffc000">AppFabric on the TechNet Wiki</font></a> </li> </ul> <p><strong><font size="3">Is this book for you?</font></strong></p> <p>If you are a developer who wants to avoid the same repetitive tasks when preparing your WCF and/or WF services for deployment, or an IT Pro who wants to avoid complex XML for configuring hosting and monitoring options for the services you manage, you will instantly benefit from Windows Server AppFabric.</p> <p>The book is over 400 pages long and includes over 60 recipes within 9 cohesive chapters:</p> <ul> <li><strong>Chapter 1</strong>, Installing Windows Server AppFabric, covers setting up your development environment to use Windows Server AppFabric. You'll learn how to install hosting, persistence and monitoring capabilities, including provisioning repositories, choosing the appropriate storage options, making changes to configuration after installation, and troubleshooting common (and not so common) installation issues you might encounter along the way. <br /></li> <li><strong>Chapter 2</strong>, Getting Started with AppFabric Caching, introduces Caching in Windows Server AppFabric, covering everything you need to get started with introducing this important capability to your composite applications and services. You will learn how to set up and use Caching using code and configuration options, as well as working with Caching within your applications. In addition, you'll learn how easily an existing application that relies on ASP.NET session state can immediately benefit from Windows Server AppFabric Cache, handling common error conditions, using PowerShell commandlets, and building a custom provider model. <br /></li> <li><strong>Chapter 3</strong>, Windows Server AppFabric Caching – Advanced Use Cases, builds on the concepts in the previous chapter, covering the use of Regions and Tags as well as choosing the right concurrency mode and establishing expiration, eviction, and notification policies. You will also learn advanced monitoring concepts including the use of performance counters, configuring high availability, and common troubleshooting techniques for getting the most out of Windows Server AppFabric Cache. <br /></li> <li><strong>Chapter 4</strong>, Windows Server AppFabric Hosting Fundamentals, introduces Windows Server AppFabric's hosting capabilities, covering common deployment, management, and hosting scenarios. You'll learn how to host WCF SOAP and REST services as well as simple WF services along with a number of tips and tricks for moving beyond the service template defaults. <br /></li> <li><strong>Chapter 5</strong>, More Windows Server AppFabric Hosting Features, covers additional hosting topics, including supporting long-running WF services, how your services can benefit from the Auto-Start feature, properly hosting WCF services that take advantage of Windows Azure Service Bus Relay bindings for enabling modern, hybrid scenarios as well as common PowerShell commandlets for scripting many of the tasks covered in this and the previous chapter. <br /></li> <li><strong>Chapter 6</strong>, Utilizing AppFabric Persistence, provides ample coverage of Windows Server AppFabric persistence capabilities, including configuring persistence for WF services, working with multiple persistence stores, and developing instance store, control, and query providers. This chapter also provides an in-depth walkthrough of development and configuration of custom instance, control, and query providers. <br /></li> <li><strong>Chapter 7</strong>, Monitoring Windows Server AppFabric Deployment, provides an introduction to <br />the monitoring capabilities provided by Windows Server AppFabric. Topics include collecting and viewing events from WCF and WF services, enabling tracing and configuring tracking profiles, and leveraging PowerShell cmdlets for monitoring WCF and WF services as well as the Caching service. In addition, you'll learn how to surface monitoring information to any user experience by following the sample recipe for building a custom monitoring dashboard using ASP.NET MVC and OData. <br /></li> <li><strong>Chapter 8</strong>, Scaling AppFabric Hosting, Monitoring, and Persistence, covers a common scenario for scaling Windows Server AppFabric across multiple IIS hosts. You will learn how to prepare two hosts for clustering using Microsoft NLB as well as understand deployment, management, and administration of a multi-host Windows Server AppFabric deployment that shares a common, centralized persistence store. <br /></li> <li><strong>Chapter 9</strong>, Configuring Windows Server AppFabric Security, covers what you need to know about planning and implementing a security model with Windows Server AppFabric. You will learn how to secure the caching, persistence, monitoring, and eventing (via ETW) subsystems of Windows Server AppFabric. </li> </ul> <p>If you've gotten this far, I sincerely appreciate your interest and hope you’ll consider purchasing our book ;-)</p> <p>The book is available in print and across most digital formats including Kindle, Nook, etc.:</p> <p>Packt is running some specials on the book which you can learn more about here: <a title="http://www.packtpub.com/microsoft-windows-server-appfabric-cookbook/book" href="http://www.packtpub.com/microsoft-windows-server-appfabric-cookbook/book">http://www.packtpub.com/microsoft-windows-server-appfabric-cookbook/book</a></p> <p>The book is also available on <a href="http://www.amazon.com/Microsoft-Windows-Server-AppFabric-Cookbook/dp/1849684189/ref=sr_1_sc_1?ie=UTF8&amp;qid=1343337928&amp;sr=8-1-spell&amp;keywords=windows+server+appfabic+cookbook">Amazon.com</a>, <a href="http://www.amazon.co.uk/Microsoft-Windows-Server-AppFabric-Cookbook/dp/1849684189/ref=sr_1_1?ie=UTF8&amp;qid=1343337985&amp;sr=8-1">Amazon.co.uk</a> and <a href="http://www.barnesandnoble.com/s/windows-server-appfabric-cookbook?store=allproducts&amp;keyword=windows+server+appfabric+cookbook">Barnes and Noble</a> (if the book is not immediately available, I’m told by the publisher that all shipments are en-route so any shipping delays should be minimal).</p> <p>If you purchase the book, I'd love to hear from you. Please <a href="http://rickgaribay.net/contact.aspx">drop me a line</a> or connect with me <a href="http://twitter.com/rickggaribay">@rickggaribay</a> and let me know what you think. </p> <ul></ul> <p>References:</p> <ul> <li><a href="http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&amp;id=15848">Windows Server AppFabric 1.0</a></li> <li><a href="http://www.microsoft.com/en-us/download/details.aspx?id=27115">AppFabric 1.0 for Windows Server</a></li> <li><a href="http://www.microsoft.com/en-us/download/details.aspx?id=30376">Service Bus 1.0 Beta for Windows Server</a></li> <li><a href="http://www.microsoft.com/en-us/download/details.aspx?id=30369">Workflow 1.0 Beta for Windows Server</a></li> <li><a href="http://hammadrajjoub.net/2012/03/03/have-you-booked-your-copy-of-windows-server-appfabric-cookbook-yet/">Hammad Rajjoub’s Blog</a></li> <li><a href="http://blog.adnanmasood.com/2012/01/03/microsoft-windows-server-appfabric-cookbook-available-for-pre-order/">Adnan Masood’s Blog</a></li> <li><a href="http://soa-thoughts.blogspot.com/2012/04/more-cookbooks-microsoft-windows-server.html">Steef-Jan Wiggers’ Blog</a></li> <li><a href="http://jeremiedevillard.wordpress.com/2012/04/07/windows-server-appfabric-and-biztalk-cookbook/">Jeremie Devillad’s Blog</a></li> <li><a href="http://paulsomers.blogspot.com/2012/03/windows-server-appfabric-cookbook.html">Paul Somer’s Blog</a> </li> </ul><img src="http://rickgaribay.net/aggbug/340.aspx" width="1" height="1" /> Rick G. Garibay http://rickgaribay.net/archive/2012/07/26/windows-server-appfabric-cookbook-is-out.aspx Thu, 26 Jul 2012 22:12:56 GMT http://rickgaribay.net/archive/2012/07/26/windows-server-appfabric-cookbook-is-out.aspx#feedback 3 http://rickgaribay.net/comments/commentRss/340.aspx http://rickgaribay.net/services/trackbacks/340.aspx 5 Years as a Connected Systems Developer MVP http://rickgaribay.net/archive/2011/10/01/5-years-as-a-connected-systems-developer-mvp.aspx <p><a href="https://mvp.support.microsoft.com/" target="_blank"><img style="display: inline; float: right" hspace="0" alt="" align="right" src="http://rickgaribay.net/images/mvp.png" /></a>This morning I <a href="http://twitter.com/#!/rickggaribay/status/120148473520717826" target="_blank">shared</a> the fact that I received a pleasant email early this morning indicating that I have been awarded the <a href="https://mvp.support.microsoft.com/" target="_blank">MVP Award</a> for Connected Systems Developer for my contributions throughout the 2011 award year. </p> <p>It is hard to believe that this is my 5th consecutive award. The last 5 years have been filled with new challenges, roles and lots of excitement. </p> <p>Five years is a significant timeframe in IT because historically, technology shifts pretty dramatically about every 5 years. I <a href="http://rickgaribay.net/archive/2011/08/22/a-middle-tier-guyrsquos-take-on-html-5.aspx" target="_blank">mused about the impact of HTML5 in my recent post</a>, and how just 5 years ago WCF, WPF and Silverlight were brand new, bleeding edge technologies which were Microsoft’s response to a pivotal shift that was taking place in UX, design technology and service composition. Together, each of these technologies and other disruptions have served as a perfect storm for spawning the next major shift in technology: HTML5 and Cloud Computing. The interesting thing is just like 5 years ago, these technologies are still in their infancy. As I shared <a href="http://rickgaribay.net/archive/2011/09/30/hmtl5-web-camp-phoenixndashthe-goods.aspx" target="_blank">yesterday at HTML5 Web Camp</a>, we are all getting in at the ground floor, and just as nothing remains constant but change itself, in another 5 years the technology landscape will look quite different than it does today. …And, just like the last 5 years, it will all happen in the blink of an eye.</p> <p>There was a <a href="http://www.haveyougotwoods.ca/2011/02/02/dropping-my-mvp" target="_blank">blog post</a> earlier this year by a Security MVP who had renounced his award shortly after receiving it because he didn’t see the value in the award and thought that the program was asking too much. Surely, he had done all of the right things to get <a href="https://mvp.support.microsoft.com/gp/mvpbecoming" target="_blank">nominated</a> and was even accepted, but yet (as the comments/feedback from other MVPs confirm) he completely missed the most valuable thing about the program: relationships. Over the last 5 years, I have made some great friends both in the community and the industry as a whole including Microsoft product, business and field groups, and content publishers like Microsoft, EPS/CODE Magazine, Pluralsight and SSWUG which have enriched my career and provided me with new and exciting challenges and opportunities. Most of all, over the last 5 years, these relationships have resulted in new, long-lasting friendships (you know who you are <img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-winkingsmile" alt="Winking smile" src="http://rickgaribay.net/images/rickgaribay_net/Windows-Live-Writer/5-Years-as-a-Connected-Systems-Developer_BEF5/wlEmoticon-winkingsmile_2.png" />) and this is truly the <em>reward</em> that transcends the <em>award</em> because it keeps on giving long after the champagne for a new award or re-award has been uncorked. </p> <p>I have always felt that sharing and teaching is a privilege that comes with great responsibility and this another things that makes the MVP Award so rewarding. There is no question that I would have an impact in the community if I wasn’t an MVP, but equally, there is no question that the program has served to amplify my reach beyond what I could accomplish individually, and it continues to do so. The reality is that being an MVP in and of itself really means nothing. It’s what you do with it that counts. </p> <p>So, I think it is fitting to take this opportunity to announce that I have just signed a book deal with <a href="http://www.packtpub.com/" target="_blank">Packt Publishing</a>. I am honored to share this title with <a href="http://twitter.com/#!/@HammadRajjoub" target="_blank">Hammad Rajjoub</a>, fellow CSD MVP and now Architect Evangelist for Microsoft Singapore who really did all of the heavy lifting and was kind enough to present the opportunity to me. Hammad and I both share a passion for Connected Systems and community, and this is a great opportunity for us to share our experience, thoughts and learnings for how the capabilities provided by Windows Server AppFabric can benefit architects and developers building distributed systems today using WCF and WF on the Microsoft platform with an eye towards Hybrid architectures. We will be sharing more details as the shape of the book starts to take form, and if you would be interested in being a technical reviewer, we would be very grateful.</p> <p>Needless to say, it’s going to be a very busy fall/winter, but I wouldn’t have it any other way!</p><img src="http://rickgaribay.net/aggbug/317.aspx" width="1" height="1" /> Rick G. Garibay http://rickgaribay.net/archive/2011/10/01/5-years-as-a-connected-systems-developer-mvp.aspx Sat, 01 Oct 2011 21:50:44 GMT http://rickgaribay.net/archive/2011/10/01/5-years-as-a-connected-systems-developer-mvp.aspx#feedback 4 http://rickgaribay.net/comments/commentRss/317.aspx http://rickgaribay.net/services/trackbacks/317.aspx WCF, WF and WF Services V.Next http://rickgaribay.net/archive/2010/10/30/wcf-wf-and-wf-services-v.next.aspx <p>The Application Server Platform team (the team responsible for WCF and WF, who I affectionately still refer to as the Connected Framework team) has been hard at work on futures since before the release of .NET 4. And while the new feature area announcements made public today may not share the same spotlight as higher layers of the AppFabric onion, they are a welcome addition to the framework that continue to build on the theme of productivity ushered in the 4.0 release. </p> <p>No doubt, some of these features should have made it within 4.0, but others are careful tuning; the result of direct feedback from customers, developers, MVPs and Business Platform Technology Advisors for making a fantastic set of technologies for exposing and composing applications both on-premise and in the cloud even better.</p> <p><strong>WF</strong></p> <p>Developers who prefer C# (such as myself) will welcome the addition of C# support to WF expressions. In truth, while at first I balked at the omission, I became used to the VB syntax much in the same way that I accepted the light C-style syntax in the BizTalk Expression Editor. That said, if I had a dollar for every time I got a validation error for adding the impulsive semicolon after initializing a variable, I’d have a higher balance in my bank account.</p> <p>The community has protested about the absence of a State Machine Activity in WF 4 v1 ever since the first SDR when it’s omission was benevolently declared. However, the team has made this highly coveted activity available for evaluation in <a href="http://wf.codeplex.com/releases/view/43586" target="_blank">CTP</a> form for some time, and it sounds like it is getting further baked, though no suggestion was made that it would RTM out-of-band. </p> <p><a href="http://twitter.com/ronljacobs" target="_blank">@ronljacobs</a> did a nice job showing off the designer, and it appeared that there have been some enhancements to the UX since the CTP. <a href="http://wf.codeplex.com/"><img style="margin: 5px; display: inline" align="left" src="http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=wf&amp;DownloadId=109464&amp;Build=17275" width="229" height="43" /></a>Additions such as compile-time semantic error checking (i.e. ensuring a state is connected to at least one transition state) and an intuitive composition experience whereby connections are made between states by simply nudging one state shape to the other and dropping a state on an existing connector to join the transition as an intermediary are very nice enhancements. Annotations, essentially the ability to add PowerPoint style comments on activities will be very helpful for scattering “WTF?’s”,  I mean comments :-) within workflows for documentation as well as aiding in design/code reviews. These essentially become declarative TODOs, which as Ron showed are searchable and clicking each annotation brings you to the activity which is tagged. A big kudos to <a href="http://twitter.com/mwinkle" target="_blank">@mwinkle</a> and team on this body of work as I know Matt has been working hard and actively soliciting and listening to the community and influencing investments based on this feedback for several months.  </p> <p>Speaking of activities, there are a number of very early non-control flow activites that made their first public appearance, including a set of data activities that make it easy to invoke SQL statements and stored procedures (ExecuteSqlQuery&lt;T&gt;, ExecuteSqlQuery and ExecuteSqlNonQuery). To be honest, I have mixed feelings about these activities. While you can certainly compose these activities within domain-specific activities, I think that they make it far to easy for developers to build kitchen sink outer activities that will have a tendency for abuse on the mainline. Of course, patterns alone don’t ship software, working software ships software, but just as I shudder to see references to System.Data in the business layer, the concepts of domain-specific encapsulation are really a key value proposition to declaratively orchestrating activities in a manner that reflects the intent of a workflow. Hopefully the guidance will remain to think about potential for reuse of every activity and consider taking advantage of the productivity benefits of these new data activities while not giving up intuitive composition. </p> <p>Interestingly, I am more comfortable with the SendMail activity, whose purpose is self-explanatory. Perhaps this is because unlike DAL-specific activities, I’ve written one too may SMTP code activities. In truth though, I will likely stick with my own for demo purposes because the PickupDirectoryLocation technique taught to me by my friend and fellow MVP <a href="http://twiter.com/milnertweet" target="_blank">@Milnertweet</a> of <a href="http://twiter.com/pluralsight" target="_blank">@pluralsight</a> fame is just plain wicked.   </p> <p>There are also a number of new Messaging activities coming that are reflective of Microsoft’s full embracing of REST style composition (more on that shortly) including an HttpGet, HttpPost, HttpPut and HttpDelete activity. These will offer a nice alternative to dropping down to a code activity to issue a GET or a POST,  making banging on an ODATA or POX feed easier than ever while allowing folks to debate the RESTfulness of their workflows in a fully declarative manner :-)</p> <p><strong>Workflow Services</strong></p> <p>Further evidence of the team listening and responding to feedback is the much anticipated support for contract-first Workflow Services. Many including myself have been very vocal about this. In WF 4 v1, you define your contract via properties on the Receive activity and the WSDL is generated based on these properties. This is the equivalent of slapping a ServiceContract attribute on a concrete type, which on my teams results in an instance electric shock being administered to the errant developer. Just because you can do something doesn’t mean you should, and while in WCF there is no excuse for this, in WCF 4 v1, it is the only way to expose a WCF service. Contract-First WF allows you to browse your assemblies or projects and choose an existing interface, ensuring that factoring decisions can continue to take place outside of the WF designer while embracing the pillars of separation of interface definition from implementation. The result of browsing and selecting an existing Service Contract is the generation of one activity per operation, the workflow way.</p> <p>Versioning has been an interesting problem for as long as technologies have provided the ability to persist and resume application state. The canonical problem is this that if you persist the state of a workflow and in between the time it was persisted and later resumed, a new version of the workflow definition is deployed, what happens? The short answer is an exception indicating that you are asking the WF runtime to try to fit a round hole into a square peg. Leon Welicki (PM on the WF team and one of the nicest guys on earth) and team have found a solid solution which is to redirect, or bind a persisted workflow to the appropriate definition at runtime, and this is what Versioning and Dynamic Update do for you. By giving your workflow a name and version, you can map instances to that named instance, solving the versioning problem without giving up the performance benefits of keeping the definition and instance state as peas in the same pod.</p> <p>Ron also provided a teaser for what the <a href="http://rickgaribay.net/archive/2010/10/28/soa-2.0.aspx" target="_blank">goodness of the Container in the Composition Model</a> might do for Workflow Services. One area in particular he focused on was the ability to monitor WF instances, and I couldn’t help but compare it to HAT orchestration debugging in the BTS world. I can only hope that this capability will be available both on-premise as well as in the cloud, as the fidelity of features and workloads within AppFabric <a href="http://rickgaribay.net/archive/2010/10/28/the-appfabric-platform-is-landing.aspx" target="_blank">appear to be landing</a> towards a single hybrid platform in which both WF and WCF play key roles.</p> <p><strong>WCF</strong></p> <p>While the slow uptick of developers embracing .NET workflow can be attributed largely in part to the nascent release of WF 4 v1 among the firehouse of new technologies release this year, WCF as a technology came out strong from the beginning and has only gotten better and better since its debut in .NET 3.0. As my hands down favorite .NET technology, I’ve worked very hard to understand why developers have such a hard time with WCF, but for reasons I still don’t fully understand, there is an intimidation factor in WCF that is difficult to reconcile. The team has worked hard to make the barrier to entry with WCF as low as possible, delivering significant improvements to the developer experience in WCF 4, including <a href="http://rickgaribay.net/archive/2010/07/11/new-pluralsight-wcf-4-on-demand-screencast.aspx" target="_blank">configuration-less F5 hosting</a>, improvements in REST support and out-o<a href="http://wcf.codeplex.com/"><img style="margin: 5px 0px; display: inline" align="right" src="http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=wcf&amp;DownloadId=156977&amp;Build=17275" width="255" height="44" /></a>f-the-box support for <a href="http://rickgaribay.net/archive/2010/10/06/new-pluralsight-on-demand-screencast-on-wcf-4-discovery.aspx" target="_blank">WS-Discovery</a> and message brokering via the <a href="http://cid-df930ee6f91132fd.office.live.com/self.aspx/Public/Talks/DCC2010.1/New%20Features%20in%20WCF%204%20that%20will%20Instantly%20Make%20you%20More%20Productive.pdf" target="_blank">Routing Service</a>. </p> <p>While admittedly a WS guy at the core, I cannot dispute that there is a need for different tools for every job, and WCF has remained true to its vision for delivering service-oriented enablement of applications across a variety of formats and styles. To this end, <a href="http://twitter.com/gblock" target="_blank">@gblock</a> has taken some time away from slinging MEF to explore and deliver new ways of enabling developers to use WCF to expose resources of virtually any type over HTTP, transcending the boundaries that WS or even REST styles impose. </p> <p>For example, by embracing the capabilities of the HTTP protocol, Glenn and his team are working to make it very easy to serve up content based on the encoding type defined in the HTTP header of a GET request. The implementation is reminiscent of the ActionResult API in MVC by which you can bind a requested content-type to a specialized response stream such as a JSONResul or XMLResult, however the new enhancements take it much farther by providing a very simple approach for serving up content of any supported content type, be it POX, PNG or PDF. Like WCF Data Services, these investments on top of WCF will allow developers of all backgrounds to take advantage of a simpler model for exposing and consuming multiple resource types in a very direct and lightweight manner.</p> <p><strong>Wrap Up</strong></p> <p>All of these features are welcome addition to the framework, and while there is no guarantee that everything discussed here will be be part of the next official shipping vehicle (what that is remains unclear), it is evidence that the team is continuing to move in the right direction, not only listening, but more importantly acting upon what the community is asking for.</p> <p>You can download and explore the beta of the new WCF Web APIs that Glenn covered here: <a title="http://wcf.codeplex.com/" href="http://wcf.codeplex.com/">http://wcf.codeplex.com/</a> and as I mentioned earlier, CTP 1 for WF State Machine is available here: <a title="http://wf.codeplex.com/releases/view/43586" href="http://wf.codeplex.com/releases/view/43586. ">http://wf.codeplex.com/releases/view/43586. </a></p> <p>There are no public announcements as to when we might expect the next rev of the State Machine CTP or the new WF goodies discussed above, however be sure to keep up with the WF team at <a href="http://msdn.microsoft.com/wf, endpoint.tv" target="_blank">http://msdn.microsoft.com/wf,</a> endpoint.tv on channel9 <a title="http://channel9.msdn.com/shows/endpoint/" href="http://channel9.msdn.com/shows/endpoint/">http://channel9.msdn.com/shows/endpoint/</a> and stay tuned for “Endpoint Radio” a new podcast by Ron himself making its debut shortly.</p><img src="http://rickgaribay.net/aggbug/293.aspx" width="1" height="1" /> Rick G. Garibay http://rickgaribay.net/archive/2010/10/30/wcf-wf-and-wf-services-v.next.aspx Sat, 30 Oct 2010 17:44:43 GMT http://rickgaribay.net/archive/2010/10/30/wcf-wf-and-wf-services-v.next.aspx#feedback http://rickgaribay.net/comments/commentRss/293.aspx http://rickgaribay.net/services/trackbacks/293.aspx Desert Code Camp 2010.1 &ndash; The Goods http://rickgaribay.net/archive/2010/05/19/desert-code-camp-2010.1-content.aspx <p> </p> <p>This was a great event as usual, and I really have to hand it to @jguadango, @coneybeer, Devry University and all the volunteers for putting this together. The logistics, facilities, scheduling and planning for 55+ sessions is not easy. </p> <p>I’ve presented at every Desert Code Camp since the very first one, so I think this one makes 6 or 7. Code Camp is always a great day to interact with Phoenix’s community of technologists through conversation, teaching and learning and this one was no exception.</p> <p>Below are the goods for each session, and as promised I’ve included videos of my WCF and AppFabric Service Bus demos.</p> <table border="0" cellspacing="0" cellpadding="2" width="704"> <tbody> <tr> <td valign="top" width="314"> <p align="center"><strong>Session</strong></p></td> <td valign="top" width="10"> <p align="center"><strong>Content</strong></p></td> <td valign="top" width="10"> <p align="center"><strong>Code</strong></p></td> <td valign="top" width="368"> <p align="center"><strong>Demo Vids</strong></p></td></tr> <tr> <td valign="top" width="314"><a href="http://www.desertcodecamp.com/Session.aspx?SessionId=78">Let the Good Guys in with Azure AppFabric Service Bus</a></td> <td valign="top" width="10"><iframe style="padding-bottom: 0px; background-color: #fcfcfc; padding-left: 0px; width: 229px; padding-right: 0px; height: 66px; padding-top: 0px" title="Preview" marginheight="0" src="http://cid-df930ee6f91132fd.skydrive.live.com/embedrowdetail.aspx/Public/Talks/DCC2010.1/Let%20the%20Good%20Guys%20in%20with%20Azure%20AppFabric%20Service%20Bus.pdf" frameborder="0" marginwidth="0" scrolling="no"></iframe></td> <td valign="top" width="10"><iframe style="padding-bottom: 0px; background-color: #fcfcfc; padding-left: 0px; width: 242px; padding-right: 0px; height: 60px; padding-top: 0px" title="Preview" marginheight="0" src="http://cid-df930ee6f91132fd.skydrive.live.com/embedrowdetail.aspx/Public/Talks/DCC2010.1/Service%20Bus.zip" frameborder="0" marginwidth="0" scrolling="no"></iframe></td> <td valign="top" width="368"> <table border="0" cellspacing="0" cellpadding="2" width="331"> <tbody> <tr> <td valign="top" width="472"><a href="http://www.youtube.com/watch?v=sTpZRaaeRcI" target="_blank">Demo1: Unicast One-Way Messaging with NetOneWayRelay Binding</a></td></tr> <tr> <td valign="top" width="472"><a href="http://www.youtube.com/watch?v=XZHczdUkB0U" target="_blank">Demo 2: Multicast On-Way Messaging with NetRelayBinding</a></td></tr> <tr> <td valign="top" width="472"><a href="http://www.youtube.com/watch?v=9K1DaZQ0zrk" target="_blank">Demo 3: World Peace &amp; Fireworks with NetTcpRelayBinding</a> (HD)</td></tr></tbody></table></td></tr> <tr> <td valign="top" width="314"><a href="http://www.desertcodecamp.com/Session.aspx?SessionId=79">Beyond the Whiteboard: Enforcing Conceptual Integrity with Visual Studio 2010</a></td> <td valign="top" width="10"><iframe style="padding-bottom: 0px; background-color: #fcfcfc; padding-left: 0px; width: 234px; padding-right: 0px; height: 63px; padding-top: 0px" title="Preview" marginheight="0" src="http://cid-df930ee6f91132fd.skydrive.live.com/embedrowdetail.aspx/Public/Talks/DCC2010.1/Beyond%20the%20Whiteboard%20-%20Enforcing%20Conceptual%20Integrity%20with%20Visual%20Studio%202010.pdf" frameborder="0" marginwidth="0" scrolling="no"></iframe></td> <td valign="top" width="10"><iframe style="padding-bottom: 0px; background-color: #fcfcfc; padding-left: 0px; width: 246px; padding-right: 0px; height: 70px; padding-top: 0px" title="Preview" marginheight="0" src="http://cid-df930ee6f91132fd.skydrive.live.com/embedrowdetail.aspx/Public/Talks/DCC2010.1/Northwind.Online.Sample.zip" frameborder="0" marginwidth="0" scrolling="no"></iframe></td> <td valign="top" width="368">N/A</td></tr> <tr> <td valign="top" width="314"><a href="http://www.desertcodecamp.com/Session.aspx?SessionId=77">New Features in WCF 4 that will Instantly Make you More Productive</a></td> <td valign="top" width="10"><iframe style="padding-bottom: 0px; background-color: #fcfcfc; padding-left: 0px; width: 231px; padding-right: 0px; height: 63px; padding-top: 0px" title="Preview" marginheight="0" src="http://cid-df930ee6f91132fd.skydrive.live.com/embedrowdetail.aspx/Public/Talks/DCC2010.1/New%20Features%20in%20WCF%204%20that%20will%20Instantly%20Make%20you%20More%20Productive.pdf" frameborder="0" marginwidth="0" scrolling="no"></iframe></td> <td valign="top" width="10"><iframe style="padding-bottom: 0px; background-color: #fcfcfc; padding-left: 0px; width: 242px; padding-right: 0px; height: 63px; padding-top: 0px" title="Preview" marginheight="0" src="http://cid-df930ee6f91132fd.skydrive.live.com/embedrowdetail.aspx/Public/Talks/DCC2010.1/WCF4.zip" frameborder="0" marginwidth="0" scrolling="no"></iframe></td> <td valign="top" width="368"> <table border="0" cellspacing="0" cellpadding="2" width="331"> <tbody> <tr> <td valign="top" width="329"><a href="http://www.youtube.com/watch?v=qj2ams-hs10" target="_blank">Demo 1: Convention over Configuration</a> (HD)</td></tr> <tr> <td valign="top" width="329"><a href="http://www.youtube.com/watch?v=T-rtnYpYe80" target="_blank">Demo 2: Dynamic Endpoint Discovery</a> (HD) </td></tr> <tr> <td valign="top" width="329"> <div></div> <div></div> <div><a href="http://www.youtube.com/watch?v=25S14AEKJGs" target="_blank">Demo 3: Monitoring Service Availability with WS-Discovery Announcements</a> (HD)</div></td></tr></tbody></table></td></tr></tbody></table> <p> </p> <p>If you have any comments or questions, drop me a line.</p><img src="http://rickgaribay.net/aggbug/283.aspx" width="1" height="1" /> Rick G. Garibay http://rickgaribay.net/archive/2010/05/19/desert-code-camp-2010.1-content.aspx Thu, 20 May 2010 02:16:02 GMT http://rickgaribay.net/archive/2010/05/19/desert-code-camp-2010.1-content.aspx#feedback 2 http://rickgaribay.net/comments/commentRss/283.aspx http://rickgaribay.net/services/trackbacks/283.aspx AZ.NET UG WCF 4.0 Materials http://rickgaribay.net/archive/2010/02/14/az.net-ug-materials-for-my-talk-on-wcf-4.0.aspx <p>Below please find my presentation and demos from my talk on new productivity features in <a href="http://en.wikipedia.org/wiki/Windows_Communication_Foundation" target="_blank">WCF</a> 4.0 at the AZ .NET User Group.</p> <iframe style="width: 300px; height: 61px" id="I4" marginheight="0" src="http://cid-df930ee6f91132fd.skydrive.live.com/embedrowdetail.aspx/Public/Share/Talks/AZ.NET%20UG%2020100209/New^_Features^_in^_WCF^_4.pdf" frameborder="0" name="I4" marginwidth="0" scrolling="no" 0px?="0px?" padding-top:="padding-top:" solid;="solid;" 1px="1px" #dde5e9="#dde5e9" border-right:="border-right:" border-top:="border-top:" 66px;="66px;" height:="height:" 0px;="0px;" padding-right:="padding-right:" 240px;="240px;" width:="width:" padding-left:="padding-left:" 3px;="3px;" margin:="margin:" #ffffff;="#ffffff;" background-color:="background-color:" padding-bottom:="padding-bottom:" border-left:="border-left:" border-bottom:="border-bottom:"></iframe><iframe style="width: 300px; height: 61px" id="I4" marginheight="0" src="http://cid-df930ee6f91132fd.skydrive.live.com/embedrowdetail.aspx/Public/Share/Talks/AZ.NET%20UG%2020100209/20100910^_After.zip" frameborder="0" marginwidth="0" scrolling="no" 0px?="0px?" padding-top:="padding-top:" solid;="solid;" 1px="1px" #dde5e9="#dde5e9" border-right:="border-right:" border-top:="border-top:" 66px;="66px;" height:="height:" 0px;="0px;" padding-right:="padding-right:" 240px;="240px;" width:="width:" padding-left:="padding-left:" 3px;="3px;" margin:="margin:" #ffffff;="#ffffff;" background-color:="background-color:" padding-bottom:="padding-bottom:" border-left:="border-left:" border-bottom:="border-bottom:"></iframe> <p>Thanks to Scott Cate and the AZ.NET UG for hosting <a href="http://www.rickgaribay.net/contact.aspx" target="_blank">me</a>- I had lots of fun!</p><img src="http://rickgaribay.net/aggbug/273.aspx" width="1" height="1" /> Rick G. Garibay http://rickgaribay.net/archive/2010/02/14/az.net-ug-materials-for-my-talk-on-wcf-4.0.aspx Sun, 14 Feb 2010 14:46:17 GMT http://rickgaribay.net/archive/2010/02/14/az.net-ug-materials-for-my-talk-on-wcf-4.0.aspx#feedback http://rickgaribay.net/comments/commentRss/273.aspx http://rickgaribay.net/services/trackbacks/273.aspx Byte-Size WCF Episode 1: Default Endpoints in WCF 4.0 http://rickgaribay.net/archive/2010/01/23/byte-size-wcf-episode-1-default-endpoints-in-wcf-4.0.aspx <p>WCF 4.0 simplifies the configuration experience significantly by providing a new default endpoint feature. This saves time and simplifies the configuration requirements for hosting a WCF service by providing a File –&gt; New Project –&gt; Code –&gt; F5 hosting experience. </p> <p>In this episode you’ll learn how to get up and running quickly with default endpoints and how to gain more control over the default bindings for each scheme (HTTP, TCP, MSMQ, etc) you may want to configure using the new protocol mapping capabilities in WCF 4.0.</p> <object width="0" height="0"> <param name="movie" value="http://content.screencast.com/users/rickggaribay/folders/Default/media/4d3bbe3d-0691-4d56-a1f1-09d4f291dcc9/Episode%201_controller.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#FFFFFF" /> <param name="flashVars" value="containerwidth=640&amp;containerheight=498&amp;showstartscreen=true&amp;showendscreen=true&amp;loop=false&amp;autostart=false&amp;color=000000,000000&amp;thumbscale=45&amp;content=http://content.screencast.com/users/rickggaribay/folders/Default/media/4d3bbe3d-0691-4d56-a1f1-09d4f291dcc9/Episode%201.mp4" /> <param name="allowFullScreen" value="true" /> <param name="scale" value="showall" /> <param name="allowScriptAccess" value="always" /> <param name="base" value="http://content.screencast.com/users/rickggaribay/folders/Default/media/4d3bbe3d-0691-4d56-a1f1-09d4f291dcc9/" /> <embed src="http://content.screencast.com/users/rickggaribay/folders/Default/media/4d3bbe3d-0691-4d56-a1f1-09d4f291dcc9/Episode%201_controller.swf" quality="high" bgcolor="#FFFFFF" width="640" height="498" type="application/x-shockwave-flash" allowscriptaccess="always" flashvars="containerwidth=300&amp;containerheight=200&amp;showstartscreen=true&amp;showendscreen=true&amp;loop=false&amp;autostart=false&amp;color=000000,000000&amp;thumbscale=45&amp;content=http://content.screencast.com/users/rickggaribay/folders/Default/media/4d3bbe3d-0691-4d56-a1f1-09d4f291dcc9/Episode%201.mp4" allowfullscreen="true" base="http://content.screencast.com/users/rickggaribay/folders/Default/media/4d3bbe3d-0691-4d56-a1f1-09d4f291dcc9/" scale="showall"></embed> </object><img src="http://rickgaribay.net/aggbug/270.aspx" width="1" height="1" /> Rick G. Garibay http://rickgaribay.net/archive/2010/01/23/byte-size-wcf-episode-1-default-endpoints-in-wcf-4.0.aspx Sun, 24 Jan 2010 01:35:27 GMT http://rickgaribay.net/archive/2010/01/23/byte-size-wcf-episode-1-default-endpoints-in-wcf-4.0.aspx#feedback http://rickgaribay.net/comments/commentRss/270.aspx http://rickgaribay.net/services/trackbacks/270.aspx Is .NET a Great Disruptor of the Decade? http://rickgaribay.net/archive/2010/01/15/is-.net-a-great-disruptor-of-the-decade.aspx <p>The following article was recently brought to my attention. It asks if .NET should be considered a disruptor in the last decade: <a href="http://blogs.zdnet.com/service-oriented/?p=3921">http://blogs.zdnet.com/service-oriented/?p=3921</a></p> <p>I actually gave this a bit of thought and the best answer I was able to come up with was “Yes and No”. Here’s why…</p> <p>A technology can be "disruptive" when it gains wide spread attention but can fizzle out just as quickly or over an undetermined period of time. How deep into a revolution a technology can sink its teeth and still emerge a clear winner is a true long term measure that I believe earns the designation of "disruptor". </p> <p>A true market leader leverages (or themselves are responsible for) a revolutionary technology and both exploits it fully while surviving several aftershocks that typically follow.</p> <p>For example, I would argue that SOA was a revolutionary innovation that changed the mindset of an industry. In the process it displaced many traditional (and proprietary) approaches to distributed computing and a new market segment exploded. </p> <p>I think Microsoft capitalized on this with ASP.NET Web Services (ASMX) which at the time I would certainly consider disruptive- offering 1st generation commodity SOA to the masses- but had the innovation wave stopped there, Microsoft wouldn't have a SOA story today.</p> <p>Enter <a target="_blank" href="http://en.wikipedia.org/wiki/Windows_Communication_Foundation">WCF</a> . WCF is both an evolution over ASMX as well as a technology that has been successful in displacing many proprietary incumbents. However I think today what we have is a low-end disruption because it is evident that WCF overshot the market with performance and features. Incredibly, almost in perfect harmony with this market perception REST came into its own and disrupted our whole perspective on SOA and continues to challenge our values in the process (as all disruptive technologies do).</p> <p>WCF 3.5 and the REST Starter Kit answered this call cementing the fact that .NET (WCF) is deep enough to survive and subsume other distrubtions and at the same time, WCF 4 will attempt to democratize WCF for the masses, likely gaining both mindshare and market share in the process. </p> <p>So, while .NET has been disruptive, I don't know that we can claim it as disruptor just yet. </p> <p>One thing is for certain. <a target="_blank" href="http://en.wikipedia.org/wiki/Windows_Azure">Azure</a> has the potential to propel .NET to a more profitable market segment ushering with it new market disruption and establishing .NET in a clear lead position.</p> <p>But these are just my thoughts. What do you think?</p><img src="http://rickgaribay.net/aggbug/268.aspx" width="1" height="1" /> Rick G. Garibay http://rickgaribay.net/archive/2010/01/15/is-.net-a-great-disruptor-of-the-decade.aspx Sat, 16 Jan 2010 01:08:53 GMT http://rickgaribay.net/archive/2010/01/15/is-.net-a-great-disruptor-of-the-decade.aspx#feedback 1 http://rickgaribay.net/comments/commentRss/268.aspx http://rickgaribay.net/services/trackbacks/268.aspx Desert Code Camp November 7th http://rickgaribay.net/archive/2009/10/31/desert-code-camp-november-7th.aspx <p>I will be speaking at <a href="http://www.desertcodecamp.com/default.aspx" target="_blank">DCC</a> on November 7th on the following topics:</p> <ul> <li>Developing and Deploying an On-Premise .NET Application with Azure Table Storage </li> <li>Developing and Deploying a WCF Application with Azure Compute Services and Azure Table Storage</li> </ul> <p>There are several excellent sessions this time around, including talks from fellow colleagues at <a title="" href="http://neudesic.com" rel="">Neudesic</a> like <a href="http://www.imaginaryrealities.com/" target="_blank">Michael Collins</a>, <a href="http://www.imaginaryrealities.com/" target="_blank">Joel Neubeck</a> and Andrew Wilson.</p> <p>Hope to see you there!</p><img src="http://rickgaribay.net/aggbug/265.aspx" width="1" height="1" /> Rick G. Garibay http://rickgaribay.net/archive/2009/10/31/desert-code-camp-november-7th.aspx Sat, 31 Oct 2009 12:11:22 GMT http://rickgaribay.net/archive/2009/10/31/desert-code-camp-november-7th.aspx#feedback http://rickgaribay.net/comments/commentRss/265.aspx http://rickgaribay.net/services/trackbacks/265.aspx .NET 4.0 and Visual Studio 2010 Beta 2 Announcements http://rickgaribay.net/archive/2009/10/19/264.aspx <p>.NET 4.0 and Visual Studio 2010 Beta 2 is now available to MSDN subscribers as of 9:30 AM PST. This release includes the new version of Connected Framework products like <a target="_blank" href="http://msdn.microsoft.com/wcf">WCF</a> and <a target="_blank" href="http://msdn.microsoft.com/wf">WF</a> 4.0, Entity Framework 4.0 and a host of additional new features across work streams including MEF, Parallel Extensions, and significant enhancements to Visual Studio Team System and Team Build.</p> <p>Having spent some time with both WCF and WF limited CTP, Beta and pre-Beta 2 bits, this release includes significant improvements, re-design and new features specifically around WCF and WF 4.0. If  you are like <a target="_blank" href="http://www.rickgaribay.net/contact.aspx">me</a>, you will likely welcome many of the designer enhancements in WF 4.0 and may lament a number of designer design changes within messaging activities. You’ll just need to rip off the shrink wrap on Beta 2 to find out yourself!</p> <p>I plan to start doing a significant amount of writing around WF 4.0 because I think that having been re-written from the ground up, WF 4.0 addresses many, many of the pain points in the 3.0 and 3.5 version, and I believe that WF + WCF 4.0 will lower the barrier of entry for writing workflow and service/model-oriented applications. In addition, the improvements within Workflow Services and the ease with which those new to WCF can get a service up and running are both significant and necessary to increasing the reach of these fantastic technologies.</p> <p>Another major area of VS 2010 I am excited about is in the new architecture and design tools in Microsoft Visual Studio Team System 2010 Architecture Edition which introduces new UML designers, use cases, activity diagrams, sequence diagrams and the ability to explore and visualize existing code, design and apply layering to enforce dependency rules, and physical designers to visualize, analyze, and refactor your software. In May of the year, I <a target="_blank" href="http://www.slideshare.net/stevenl/phoenix-session-5-architecture-without-big-design-up-front-garibay">demonstrated</a> how VS 2010 extends UML logical views into physical views of your code along with how to create relationships from these views to work items and project metrics, and how to programmatically transform models into patterns for other domains and disciplines.</p> <p>Needless to say, I’m excited about VS 2010 Beta 2, and am even more excited to announce that the official launch of Visual Studio 2010 will take place on March 22nd, 2010.</p> <p>Until then, you can download Beta 2 on October 21st here: <a href="http://msdn.microsoft.com/en-us/vstudio/dd582936.aspx">http://msdn.microsoft.com/en-us/vstudio/dd582936.aspx</a></p> <p>Some other notes of interest:</p> <ul> <li>Microsoft is announcing a new, streamlined packaging lineup and licensing options for Visual Studio 2010 and MSDN. This includes an "Ultimate Offer" to help customers upgrade to the latest developer tools. For more information on the new packaging, licensing, and pricing of Visual Studio 2010, visit: <a href="http://go.microsoft.com/fwlink/?LinkID=166249">http://go.microsoft.com/fwlink/?LinkID=166249</a></li> <li>As you may have noticed, MSDN has undergone a significant redesign which includes new benefits for all MSDN subscribers: <a href="http://msdn.microsoft.com/en-us/default.aspx">http://msdn.microsoft.com/en-us/default.aspx</a></li> </ul> <p> </p> <p>March 22nd will be here before you know it, so jump on the Beta 2 bits now and get ready!</p> <p>Oh, and don’t forget, PDC 2009 is right around the corner. Register now for key insights you just won’t find at any other conference: <a title="http://microsoftpdc.com/" href="http://microsoftpdc.com/">http://microsoftpdc.com/</a></p><img src="http://rickgaribay.net/aggbug/264.aspx" width="1" height="1" /> Rick G. Garibay http://rickgaribay.net/archive/2009/10/19/264.aspx Mon, 19 Oct 2009 23:30:00 GMT http://rickgaribay.net/archive/2009/10/19/264.aspx#feedback 1 http://rickgaribay.net/comments/commentRss/264.aspx http://rickgaribay.net/services/trackbacks/264.aspx Speaking at Ultimate Virtual Conference on October 22 http://rickgaribay.net/archive/2009/09/22/speaking-at-ultimate-virtual-conference-on-october-22.aspx <!-- code formatted by http://manoli.net/csharpformat/ --><style type="text/css"><![CDATA[ .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, "Courier New", courier, monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode pre { margin: 0em; } .csharpcode .rem { color: #008000; } .csharpcode .kwrd { color: #0000ff; } .csharpcode .str { color: #006080; } .csharpcode .op { color: #0000c0; } .csharpcode .preproc { color: #cc6633; } .csharpcode .asp { background-color: #ffff00; } .csharpcode .html { color: #800000; } .csharpcode .attr { color: #ff0000; } .csharpcode .alt { background-color: #f4f4f4; width: 100%; margin: 0em; } .csharpcode .lnum { color: #606060; } ]]></style> <div class="csharpcode"> <pre><a href="http://www.vconferenceonline.com/shows/fall09/uvc/"><img border="0" alt="" align="left" width="960" height="175" src="http://www.vconferenceonline.com/shows/fall09/uvc/images/oct_header.jpg" /></a></pre> <pre> </pre> <pre> </pre> <pre> </pre> </div> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p>I will be speaking at the SQL Server Worldwide User Group Ultimate Virtual Conference on October 22.</p> <p>If you haven’t experienced an Ultimate Virtual Conference, it is very similar to other industry conferences. There are a number of tracks including .NET, SQL and MOSS and sessions are scheduled on specific days.</p> <p>Unlike traditional conferences, however, you don’t have to leave the comfort of your home or office to attend. All sessions are streamed in HD video at the scheduled time. Speakers are available via live chat during the initial screening of their sessions and then you can watch the sessions again and again.</p> <p>I will be delivering the following two sessions:</p> <p><strong>Developing and Deploying an On-Premise .NET Application with Azure Table Storage</strong> </p> <p>Azure Table Storage provides a scalable data access solution for applications hosted on-premise or in the Azure cloud. Learn how to get up and running with Table Storage with a look at building entities, provisioning Table Storage locally in Development Storage and in Azure Table Storage along with techniques for maintaining a consistent development experience when developing locally or against the cloud.  </p> <p><strong>Developing and Deploying a WCF Application with Azure Compute Services and Azure Table Storage.</strong> </p> <p>The Azure Compute Service provides robust hosting capabilities of you .NET application in the Azure operating system. Learn about Web Roles and Worker Roles and how to configure your .NET application for deployment to Windows Azure. We will also explore techniques for consuming data via Azure Table Storage and put at all together and deploy the application live to Windows Azure.  </p> <p>My colleague <a target="_blank" href="http://blogs.neudesic.com/blogs/brendon_birdoes/default.aspx">Brendon Birdoes</a> of Neudesic will also be presenting the following sessions: </p> <p><strong>ESB Toolkit 2.0 Overview</strong> </p> <p>An Enterprise Service Bus (ESB) is an architectural pattern and a key enabler in implementing the infrastructure for a service-oriented architecture (SOA). The ESB Toolkit for BizTalk Server 2009 implements best practices and patterns for building loosely coupled service oriented solutions using BizTalk as the bus. The ESB Toolkit 2.0 is one of the best new features of Microsoft BizTalk Server 2009! Join Brendon as he explains what the ESB Toolkit is, explores the features and capabilities and discusses the benefits of using the Toolkit for your BizTalk solutions. </p> <p><strong>Implementing Messaging Solutions Using ESB Toolkit 2.0 </strong></p> <p>Itinerary based routing is the key pattern in delivering solutions in the ESB Toolkit 2.0. The challenge though is how to take a traditional BizTalk scenario and implement it using the ESB Toolkit and itinerary based routing. This session will walk through a real world scenario and iteratively build the solution from a simple itinerary to a more complex itinerary including some of the more advanced capabilities of the Toolkit. This session will also take a closer look at the best new feature of the ESB Toolkit which is the Itinerary Designer that is fully integrated into Visual Studio 2008. If you are a BizTalk developer and would like to get an idea of the Toolkit development experience, this is a must see.  </p> <p>  </p> <p>For a complete list of <a target="_blank" href="https://www.vconferenceonline.com/shows/fall09/uvc/sessions.asp">sessions</a> and <a target="_blank" href="http://www.vconferenceonline.com/shows/fall09/uvc/speakers.asp">speakers</a>, go to <a title="http://www.vconferenceonline.com/shows/fall09/uvc/" href="http://www.vconferenceonline.com/shows/fall09/uvc/">http://www.vconferenceonline.com/shows/fall09/uvc/</a></p> <p><strike>I have a limited amount of discount codes I can give out so feel free to contact <a target="_blank" href="http://www.rickgaribay.net/contact.aspx">me</a> via <a target="_blank" href="http://www.rickgaribay.net/contact.aspx">email</a> or <a target="_blank" href="http://twitter.com/rickggaribay">@rickggaribay</a> on twitter and I will set you up.</strike></p> <p><span style="FONT-FAMILY: &quot;Calibri&quot;, &quot;sans-serif&quot;; FONT-SIZE: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"><font size="2" face="Arial">Please feel free to use discount code <strong>SPRGUVC09</strong> for $25 off registration discount.</font></span></p><img src="http://rickgaribay.net/aggbug/262.aspx" width="1" height="1" /> Rick G. Garibay http://rickgaribay.net/archive/2009/09/22/speaking-at-ultimate-virtual-conference-on-october-22.aspx Wed, 23 Sep 2009 04:14:09 GMT http://rickgaribay.net/archive/2009/09/22/speaking-at-ultimate-virtual-conference-on-october-22.aspx#feedback http://rickgaribay.net/comments/commentRss/262.aspx http://rickgaribay.net/services/trackbacks/262.aspx