Hello,
Im currently looking into WCF as an upgrade option and need to consider everything this may intail in terms of a .Net 2.0 development and setup.
things that come to mind
- .Net 3.0 to be installed (does 3.5 project act any differently)
- what would the effects be on our app servers (which use asmx files to publish services)
- are there any niggles/gotya's with WCF (common things to look out for)
what issues did you consider when you upgraded?
Currently I am looking at
For Code and Design
- Idesign's WCF standards (found here)
- DimeCasts intro videos (found here)
Many thanks in advance
===== UPDATE ========
Many thanks to everyone whom has replied sofar, I still am welcoming more input. are there any gotcha's?
I have also started to consider the following
- Version of .NET -WCF requires .NET 3.0 minimum, however 3.5 contains a number of improvements whats new in .NET 3.5
- WCF Hosting - WCF Hosting
- Will it have any impact on our existing applications - one of the dimecast videos had some info plus many thanks to Mehmet Aras for the heads up
- Considered Training material - I have included some of the books which have been mentioned on the budget but i also found this (which may be helpful) Patterns in Action
=========== UPDATE 2 =============
S#arp Architecture (found here) has been uptated with WCF, I thought i would mention this as I find example useages easier to understand.