Base One Foundation Component Library


The Base One Foundation Component Library is a rapid application development toolkit for building secure, fault-tolerant, database applications on Windows and ASP.NET. In conjunction with Microsoft's Visual Studio integrated development environment, BFC provides a general-purpose web application framework for working with databases from Microsoft, Oracle, IBM, Sybase, and MySQL, running under Windows, Linux/Unix, or IBM iSeries or z/OS. BFC also includes facilities for distributed computing, batch processing, queuing, and database command scripting, and these run under Windows or Linux with Wine.

Design

BFC is based on a database-centric architecture whose cross-DBMS data dictionary plays a central role in supporting data security, validation, optimization, and maintainability features. Some of BFC’s core technologies are based on underlying U.S. patents in database communication and high precision arithmetic. Developers can incorporate BFC components into web and Windows applications written in any of the major Microsoft programming languages and can use a variety of older technologies, including COM/ActiveX, MFC, and Crystal Reports. BFC works with both managed and unmanaged code, and it can be used to construct either thin client or rich client applications, with or without browser-based interfaces.

History

BFC was originally developed by Base One International Corp., funded by projects done for Marsh & McLennan and Deutsche Bank that started in the mid-1990s. BFC was acquired by Content Galaxy Inc. in 2014.
The name "BFC" was a play on MFC Microsoft Foundation Classes, which BFC extended through Visual C++ class libraries to facilitate the development of large-scale, client/server database applications.
The publicly available BFC releases are listed below. The jump from BFC release 2.0 to 5.6 came from synching up with the original Marsh version numbering scheme. Beginning in 1994, Johnson & Higgins, built Stars, an insurance risk management system, using components known as ADF. ADF was the predecessor of BFC and was jointly developed by Johnson & Higgins and Base One programmers, with Base One retaining ownership of ADF, and Johnson & Higgins retaining all rights to Stars risk management software.

BFC 1.0

The first version of BFC was released in June 1998. It began as a Visual C++ framework for developing Windows database applications that can be targeted at multiple versions of SQL Server, Oracle, MS Access, and Sybase SQL Anywhere without changing source code. BFC’s Internet Server Library further enables transparent access to those databases across the Internet - for creating distributed “rich client” and grid computing applications. That is, a client server application built with BFC's Database Library not only can change the underlying type of database, but can also have its database located on a local network or across the Internet without changing source code.
BFC supports a model of large scale, grid computing based on coordinating work entirely through a local or remote database. This reduces the vulnerability and performance impact of depending on a centralized process to distribute tasks. Deutsche Bank made use of this version of BFC to build its securities custody system and is one of the earliest successful examples of commercial grid computing.
This release also includes the Number Class, which is designed for database applications that include very large numbers and requires high precision arithmetic.

BFC 1.1

BFC 1.1 was released in September 1998. It improves performance of record addition and modification by supporting Prepared and batched execution of database INSERT and UPDATE operations. Other features:
BFC 1.4 was released in March 1999. It improves and simplifies SQL query handling - with parameter markers ‘?’ and “implied parameters” instead of hardcoded values, and with new, simplified functions: GetNextRec, GetPrevRec, GetFirstRec and GetLastRec.
BFC 2.0 was released in September 1999. It adds COM support, so that VB and ASP programmers can use BFC's database components, including ActiveX grid, combo, and edit controls. Other highlights:
BFC 5.6 was released in August 2000. It supports custom COM objects that can be called from ASP, Visual Basic, ColdFusion, etc. There are samples showing how out-of-proc and in-proc COM objects can be used to coordinate database and file usage. Other highlights:
BFC 5.7 was released in January 2001. It supports custom encryption/decryption of Internet traffic. Rich Client applications can efficiently add security via an encryption/decryption and compression/decompression API. This means that any Rich Client application built with the Database Library can be adapted easily to use its own proprietary method of encoding Internet transmissions, with no dependence on "Secure Sockets" or any other publicly known standards.

BFC 6.1

BFC 6.1 was released in March 2003. It extends the Database Library and grid computing architecture to support Visual Studio.NET and the.NET languages, C#, VB.NET, and ASP.NET.

BFC 7.4

BFC 7.4 was released in March 2010. It adds C# web and distributed processing samples plus several major Database Library features:
BFC 7.5 was released in June 2018. It has an improved C# web site starter application and automatically adds responsive styling. Other upgrades: