Database Programming with C# explains the essentials of database programming to those familiar already with C#. Learn to exploit the VS.NET IDE to access data, and more. There's no doubt C# is here to ...
It's easy to create a custom logging framework to log your .Net application's errors and events to a flat file, a database, or the event log You will often want to log events or errors as they occur ...
LiteDB is a fast, simple, zero-configuration, embedded NoSQL database for .Net. It is a good choice for simple applications (web, mobile, or desktop) where you may need one data file per user but ...