Entity Framework

A collection of 16 posts
Entity Framework

Introduction to Entity Framework: Part I - Object Relational Mapping

Table of Contents * Part II - Designing the Database [http://codetunnel.io/introduction-to-entity-framework-part-ii-designing-the-database] * Part III - Building the Model [http://codetunnel.io/introduction-to-entity-framework-part-iii-building-the-model] * Part IV - IQueryable [http://codetunnel.io/introduction-to-entity-framework-part-iv-iqueryable/] -------------------------------------------------------------------------------- Now that I've completed my Introduction to LINQ [
4 min read
C#

Introduction to LINQ: Part I - Delegates

Table of Contents * Part II - Lambda Expressions [http://codetunnel.io/introduction-to-linq-part-ii-lambda-expressions] * Part III - Extension Methods [http://codetunnel.io/introduction-to-linq-part-iii-extension-methods] * Part IV - Putting it All Together [http://codetunnel.io/introduction-to-linq-part-iv-putting-it-all-together] -------------------------------------------------------------------------------- Recently I had to explain Language Integrated Queries [http://en.wikip
5 min read