Warning: A non-numeric value encountered in /var/www/wp-content/themes/Avada/includes/dynamic_css.php on line 4682

Warning: A non-numeric value encountered in /var/www/wp-content/themes/Avada/includes/dynamic_css.php on line 6875

Warning: A non-numeric value encountered in /var/www/wp-content/themes/Avada/includes/dynamic_css.php on line 6886

Essential Entity Framework Video and Walk-Through Tutorials

By |August 18th, 2014|.NET Development, Entity Framework|

As a visual person I prefer using video and visual aides. Here is a list of video and walk-through tutorials for Entity Framework.

Comments Off on Essential Entity Framework Video and Walk-Through Tutorials

C# Decimal Data Type and String Fractions

By |August 18th, 2014|.NET Development|

Using C# .NET 4.0, I recently needed to stored a data element as a Decimal Data Type yet be able to present and edit the value as a string fraction.

Comments Off on C# Decimal Data Type and String Fractions

.NET using MySQL not available with Hosting Provider error

By |August 18th, 2014|.NET Development|

MySQL.Data, MySQL.Web or MySQL.Data.Entity not available with Hosting Provider Some hosting providers, such as GoDaddy, do not include MySQL.Data, MySQL.Web or MySQL.Data.Entity in their GAC (Global Assembly Cache).  If you are unaware of this you might encounter one of the below errors. Object reference not set to an instance of an object. [NullReferenceException: Object reference [...]