Attention: We are retiring the ASP.NET Community Blogs. Learn more >

Rss + Northwind disconnected = Developer Friendlies

I've noticed a couple of developer-friendlies floating around recently, namely:

The Northwind disconnected article talks about some of the real issues faced when building these kinds of apps and gives special insight into some problems that you might encounter unexpectedly.  For example, if you do an Asynch call to a webservice and need to marshall the result back to the main thread in a Windows app, you could be asking for unexpected behaviour.  This article probably opened my eyes some of the issues that are faced in multi-threaded programming more than anything else that I've ever read!  For that reason alone I consider this to be essential reading.

Both of these resources will undoubtedly prove their worth to me in the not too distant future :)

No Comments