[UdemyCourseDownloader] Entity Framework In Depth The Complete Guide

Torrent Details

[UdemyCourseDownloader]  Entity Framework in Depth The Complete Guide[UdemyCourseDownloader]  Entity Framework in Depth The Complete Guide

NAME
[UdemyCourseDownloader] Entity Framework in Depth The Complete Guide.torrent
CATEGORY
Other
INFOHASH
aae4f769a4c14278f18b632bb27fab982662fba5
SIZE
1.6 GB in 98 files
ADDED
Uploaded on 14-01-2019 by our crawler pet called "Spidey".
SWARM
0 seeders & 0 peers
RATING
No votes yet.

Please login to vote for this torrent.


Description

Description

With over 6,500 students and 1,500+ positive reviews, this course is Udemy's most popular course for learning Entity Framework!







Entity Framework is an Object / Relational Mapper (O/RM) that helps you read and write data from and to a database. In this course, Mosh, teaches you the core concepts of Entity Framework through a series of clear, concise and hands-on lectures.







Whether you're new to Entity Framework, or been using it for a while but are looking for a comprehensive course with a clean structure to fill the missing parts, you're going to love this course.







By the end of watching this course, you'll be able to

Discussion

Comments 0

Post Your Comment

Files in this torrent

FILENAMESIZE
01 Introduction/001 About this Course.mp423.8 MB
01 Introduction/002 About Me.mp439.2 MB
01 Introduction/003 Asking Questions.mp414.8 MB
02 Getting Started/004 Introduction.mp49.5 MB
02 Getting Started/005 What is Entity Framework.mp41.6 MB
02 Getting Started/006 Workflows.mp42 MB
02 Getting Started/007 Demo Database-First Workflow.mp433.1 MB
02 Getting Started/008 Demo Code-First Workflow.mp425.3 MB
02 Getting Started/009 Database-First or Code-First.mp49.4 MB
02 Getting Started/010 Summary.mp49.2 MB
03 Building a Model using Database-First Workflow/011 Introduction.mp414.2 MB
03 Building a Model using Database-First Workflow/012 Setting up the Database.mp44.6 MB
03 Building a Model using Database-First Workflow/013 A Quick Tour of EDMX Designer.mp421.6 MB
03 Building a Model using Database-First Workflow/014 Uncovering the EDMX.mp418.1 MB
03 Building a Model using Database-First Workflow/015 Connection Strings.mp412.5 MB
03 Building a Model using Database-First Workflow/016 Dealing with Database Changes.mp438.5 MB
03 Building a Model using Database-First Workflow/017 Importing Stored Procedures.mp419.2 MB
03 Building a Model using Database-First Workflow/018 Function Imports.mp427.2 MB
03 Building a Model using Database-First Workflow/019 Working with Enums.mp422.9 MB
03 Building a Model using Database-First Workflow/020 Exercises.pdf71.2 KB
03 Building a Model using Database-First Workflow/021 Summary.mp46.5 MB
03 Building a Model using Database-First Workflow/attached_files/012 Setting up the Database/Pluto.zip1.7 KB
03 Building a Model using Database-First Workflow/attached_files/020 Exercises/Section-3-Exercise-Files.zip1.1 KB
03 Building a Model using Database-First Workflow/attached_files/020 Exercises/Section-3-Solution.zip10.2 MB
04 Building a Model using Code-First Workflow/022 Introduction.mp48 MB
04 Building a Model using Code-First Workflow/023 Code First with a New Database.mp431.7 MB
04 Building a Model using Code-First Workflow/024 Code First with an Existing Database.mp417.6 MB
04 Building a Model using Code-First Workflow/025 Migrations Enabling Migrations.mp415 MB
04 Building a Model using Code-First Workflow/026 Migrations Adding a New Class.mp438.2 MB
04 Building a Model using Code-First Workflow/027 Migrations Modifying an Existing Class.mp421.3 MB
04 Building a Model using Code-First Workflow/028 Migrations Deleting an Existing Class.mp414.6 MB
04 Building a Model using Code-First Workflow/029 Migrations Recovering from Mistakes.mp46.8 MB
04 Building a Model using Code-First Workflow/030 Migrations Downgrading a Database.mp415.9 MB
04 Building a Model using Code-First Workflow/031 Seeding Database.mp430 MB
04 Building a Model using Code-First Workflow/032 Exercises.pdf83.4 KB
04 Building a Model using Code-First Workflow/033 Summary.mp49.7 MB
04 Building a Model using Code-First Workflow/attached_files/023 Code First with a New Database/Program.zip499 B
04 Building a Model using Code-First Workflow/attached_files/024 Code First with an Existing Database/PlutoCodeFirst.zip1 KB
04 Building a Model using Code-First Workflow/attached_files/032 Exercises/Section-4-Solution.zip10.3 MB
05 Overriding Code-First Conventions/034 Introduction.mp49 MB
05 Overriding Code-First Conventions/035 Overriding Conventions.mp424 MB
05 Overriding Code-First Conventions/036 Data Annotations.mp411.7 MB
05 Overriding Code-First Conventions/037 Demo Data Annotations.mp433.2 MB
05 Overriding Code-First Conventions/038 Fluent API Basics.mp47.5 MB
05 Overriding Code-First Conventions/039 Fluent API Relationships.mp415.1 MB
05 Overriding Code-First Conventions/040 Demo Fluent API.mp467.9 MB
05 Overriding Code-First Conventions/041 Demo Fluent API Advanced Configurations.mp419.9 MB
05 Overriding Code-First Conventions/042 Organizing Fluent API Configurations.mp437 MB
05 Overriding Code-First Conventions/043 Exercises.pdf85.2 KB
05 Overriding Code-First Conventions/044 Summary.mp413.7 MB
05 Overriding Code-First Conventions/attached_files/043 Exercises/Section-5-Solution.zip10.3 MB
05 Overriding Code-First Conventions/attached_files/044 Summary/Data-Annotations-Cheat-Sheet.pdf69.4 KB
05 Overriding Code-First Conventions/attached_files/044 Summary/Fluent-API-Cheat-Sheet.pdf70.4 KB
06 Querying Data using LINQ/045 Introduction.mp46.3 MB
06 Querying Data using LINQ/046 Introduction to LINQ.mp415.5 MB
06 Querying Data using LINQ/047 LINQ in Action.mp427.4 MB
06 Querying Data using LINQ/048 LINQ Syntax.mp453.2 MB
06 Querying Data using LINQ/049 LINQ Extension Methods.mp465 MB
06 Querying Data using LINQ/050 LINQ Extension Methods Additional Methods.mp416.8 MB
06 Querying Data using LINQ/051 Deferred Execution.mp429.4 MB
06 Querying Data using LINQ/052 IQueryable Explained.mp429.6 MB
06 Querying Data using LINQ/053 Exercises.pdf76.4 KB
06 Querying Data using LINQ/054 Summary.mp415.5 MB
06 Querying Data using LINQ/attached_files/047 LINQ in Action/Queries.zip10.3 MB
06 Querying Data using LINQ/attached_files/048 LINQ Syntax/LINQ-Cheat-Sheet.pdf70.1 KB
06 Querying Data using LINQ/attached_files/048 LINQ Syntax/Queries.zip10.3 MB
06 Querying Data using LINQ/attached_files/049 LINQ Extension Methods/LINQ-Cheat-Sheet-Extension-Methods.pdf77.3 KB
06 Querying Data using LINQ/attached_files/050 LINQ Extension Methods Additional Methods/LINQ-Cheat-Sheet-Extension-Methods.pdf77.3 KB
06 Querying Data using LINQ/attached_files/053 Exercises/Section-6-Exercise-Files.zip10.3 MB
06 Querying Data using LINQ/attached_files/053 Exercises/Section-6-Solution.zip10.3 MB
06 Querying Data using LINQ/attached_files/054 Summary/LINQ-Cheat-Sheet-Extension-Methods.pdf77.3 KB
06 Querying Data using LINQ/attached_files/054 Summary/LINQ-Cheat-Sheet.pdf70.1 KB
07 Loading Related Objects/055 Introduction.mp44.8 MB
07 Loading Related Objects/056 Lazy Loading.mp428.9 MB
07 Loading Related Objects/057 N 1 Problem.mp417.3 MB
07 Loading Related Objects/058 Eager Loading.mp418.3 MB
07 Loading Related Objects/059 Explicit Loading.mp432.5 MB
07 Loading Related Objects/060 Exercises.pdf63.9 KB
07 Loading Related Objects/061 Summary.mp417 MB
07 Loading Related Objects/attached_files/060 Exercises/Section-7-Exercise-Files.zip10.3 MB
07 Loading Related Objects/attached_files/060 Exercises/Section-7-Solution.zip10.3 MB
08 Updating Data/062 Introduction.mp411.3 MB
08 Updating Data/063 Overview of Changing Data.mp42.3 MB
08 Updating Data/064 Adding objects.mp427.5 MB
08 Updating Data/065 Updating objects.mp49.9 MB
08 Updating Data/066 Removing objects.mp429 MB
08 Updating Data/067 Working with Change Tracker.mp422.7 MB
08 Updating Data/068 LINQPad.mp430.8 MB
08 Updating Data/069 Exercises.pdf77.4 KB
08 Updating Data/070 Summary.mp47.3 MB
08 Updating Data/attached_files/069 Exercises/Section-8-Exercise-Files.zip10.3 MB
08 Updating Data/attached_files/069 Exercises/Section-8-Solution.zip10.4 MB
09 Using Entity Framework in Your Applications/071 Introduction.mp412.4 MB
09 Using Entity Framework in Your Applications/072 Repository Pattern.mp429.4 MB
09 Using Entity Framework in Your Applications/073 Implementing the Repository Pattern.mp440.2 MB
09 Using Entity Framework in Your Applications/074 Structuring Your Applications.mp46.8 MB
09 Using Entity Framework in Your Applications/075 ASP.NET MVC Example.mp435.9 MB
Udemy Course downloader.txt94 B

Alternative Torrents for 'UdemyCourseDownloader Entity Framework Depth Complete Guide'.

There are no alternative torrents found.