The .NET Library Project (Spring/Summer 2009) by Cormac Sharpe outlines a multi-phase development of a lending library management system utilizing various .NET technologies, including C# and SQL Server. The project phases cover the creation of a Windows front-end application, a data access layer, a web application, and the implementation of web services for better interoperability. Key functionalities include member management, item check-in/check-out processes, and data validation through regular expressions.
Related topics: