Using the Entity Framework: Update Operation (Quick Reference)

How to Use the Entity Framework to Update Records in a Relational Database This quick reference is for those who are using the Entity Framework and want examples of how to perform everyday CRUD tasks. We’ll take a look at how to update objects and associated objects using the Entity Framework. Quick Reference Setup Entity [...]

Using the Entity Framework: Delete Operation (Quick Reference)

How to Use the Entity Framework to Delete Records in a Relational Database

We’ll take a look at how to delete objects and associated objects using the Entity Framework.

Using the Entity Framework: Create Operation (Quick Reference)

How to Use the Entity Framework to Create Records in a Relational Database

This quick reference is for those who are trying out the Entity Framework and want examples of how to perform everyday CRUD tasks.

Entity Framework & Linq to Entities: “Movies” Example Setup

The Entity Data Model Used in the “Movies” Example

Here you’ll find the diagrams representing the database structure, entity data model, and entity object model used by the code examples found in the Linq to Entities Quick References.

C# Entity Framework & Linq to Entities (Quick Reference)

The Entity Framework & Linq to Entities: CRUD (Create, Read, Update, Delete) Tasks with CSharp

In this series of posts, I’ll break down how to use Linq to Entities to perform common CRUD (Create, Read, Update, and Delete) tasks with an entity data model generated by Visual Studio 2008 and based on the Entity Framework.

C# Modifiers (Quick Reference)

Overview of CSharp .NET Access Modifiers

Access Modifiers are used to define the “visibility” of a type (class) or the members of a type. The full list of access modifiers is public, private, protected, internal, and protected internal.

Follow

Get every new post delivered to your Inbox.