Learning ASP.NET & WCF by Example: .NET Trader

If you're like me, then you like figuring out how something is supposed to be done by looking at a really good example.

Complete, full-blown, high-performance ASP.NET Enterprise Client-Server Application examples are rather few and far between. In fact I think for many people, the first one they've really seen the insides of is the first one they built; that was certainly my experience.

Help is at hand in the form of the .NET Trader application. This is actually a .NET version of an application created by IBM to showcase their WebSphere product but that's not what I find interesting; it's how it was built that is of value to us dev's and you can download and examine all the source code from here:

 https://msdn2.microsoft.com/en-us/netframework/bb499684.aspx

Well worth the time to check out how it works even if you know how you would do it; it's pretty interesting stuff!