Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn C#: Make a Databased App with Entity Framework
Rating: 4.2 out of 5(253 ratings)
1,429 students

Learn C#: Make a Databased App with Entity Framework

Learn how to create an application in C# that can generate it's own database using Entity Framework and Code First.
Created byMPire Training
Last updated 6/2014
English

What you'll learn

  • By the end of the course you will be able to define and build an SQL database using only C# code. No database development required!
  • Perform CRUD operations (Create, Read, Update, Delete) on entities using C# code.
  • Handle entity changes using Code First Migrations.
  • For the majority of the course, we will do absolutely no database development! However, we will show how to call custom SQL statements if you need to.

Course content

8 sections24 lectures2h 19m total length
  • Introduction2:26

    Course introduction and contents.

  • Example Application Specification2:12

    Define a specification for the simple example sales application.

  • Entity Framework Cheat Sheet and Source Code18:00

    Download the "Entity Framework Cheat Sheet" and Source Code to the sample application.

Requirements

  • A basic knowledge of C# and Visual Studio.
  • Microsoft Visual Studio 2012, 2013 or later is required. We show how to install Visual Studio Express if you don't already have it.

Description

In this course you will learn how to create a simple C# application using Microsoft Visual Studio that creates and connects to an SQL Database with the Entity Framework*, with no database development required!

We will use Code First development principals to define all database tables and columns using only C# code.

All database tables and columns will be generated automatically from the C# code without the need to edit the database directly. As such we will be doing no database development (except for a section on calling SQL statements directly if you need to).

All source code is included as a Microsoft Visual Studio 2013 project so you can get up and running straight away.

Thank you for choosing this course and we look forward to viewing your positive reviews and feedback.

MPire Solutions Pty Ltd

* Note: The Entity Framework is Microsofts' newest data access technology, and Code First allows us to create database driven applications using only C# code, with no database development required!

Who this course is for:

  • This course is recommended for C# developers who want to learn how to use the latest Microsoft .Net database technologies.
  • Students should have at least a basic knowledge of C# and Visual Studio.
  • While much of the code is simple C#, this course is specifically about Entity Framework Code First and is NOT an introduction to C# or building an application with C#.