C#

Articles from this sections are focused on .NET Framework and development in C#. You will find here code examples involving ASP.NET, SQL and XML.

RC airplane ground station software demo

Click to see full size

Today I want to share with you an application I am working on at the moment. It is a ground station for radio controlled plane and it's purpose is to illustrate raw data sent from the plane back to the ground using on-board modem.

I am writing my application in C# using Winforms. Every instrument is a separate Windows Control Library, so it can be easily reused in a different application. So far I created 3 controls:

Difference between IEqualityComparer and IComparer

.NET Framework supplies few useful interfaces for comparing object. Two of them: IEqualityComparer and IComparer might sound bit confusing at first, so in this article I will explain the difference between them and show them in use.

Syndicate content
served by y.co.uk