Entity Framework tutorial for professionals

Download free Entity Framework tutorial course in PDF, training file in 23 chapters and 94 pages. Free unaffiliated ebook created from Stack OverFlow contributor.

Table of contents

  • About
  • Getting started with Entity Framework
  • Installing the Entity Framework NuGet Package
  • Using Entity Framework from C# (Code First)
  • What is Entity Framework?
  • Code First Conventions
  • Removing Conventions
  • Primary Key Convention
  • Type Discovery
  • DecimalPropertyConvention
  • Relationship Convention
  • Foreign Key Convention
  • Code First DataAnnotations
  • [Column] attribute
  • [DatabaseGenerated] attribute
  • [Required] attribute
  • [MaxLength] and [MinLength] attributes
  • [InverseProperty(string)] attribute
  • [ComplexType] attribute
  • [ForeignKey(string)] attribute
  • [Range(min,max)] attribute
  • [NotMapped] attribute
  • [Table] attribute
  • [Index] attribute
  • [Key] attribute
  • [StringLength(int)] attribute
  • [Timestamp] attribute
  • [ConcurrencyCheck] Attribute
  • Entity Framework Code First
  • Connect to an existing database
  • Entity framework Code First Migrations
  • Enable Migrations
  • Add your ?rst migration
  • Doing "Update-Database" within your code
  • Seeding Data during migrations
  • Initial Entity Framework Code First Migration Step by Step
  • Using Sql() during migrations
  • Inheritance with EntityFramework (Code First)
  • Table per hierarchy
  • Table per type
  • Code First - Fluent API
  • Mapping models
  • Composite Primary Key
  • Maximum Length
  • Primary Key
  • Required properties (NOT NULL)
  • Code First Conventions
  • Entity Framework Code First
  • Inheritance with EntityFramework (Code First)
  • Mapping relationship with Entity Framework Code First: One-to-one and variations
  • Database first model generation
  • Database Initialisers
  • Transactions
  • Loading related entities
  • Entity Framework with PostgreSQL
  • .t4 templates in entity framework
  • Best Practices For Entity Framework (Simple & Professional)

It is a free Entity Framework ebook created for beginners. The content is extracted from Stack Overflow pltaform, which is written by many Entity Framework developers and contributors.

The content is released under Creative Commons BY-SA

Size : 1.48 MB
File type : pdf
Downloads: 111
Created: 2019-04-30

Others Entity Framework Tutorials

Others related eBooks about Entity Framework tutorial for professionals

Building Skills in Python: A Programmer's Introduction to Python

This book is a complete presentation of the Python language. It is oriented toward learning, which involves accumulating many closely intertwined concepts. In our experience teaching, coaching and doing programming, there is an upper limit on the "clue absorption rate". In order to keep within thi...

Download C programming Tutorial

Download C language PDF Tutorial for free, it consisting of 42 chapters and 290 pages covering all the most important C language concepts. This tutorial is intended for beginner programmers, and we recommend you to go through all the chapters, to get the most out of it as possible....

: Just Enough R: Learn Data Analysis with R in a Day

Learn R programming for data analysis in a single day. The book aims to teach data analysis using R within a single day to anyone who already knows some programming in any other language. The book has sample code which can be downloaded as a zip file. ...

Programming for Computations - Python: A Gentle Introduction to Numerical Simulations with Python 3.6

This second edition of the well-received book has been extensively revised: All code is now written in Python version 3.6 (no longer version 2.7). In addition, the two first chapters of the previous edition have been extended and split up into five new chapters, thus expanding the introduction to pr...

Python Notes for Professionals

Download free course Python Notes for Professionals, pdf file on 855 pages by Stack Overflow Community....

Getting started with React

This tutorial teaches you how to program with React, a complete PDF document on 139 pages created by StackOverFlow. This course aims to give a solid foundation to React.js by exploring all of its concepts and possibilities, to then facilitate the exploration of the vast ecosystem that revolves arou...

Application Security in .NET Succinctly

Download free course Application Security in .NET Succinctly, pdf file on 103 pages by by Stan Drapkin....

How To Think Like A Computer Scientist: C++ Version

The goal of this book is to teach you to think like a computer scientist, using C++ as the programming language. ...

Python 3 Patterns, Recipes and Idioms

This book is aimed at more experienced Python programmers who are looking to deepen their understanding of the language and modern programming idioms. Much of the material focuses on some of the more advanced techniques used by libraries, frameworks, and applications. ...

Java programming

This document is about a Java programming ,a free pdf tutorial for beginners a basic knowledge of object-oriented programming is assumed....