Productivity
Last week Telerik released
a new LINQ implementation that is simple to use and produces domain models very
fast. Built on top of the enterprise grade OpenAccess
ORM, you can connect to any database that OpenAccess can connect to such as: SQL
Server, MySQL, Oracle, SQL Azure, VistaDB, etc. Today I will show you how to build
a domain model using MySQL as your back end.
To get started, you have to download MySQL 5.x and the MySQL Workbench and also, as
my colleague Alexander Filipov at Telerik reminded me, make sure you install the MySQL
.NET Connector, which is available
here. I like to use Northwind, ok it gives...