Everyone who writes applications or creates software wants to create scalable and easy to understand solutions. The problem however is that simple software is not scalable and scalable applications can get too hard to understand because of their distributed logic development.
Share on Facebook
Jun
4
2009
4
2009
May
24
2009
24
2009
Writing Unified Scalable Application Logic: Windows Workflow Foundation
Apr
29
2009
29
2009
Apr
29
2009
29
2009
Windows Forms: Getting Started I
This tutorial contains some basic topics regarding getting started with windows forms.
All the data is courtesy MSDN.
Share on Facebook
Generating Documentation from XML Comments in C#
C# allows developers to embed XML comments into their source files—a useful facility, especially when more than one programmer is working on the same code. The C# parser can expand these XML tags to provide additional information and export them to an external document for further processing. This article shows how to use XML comments [...]