So I've done a little WCF in the most basic way I could come up with and even then found myself wrestling in the config a little before getting it to work. I love the simplicity of contract definition and implementation though once you get the config wrapped.
Given that could someone point me to some good online resources (not books, not going to spend the money or time) for covering some of this? I just watched a Hanselman MVC basics web vid and it did a great job of going over the core of putting an MVC site together in the course of an hour, things of that nature for WCF would be great.
Any good online tutorials, examples, etc, not necesarrily video, just mentioned it because some of you are probably familiar with what I'm referring to.
Also if there are any changes in .net 4.0 anything that bases on those being present would be good too so I don't see old ways of doing WCF things when there might now be better ones.