How To Build Multi-control Components when Inheriting from an Existing Control (Intro and TextBox Example)
Last Updated: 28 Oct 2008
Page Views: 13,421
Rating: 4.25/5
Votes: 8
Popularity: 3.84
Bookmark Count: 43
Licence: The MIT License
This article will get you started in building your own multi-control components without using the UserControl class.
Building multi-control components using IExtenderProvider
Last Updated: 10 Feb 2009
Page Views: 4,496
Rating: 4.00/5
Votes: 1
Popularity: 0.00
Bookmark Count: 12
Licence: The BSD License
In this article, I will show you a technique for building multi-control components using the IExtenderProvider.
Using PostgreSQL in your C# (.NET) application (An introduction)
Last Updated: 15 Nov 2008
Page Views: 20,617
Rating: 4.29/5
Votes: 12
Popularity: 4.63
Bookmark Count: 35
Licence: The BSD License
In this article, I would like to show you step by step how to use this fantastic database in your C# application.
Transferring backup files from a remote SQL Server instance to a local machine without network shares, FTP, HTTP
Last Updated: 8 Mar 2009
Page Views: 11,353
Rating: 4.79/5
Votes: 16
Popularity: 5.76
Bookmark Count: 48
Licence: The BSD License
This article is about transferring backups without raising the privileges of SQL Server, or using custom copying tools.