وب سایت تخصصی شرکت فرین
دسته بندی دوره ها
35

The Complete ASP.Net Core 3.1 MVC With EF Core -Formerly 2.0

سرفصل های دوره

ASP.NET Core MVC using DIs, MVVM, Identity Server For Security, EF Core With Class Design Techniques and much more..


01 - The Complete Entity Framework Core 2.0 Code First Approach
  • 001 Day 1 - Getting Started With Entity Framework Core 2.0 Code First Approach
  • 001 Day-1-GettingStartedWithEntityFrameworkCore.txt
  • 002 Day 2 - Migrations And Database Updates
  • 003 Day 3 - Class Desinging Techniques
  • 003 Day-3-ClassDesingingTechniques.txt
  • 004 Day 4 - Data Annotations And CRUD
  • 004 Day-4-DataAnnotationsAndCRUD.txt
  • 005 Day 5 - Select Operations
  • 005 Day-5-SelectOperations.txt
  • 006 Day 7 - Eager Loading Vs Explicit Loading Vs Lazy Loading
  • 007 Day 6 - Immediate Mode Vs Differed Mode - List Vs IEnumerable Vs IQueryable
  • 007 Day-6-ImmediateModeDifferedModeListIEnumerableIQueryable.txt
  • 008 Day 8 - Raw SQL And Stored Procedures
  • 008 Day-8-RawSQLAndStoredProcedures.txt
  • 009 Day 9 - Auto And Mannual Transactions
  • 009 Day-9-AutoAndMannualTransactions.txt
  • 010 Day 10 - 3 Layered Approach With .Net Standard Library
  • 010 OnlineShoppingCartEg.zip

  • 02 - The Complete ASP.Net Core 3.1 MVC (Formerly 2.0)
  • 001 Day 1 - Introduction To ASP.Net Application (Will Arrive Soon)
  • 002 Day 2 - Getting Started With First Static And MVC Core Web Apps
  • 002 MyFirstStaticAndMVCWebSite.zip
  • 003 Getting-Started-With-ASP.Net-Core-3.1-MVC.zip
  • 003 Updated For VS 2019 Getting Started With ASP.Net Core 3.1 MVC
  • 004 Day 3 - Get Vs Post And Passing Data From View To Controller
  • 004 GetVsPostWebSite.zip
  • 005 Day 4 - Razor View Engine And HTML Helper Classes
  • 005 RazorViewEg.zip
  • 006 Day 5 - ViewData Vs ViewBag And Entity Framework Core In MVC
  • 006 ViewDataVsViewBagEg.zip
  • 007 Day 6 - Model Binding And TempData
  • 007 ModelBindingAndTempData.zip
  • 008 Day 7 - TagHelper And Form ValidationsEg
  • 008 TagHelperAndFormValidationsEg.zip
  • 009 Day 8 - CRUD Operations And BootStrap
  • 009 TagHelperAndFormValidationsEgWithCRUDandBootStrap.zip
  • 010 Day 9 - Dependency Injection And Layouts
  • 010 LayoutsEg.zip
  • 010 TagHelperAndFormValidationsEg-DependencyInjection.zip
  • 011 AuthenticationAndAuthorizationEg.zip
  • 011 Day 10 - Authentication And Authorization
  • 012 Authentication-Login-And-Logout.zip
  • 012 Day 11 - Authentication (LogIn & Logout)
  • 013 Authentication-Email-Confirmation-And-Forgot-Password.zip
  • 013 Day 12 - Authentication (Email Confirmation And Forgot Password)
  • 014 Authorization-Initial-Setup.zip
  • 014 Day 13 - Authorization (Initial Setup)
  • 015 Day 14 - Authorization(Assign Roles Dynamically)
  • 015 Day-14-Authorization-Assign-Roles-Dynamically.zip
  • 016 AjaxLinksAndForms-Links-And-Partial-Views.zip
  • 016 Day 15 - AjaxLinks And Forms (Links And Partial Views)
  • 017 AjaxLinksAndForms.zip
  • 017 Day 16 - AjaxLinks And Forms (AjaxForms)
  • 018 AjaxLinksAndForms-JqueryBased.zip
  • 018 Day 17 - JQuery Based Ajax Calls - Read Operations
  • 019 AjaxLinksAndForms-JqueryBased.zip
  • 019 Day 18 - JQuery Based Ajax Calls - Create-Update-Delete Operations

  • 03 - Introduction To Entity Framework and EDM [EF4 - EF5]
  • 001 Creating an Entity Data Model
  • 001 OrganizationDb-Script.zip
  • 002 Exploring Entity Data Model
  • 003 Learning Entity Framework 5 [This lecture not applicable to EF6]

  • 04 - Querying the EDM - Basic
  • 001 Performing an Insert Operation
  • 002 Performing a Select Operation
  • 003 Performing a Search Operation
  • 004 Performing an Update Operation
  • 005 Performing a Delete Operation

  • 05 - Working With Stored Procedures
  • 001 Working With Stored Procedures-I
  • 002 Working With Stored Procedures-II
  • 003 Working With Stored Procedures-III

  • 06 - Querying the EDM - Advance
  • 001 Immediate Mode Vs Differed Mode
  • 002 Working With Transactions in Entity Framework
  • 003 Working With Navigation Properties in Entity Framework
  • 004 Lazy Loading in Entity Framework
  • 005 Magic with Entity Framework -)

  • 07 - Source Code For Entity Framework
  • 001 Entity-Framework-Code.zip
  • 001 Source Code.html

  • 08 - Advanced Entity Framework - DbContext [EF6]
  • 001 Introduction To .tt Files
  • 002 DbContext Vs ObjectContext
  • 003 Performing CRUD Operations - I
  • 004 Performing CRUD Operations - II
  • 005 LINQ-LambdaandQuery.pdf

  • 09 - Advanced Operations
  • 001 DbSet.AddRangeRemoveRange
  • 002 Entity Splitting
  • 003 Table Splitting
  • 004 Insert, Update and Delete Function Mapping to Stored Procedures
  • 005 Stored Procedures with Multiple Result Sets
  • 006 Understanding Multi-User Scenarios
  • 007 Handling Multi-User Scenarios

  • 10 - Performance Optimization
  • 001 Entity Framework Life Cycle And Generating Mapping Views
  • 002 NoTracking Queries
  • 003 Async Query Execution

  • 11 - Data Access Dll
  • 001 Moving your model to a separate assembly
  • 002 Working with Repository Pattern
  • 003 Working with Generic Repository Pattern
  • 004 Advanced Entity Framework Source Code.html
  • 004 Advanced-Entity-Framework-Source-Code.zip
  • 005 EFAssignment.pdf

  • 12 - Introduction to Asp.Net MVC
  • 001 Introduction To Controller And Action
  • 002 Introduction To View

  • 13 - Working With Data In Asp.Net
  • 001 Binding A Form To An Action
  • 002 View To Action - Parameterized Method
  • 003 View To Action - Context Object for Get Method
  • 004 Get Vs Post
  • 005 View To Action Context - Object For Post Method

  • 14 - First Look At Razor View Engine
  • 001 Introduction To Razor View Engine
  • 002 Form Redesign Using HTML Helper Classes
  • 003 List Controls - HTML Helper Classes

  • 15 - State Management In Asp.Net MVC & Layouts
  • 001 ViewData Vs ViewBag
  • 002 ViewData Vs ViewBag In Depth
  • 003 Creating A Simple GridView In MVC
  • 004 TempData In MVC
  • 005 Life Cycle Of TempData In MVC
  • 006 Layout Or Master Pages In MVC

  • 16 - Introduction To Models
  • 001 Models In MVC
  • 002 Master Details Screen
  • 003 Creating List And Details
  • 004 Performing Edit In MVC
  • 005 Performing Delete And Insert In MVC
  • 006 ASP.NET MVC Entity Framework Scaffolding

  • 17 - Validations In Asp.Net MVC
  • 001 Form Validation - I
  • 002 Form Validation - I I
  • 003 Form Validation With EDMs
  • 004 Creating Custom Validators

  • 18 - Authentication and Authorization In Asp.Net MVC
  • 001 Introduction to Authentication And Authorization & Bootstrap
  • 001 OrganizationDb-Script.zip
  • 002 Implementing Authentication - I
  • 003 Implementing Authentication - II
  • 004 Implementing Autherization
  • 005 MVCCode.zip
  • 005 MVC Source Code.html

  • 19 - Advanced Asp.Net MVC - Ajax Action Link In MVC
  • 001 Ajax Action Link
  • 002 Partial Views
  • 003 Ajax Action Link In RealTime
  • 004 Ajax Action Link To Create Form
  • 005 Ajax Action Link Source Code.html
  • 005 Ajax-Action-Link-Source-Code.zip

  • 20 - Advanced Asp.Net MVC - Ajax Forms In MVC
  • 001 Ajax Forms
  • 002 Introduction To JSON
  • 003 JSON Data Incoming
  • 004 JSON Data Outgoing
  • 004 JSON-Code.txt
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    افزودن به سبد خرید
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 18838
    حجم: 12282 مگابایت
    مدت زمان: 2009 دقیقه
    تاریخ انتشار: ۱۴ شهریور ۱۴۰۲
    طراحی سایت و خدمات سئو

    139,000 تومان
    افزودن به سبد خرید