Devin W.C. Ryan

Month: August 2014

MySql.Data Reference

I previously wrote a post about configuring MySQL for use with a Microsoft MVC application.  I noticed after publishing that my application could not connect to the database and returned the following exception: System.ArgumentException: The ADO.NET provider with invariant name ‘MySql.Data.MySqlClient’ is either not registered in the machine or application config file, or could not be …

MySql.Data Reference Read More »

Tracker Database v.1

Tracker Database Design

What is an application without some sort of storage mechanism behind the scenes?  Above represents my database design which I am going to go into more details about. At the heart of the database is the User table which stores user information and associates a reading list, measurement, or golf round with a corresponding user such …

Tracker Database Design Read More »