WCF Champ ( Round 3 now up ) The ever
April 28, 2009 – 7:01 pmWCF Champ ( Round 3 now up )
The ever lovely people at the Microsoft CSD have launched a site to promote learning WCF. The site has a couple of overview videos to help you understand why WCF takes producing quality connected services easier and faster. The site also collects a great bunch of material to get you started or improve your existing WCF skills. Look at the champ web site Although I have been trying to contact them to complain about using the designs for our remodelled developer pits for the video. b.
Free ASP.NET MVC ?NerdDinner? Tutorial Now in HTML
Last month I blogged about a free end-to-end ASP.NET MVC tutorial called ?NerdDinner? that I wrote for the Professional ASP.NET MVC 1.0 book from Wrox Press. The book is now released and shipping on Amazon. The NerdDinner tutorial walks through how to build a small, but complete, application using ASP.NET MVC, and introduces some of the core concepts behind it. You can download a PDF version of the tutorial here. NerdDinner Tutorial Now Also Available in HTML A few minutes ago I finished pu
Faking synchronous web service calls in Silverlight
I ran into a small but thought-provoking problem in my sample Silverlight database application. I wanted to call a web service, and only call a second web service if the first was successful. The problem is that all web service calls are asynchronous, so you cannot do this with a simple if statement. The quick fix I used was to store my intended operation in a PendingOperation variable. When the first web service completes, it checks for a pending operation. If the first call succeeds and finds
You must be logged in to post a comment.