Prerequisites
Before reading this article, you should read the first part of this series. In the following article, I may have used class and object interchangeably. Unless otherwise stated, t
All too often, I find myself redoing a command over and over. I've often said, there must be a better way to do this. And there is! While writing some automation scripts in an agile "paired-progr
I have been working with Entity Framework 4 and MySQL. The main problem I have found is that since I am working on a windows server, the table names in the database are all lower case. This means that
This one stumped me for a while; we had build scripts that kept failing, yet if you manually executed the commands from the script, everything worked fine. Eventually I discovered that it wasn't prope
Download source_code.zip - 66.97 KB
Download application.zip - 11.92 KB
Introduction
This project mainly deals with reading a DXF file, but in order to demonstrate the reader is work
Introduction
The Master-Detail grid is a deep-rooted celebrity of user interfaces. Unfortunately, if you do web applications in ASP.NET MVC 2 using the current version V2010 vol 2 of Developer Expres
Download complete source code
Recently, I needed a priority queue data structure in one of my C# programs. If you do not know, priority queue is a collection, which stores objects along with their
Prerequisite
It will be better if you have a rough understanding of object oriented programming and its concepts like encapsulation, polymorphism and inheritance. If you don’t have those then
Download example described in this article - 14.56 KB
Introduction The one-way communication is a communication scenario where messages
flow only in one direction - from sender to receiver. The ex
Download example described in this article - 15.54 KB
Introduction
The request-response communication is a communication scenario where messages flow in both directions - request messages from the
Introduction
It’s Spatial Data Analysis! Let me clarify. Spatial Data describes the position,shape and orientation of objects in space. And when we describe the position and shape of objects on the E
My last post covered 2 courses that I had attended on Scrum and Kanban in which I mentioned the similarities and differences I saw between the two.
I wanted to go into a bit more detail in relation t
Download avr16_V120.zip
- 401.14 KB AVRILOS Source (V1.20)
Summary
In a previous article I presented the AVRILOS round-robin operating system. In
this article I will describe the process to i
Download source code - 2.4 MB
An End-To-End LightSwitch Example
In this article, we will create an end-to-end application in LightSwitch. The purpose is to demonstrate how LightSwitc
I’m a big fan of patterns and principles. And I’m going to explain all SOLID principles in different blog posts. This post is all about LSP.
LSP says that you should always be able to use a base clas
You can see this and other great articles on Design Patterns here.
The Command Design Pattern allows you to store a list of actions that you can execute later. A common example is storing the undo ac
You can see this and other great articles on design patterns here.
The decorator design pattern allows you to add features to an object dynamically. An example would be the search functionality in an
You can see this and other great articles on Design Patterns here.
The Builder Design Pattern allows you to create a general guideline on how to create an object, then have different implementations
1.6.2011 - Wiki .NET Parser II After more then a year experience with the Wiki .NET Parser (C#), there is a brand new release. It is running on the latest ultimate engine http://antlr.org. and b