دانلود pdf کتاب دوره ویدیویی Entity Framework Core 2.1: What's New Playbook رایگان
مسیر فعلی شما در سایت دهکده دانلود بخش دانلود کتاب :
دانلود کتاب-->>> دانلود رایگان کتاب-->>> دانلود کتاب کامپیوتر و رایانه-->>> دانلود pdf کتاب دوره ویدیویی Entity Framework Core 2.1: What's New Playbook رایگان

دانلود pdf کتاب دوره ویدیویی Entity Framework Core 2.1: What's New Playbook رایگان

  • نام کتاب : دوره ویدیویی Entity Framework Core 2.1: Whats New Playbook
  • ژانر کتاب : دانلود کتاب کامپیوتر و رایانه
  • نام نویسنده : Julie Lerman
  • انتشارات کتاب دوره ویدیویی Entity Framework Core 2.1: Whats New Playbook : Pluralsight
  • نوع فایل دانلودی : فایل pdf و یا zip شده میباشد
  • زبان کتاب : فارسی
  • تاریخ درج : 2021-05-08 00:00:00
  • تاریخ بروزرسانی : 2023-01-31 23:40:06
  • منتقد و ارسال شده به وسیله : یاشار ایوبی
  • امتیاز منتقد به دوره ویدیویی Entity Framework Core 2.1: Whats New Playbook : 8

با سلام به بخش کتاب های زبان اصلی کامپیوتر و برنامه نویسی سایت سایت کتاب خوش آمدید
امروز برای شما دانلود pdf کتاب دانلود دوره ویدیویی Entity Framework Core 2.1: Whats New Playbook به شکل کامل رایگان گذاشتیم این pdf کتاب دانلود دوره ویدیویی Entity Framework Core 2.1: Whats New Playbook نوشته Julie Lerman میباشد دانلود دوره ویدیویی Entity Framework Core 2.1: Whats New Playbook به وسیله Julie Lerman میباشد شما این دسترسی را دارید تا کار های Julie Lerman دنبال کنید
pdf کتاب دانلود دوره ویدیویی Entity Framework Core 2.1: Whats New Playbook یکی از pdf کتاب های یک کار خاص و خواندنی هستش pdf کتاب دانلود دوره ویدیویی Entity Framework Core 2.1: Whats New Playbook در بخش کتاب های زبان اصلی کامپیوتر و برنامه نویسی برای شما تهیه شده

دوره ویدیویی Entity Framework Core 2.1: Whats New Playbook اثر Julie Lerman


هر برنامه ای از داده‌ها استفاده می‌کند و دانش کاملی از Entity Framework Core برای ساختن برنامه‌های موفق NET. و NET Core. مهم است. در دوره ویدیویی Entity Framework Core 2.1: Whats New Playbook موسسه Pluralsight که توسط Julie Lerman تدریس شده است، یاد خواهید گرفت که چگونه در این به روزرسانی از تمام ویژگی‌های تأثیرگذار اضافه شده به EF Core 2 به طور کامل استفاده کنید.

کتاب پیشنهادی : '. دانلود pdf کتاب خاطرات آنائیس نین .'



در این دوره، ابتدا نحوه استفاده از بعضی از قابلیت‌های بازگردانده شده که کاملا متفاوت از آنچه در EF 6 انجام می‌دادند را یاد می‌گیرید از جمله data seeding، lazy loading و کوئری‌های GroupBy. در ادامه، برخی از قابلیت‌های کاملاً جدید مانند view mapping، event handler‌های ردیابی تغییرات و تبدیل انواع را بررسی خواهید کرد. سرانجام، برخی از تغییرات کوچک را که می‌توانند تأثیر زیادی روی کد شما داشته باشند را یاد خواهید گرفت. پس از اتمام این دوره، دانش عمیقی در مورد این قابلیت‌های مهم در EF Core 2.1 کسب خواهید کرد و توانایی خود را در ایجاد منطق دسترسی به داده‌ها کارآمد و هوشمند را در نرم افزار خود ارتقا می‌دهید.



فیلم آموزشی «Entity Framework Core 2.1: Whats New Playbook» موسسه پلورال سایت که توسط Julie Lerman تدریس شده است، دارای زیرنویس انگلیسی است.


 


Table of Contents:

Course Overview

- Course Overview

Setting the Stage for the EF Core 2.1 Release

- Introduction and Overview

- Understanding EF Core Version Numbers

- Relating the EF Core Vision with EF6 Parity

- Setting Expectations for This Course

Seeding the Database and In-Memory Test Provider

- Introduction and Overview

- Introducing a New Way to Seed Data

- Seeding Your First Row of Data

- Understanding How HasData Treats Key Values

- Seeding Related Data

- Seeding with Anonymous Types When Properties Arent Exposed 

- Seeding Types with Client-generated Values

- Using Anonymous Types to Solve Some More Seeding Problems

- Seeding InMemory Test Databases at Runtime

- Review and Resources

Exerting More Control Over Saving with System Transactions

- Introduction and Overview

- Understanding Transactions in EF Core

- Looking at the Starting Point Solution

- Observing EF Cores Existing Transaction Behavior

- Simplifying the Customized Transaction with TransactionScope

- Review and Resources

Tapping into the Pipeline with New Tracking Events

- Introduction and Overview

- Introducing the Tracked and StateChanged Events

- Creating Tracked and StateChanged EventHandlers in the DbContext

