Interested in learning Windows Server AppFabric? I hope so. It will be the backbone of the on-premise version of BizTalk in the coming years and based on news out of the PDC it looks like it will be moving to Azure (in some form) as well.
There are many resources out there for learning Windows Server AppFabric. However, not all of them are equal and you can spend a lot of time meandering through material without making a lot of progress.
Below is my suggested path for coming up to speed on it with the least amount of effort. First, you need to be familiar with some foundation items:
- There are new features in WCF 4.0. This whitepaper is a great way to become familiar with it: http://msdn.microsoft.com/en-us/library/ee354381.aspx
- One thing to keep in mind is that not all of the concepts are that relevant to Windows Server AppFabric. Focus on the new configuration features if you don’t have a lot of time.
- Next, you need to be familiar with Workflow Services. To understand Workflow Services though, you have to understand WF 4.0, which was a complete re-write. Check out the WF 4.0 white paper:
- Also note that both of the whitepapers mentioned above have sections on Workflow Services. Workflow Services existed in .NET 3.5 but have been improved in .NET 4.0.
- You may also want to drill down into this article on WF 4.0 Persistence, Tracking and Bookmarks: http://www.codeproject.com/KB/WF/WF4Extensions.aspx
- You must also understand IIS 7.0/7.5. If you are not familiar with it, head on over to http://learn.iss.net You’ll need to be familiar with things like Sites, ApplicationPools, Applications, AutoStart, Bindings, MSDeploy, hierarchical configuration with web.configs, etc.
Now you have the foundation you need to start learning about Windows Server AppFabric. This foundation is very important because if you don’t have it, you won’t be able to understand what Windows Server AppFabric is bringing to the table. It will also be more difficult to troubleshoot with out this foundation.
After you have the foundation items covered move on to learning about AppFabric itself:
- Install and Configure Windows Server AppFabric. Reference the installation instructions: http://msdn.microsoft.com/en-us/library/ee790960.aspx
- Run through the host tutorial to immediately get a feel for what it does:: http://msdn.microsoft.com/en-us/library/ee677304.aspx
- Now start reviewing the documentation all of it (the previous links have already covered some of this material): http://msdn.microsoft.com/en-us/library/aa139633.aspx
- The most valuable sections in the documentation, in my opinion are:
- http://msdn.microsoft.com/en-us/library/ff383397.aspx (Workflow Management Service)
- http://msdn.microsoft.com/en-us/library/ee677181.aspx (IIS Manager Extensions [UI] reference)
- The most valuable sections in the documentation, in my opinion are:
- Next, there are some videos that you should watch that should help you with some things that aren’t covered in the documentation in enough detail:
- http://blogs.msdn.com/b/endpoint/archive/2010/04/22/endpoint-tv-windows-server-appfabric-configuring-monitoring-data.aspx (resilience and scalability)
- http://blogs.msdn.com/b/endpoint/archive/2010/04/30/endpoint-tv-ten-tips-for-troubleshooting-with-the-windows-server-appfabric-dashboard.aspx
- http://www.msteched.com/2010/NorthAmerica/ASI301
Whew! That’s a lot of material. You will not be an expert after this but you should have a solid understanding of Windows Server AppFabric and be able to use it.
If have you have other suggestions let me know.