Posts tagged with entity-framework

Aug 15 2019
Oct 22 2012

File Attachments using MVC and Entity Framework

Uploading and retrieving files from an SQL Server database using Entity Framework and MVC.

asp.net-mvc entity-framework
Jul 31 2012

Generic Repositories Part Deux

In which I admit that I'm coming around to the idea of generic repositories.

data entity-framework c# .net
Jul 30 2012

Generic Data Access Repositories

I've never quite "gotten" generic repositories for data access. Here's why. Tell me why I'm wrong!

entity-framework data c# .net