Category: Development

Diving into the Entity Framework

As part of my current project work, I’ve had an opportunity to look into developing a data access layer using the Entity Framework. My previous experience with similar technologies was converting XSDs to classes for clean serialising of data to XML so I was curious to see how […]