- Looking at the Starting Point Solution

- Watching the Event Handlers in Action

- Exploring Some More Event Behavior

- Tying the Events to Specific DbContext Instances

- Relaying Events with the .NET Core ILoggerFactory 

- Review and Resources

Lazy Loading With and Without Proxies

- Introduction and Overview

- The Return of Lazy Loading

- Technical Setup

- Examining the Starting Point of Our Project

- Implementing Lazy Loading with Proxies

- Watching the Lazy Loading in the SQL Logs

- Making Owned Entity Properties Virtual When Using Lazy Loading Proxies

- Noting Important Details About Lazy Loading Proxies

- Avoiding Lazy Loading and Proxies in UWP, Xamarin, & Web Apps

- Why You May Want to Use Proxyless Lazy Loading

- Implementing Lazy Loading without Proxies

- Enabling Lazy Loading in Entities without Proxies or References to EF Core

- Review and Resources

Mapping More .NET Types and Enums with Value Conversions

- Introduction and Overview

- Why Value Conversions?

- Using the Built-in Value Converters

- Storing Enums as Strings

- Converting Types on the Fly

- Creating Your Own ValueConverters

- Review and Resources

Transferring the GroupBy Effort to the Server

- Introduction and Overview

- Looking at the Starting Point Solution

- Looking at Simple GroupBy and the SQL Generated by EF Core 2.0 and 2.1

- Checking Out Some More GroupBy Patterns

- Being Aware of Currently Unsupported GroupBy Patterns

- Review and Resources

Introducing Query Types for More Flexible Data Models

- Introduction and Overview

- Enabling New Patterns with Query Types

- Looking at the Starting Point Solution

- Mapping to Database Views

- Handling Unconventional Query Mappings

- Defining Queries in the Data Model

- Pre-defining Raw SQL Queries

- Capturing FromSql Results

- Review and Resources

Benefiting from Minor Changes with Major Impact

- Introduction and Overview

- Introducing a Minimum for Batched Commands

- Noting a Change to Column Ordering

- Simplifying Access to the EF Core CLI

- Getting Compiler Warnings on Risky SQL with a Built-in Code Analyzer

- Materializing Entities with Class Constructors That Actually Have Parameters

- Review and Resources


به قسمت های دیگه سایت سایت کتاب مثل دانلود عکس ما مراجعه کنید سریع تر کردن سرعت دانلود هستش
خواهشا پیشنهادتون رو برای دانلود دوره ویدیویی Entity Framework Core 2.1: Whats New Playbook ما قرار بدید

  • تاریخ تغییر مساویس ست با : 1401/11/11 یا سه شنبه یازده بهمن هزار و چهارصد و یک است

  • آخرین کتاب های مشابه در دسته بندی دانلود کتاب کامپیوتر و رایانه

    دانلود pdf کتاب Django Design Patterns and Best Practices, 2nd Edition رایگان
    تاریخ بروزرسانی : 2023-02-01 12:25:19
    نام نویسنده : Arun Ravindran
    نوع فایل دانلودی : فایل pdf و یا zip شده میباشد
    دانلود pdf کتاب Pro C# 9 with .NET 5: Foundational Principles and Practices in Programming رایگان
    تاریخ بروزرسانی : 2023-02-01 12:20:05
    نام نویسنده : Andrew Troelsen, Phillip Japikse
    نوع فایل دانلودی : فایل pdf و یا zip شده میباشد
    دانلود pdf کتاب Agile Software Requirements رایگان
    تاریخ بروزرسانی : 2023-02-01 12:15:04
    نام نویسنده : Dean Leffingwell
    نوع فایل دانلودی : فایل pdf و یا zip شده میباشد
    دانلود pdf کتاب Atomic Kotlin رایگان
    تاریخ بروزرسانی : 2023-02-01 12:10:04
    نام نویسنده : Bruce Eckel, Svetlana Isakova
    نوع فایل دانلودی : فایل pdf و یا zip شده میباشد

    کتاب های پیشنهادی

    دانلود کتاب دوره ویدیویی Entity Framework Core 2.1 Migrations: Fundamentals رایگان
    تاریخ بروزرسانی : 2023-01-31 23:35:05
    نام نویسنده : Michael Perry
    نوع فایل دانلودی : فایل pdf و یا zip شده میباشد
    دانلود کتاب دوره ویدیویی Building ASP.NET Core Hosted Services and .NET Core Worker Services رایگان
    تاریخ بروزرسانی : 2023-01-31 23:45:05
    نام نویسنده : Steve Gordon
    نوع فایل دانلودی : فایل pdf و یا zip شده میباشد

    محمدبهزاد همدانی در 2022-02-28 22:58:58 گفته :

    درود سپاسگذارم برای دانلود کتاب های سینمایی و مرتبط با سینما

    • کتاب های ویژه
    • جدیدترین ها
    • آخرین نظرات
    عشق به کتاب

    عشق به کتاب

    امید داریم از ما راضی باشید دانلود pdf کتاب- دانلود کتاب

    توضیحات

    توضیحات

    در حال ساخت

    تماس با ما

    تماس با ما

    از طریق قرار دادنپیام در تلگرام با ما در ارتباط باشید آیدی : yashar_0007 با ما در ارتباط باشید

    سوال امنیتی : رنگ خون چه رنگی میباشد

    oooooooooooooooooooooooooops