SourceGrid 1.2.11.0 is a light grid control written in C# that will allow programmers to add basic grid capabilities to their .NET Windows Forms applications. Apps using the control can display and edit unbound data. The author feels that the DataGrid class of Microsoft?s .NET Framework relies too much on the DataSet class: the control always has to be bound to a dataset or other source for its data. Others consider that the DataSet class is too slanted towards working with XML documents. The SourceGrid control allows simple data to be displayed, without relying on XML to do it. However, while the SourceGrid control is potentially useful for simple applications, it lacks more advanced features offered by other grid controls. For example, SourceGrid lacks databinding. Databinding is the ability to automatically update data from a source that is ?bound? to an object, which can mean virtually real-time data access. Without the ability to display bound data, developers must code the data updating themselves, which is costly in time and money. SourceGrid of course provides for unbound data. Any .NET control can be contained in CellControl. The grid control lacks an IDE designer and other advanced WYSIWYG features. It provides no printer support, and lacks grouping and master/detail capabilities.
With the Open SSL 0.9.7c library, developers can write applications that take advantage of Secure Sockets Layer (SSL v2/v3), Transport Layer Security (TLS v1), and a full-strength general-purpose cryptography library. Security features such as data integrity, authenticity, and privacy can be implemented. To compile for Win32, Perl or compiling under Cygwin is required. Some of the encryption routines/algorithms are covered by patents.
Microsoft?s .NET Framework lacks classes for FTP. With KCommon?s FTP component, programmers can build Windows Forms or ASP.NET (Web Forms) apps so users can send or receive files via the FTP protocol. Operations for synchronous and asynchronous transfers are supported. KCommon?s FTP component supports passive mode, but not active mode. It is written in C# but is not marked as CLS compliant. It does not support proxy servers.
A small set of MFC classes to add GUI elements similar to those in Office XP to MFC applications. Namely, the flat, non-3D, ?water-color? UI controls, which have no raised edges, do not look ?pushed in? when clicked, and are not ?shadowed?.