Open Source .NET solutions for C# developers

Login Password
Forgot password? Sign-up

Welcome to C# Developing!

Latest articles RSS

Shortcut Manager - keyboard shortcuts in winforms by Win API

Published: August 05, 2009
Category: Tutorials
Level: Intermediates
Rating: 0 rates
Comments: # 0
Tags: .NET 3.5 C# Delegates Open Source Win32 Windows Winforms
Shortcut Manager (SM) is my C# project to help programmers handle keyboard shorcuts in winform applications. In this article I want to explain how this library works and how to use it.

Paging in collection using Generics

Published: February 02, 2009
Category: Tips and Tricks
Level: Beginners
Rating: 0 rates
Comments: # 0
Tags: .NET C# Collections Generics Linq Tools
Simple paging for collection using generics class

Creating own events - Part Three

Published: January 03, 2009
Category: Tutorials
Level: Intermediates
Rating: 0 rates
Comments: # 0
Tags: .NET C# Collections Components Controls Delegates
Last part points to effective way of managing large amount of events.

Localization project tutorial - I. Localizing strings

Published: December 07, 2008
Category: Tutorials
Level: Intermediates
Rating: 0 rates
Comments: # 0
Tags: .NET 3.5 ASP.NET C# Components Localization Open Source Tools Webforms Winforms
The first part of tutorial about Localization project deals with string localizing.

Creating own events - Part Two

Published: November 11, 2008
Category: Tutorials
Level: Beginners
Rating: 0 rates
Comments: # 0
Tags: .NET C# Generics
In this part of tutorial we look at custom event arguments.

Latest downloads RSS

Shortcut Manager

Published: August 05, 2009
Rating: 0 rates
Comments: # 0
Tags: .NET 3.5 C# Delegates Tools Win32 Windows Winforms
Shortcut Manager - creating and managing keyboard shortcuts in winforms applications

Paging in collections

Published: February 02, 2009
Rating: 0 rates
Comments: # 0
Tags: .NET C# Collections Generics Linq Tools
Simple paging for collection using generics class

Creating own events I.

Published: January 03, 2009
Rating: 0 rates
Comments: # 0
Tags: .NET C# Components Controls Delegates
Examples of creating simple events.

Creating own events II.

Published: January 03, 2009
Rating: 0 rates
Comments: # 0
Tags: .NET C# Components Controls Delegates
Examples of creating own events

Creating own events III.

Published: January 03, 2009
Rating: 0 rates
Comments: # 0
Tags: .NET C# Components Controls Delegates
Creating own events using delegate collection