Category: Code

Using MySQL with Entity Framework and ASP.NET MVC – Part I

I would like to take a look at creating an object model for a MySQL database schema in .NET and accessing that data with LINQ queries. After some research on the subject I figured the path of least resistance would be to try out Microsoft’s latest data access technology, Entity Framework. Now, I know people […]