Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Getting Started with .NET Core Clean Architecture, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:05:14
    Clean Architecture Overview
  2. Урок 2. 00:02:42
    GitHub For Visual Studio
  3. Урок 3. 00:04:21
    Commit Initial Solution
  4. Урок 4. 00:05:31
    Initial Folder Structure
  5. Урок 5. 00:07:54
    Presentation Layer Project
  6. Урок 6. 00:04:59
    Identity Migration
  7. Урок 7. 00:05:34
    Launch MVC
  8. Урок 8. 00:02:57
    Commit MVC
  9. Урок 9. 00:02:58
    Rename Folders
  10. Урок 10. 00:04:05
    Upgrade .Net Core for VS 2017
  11. Урок 11. 00:02:38
    Domain Layer Project
  12. Урок 12. 00:03:08
    Domain Models
  13. Урок 13. 00:02:40
    Infrastructure Data Project
  14. Урок 14. 00:05:19
    Database Context
  15. Урок 15. 00:05:12
    Configure MVC for Data Context
  16. Урок 16. 00:02:20
    Commit Infrastructure Data Layer
  17. Урок 17. 00:02:19
    Application Layer Project
  18. Урок 18. 00:02:43
    View Models
  19. Урок 19. 00:02:09
    Service Interfaces
  20. Урок 20. 00:03:34
    Repository Interfaces
  21. Урок 21. 00:02:08
    Commit Application Layer
  22. Урок 22. 00:02:35
    Service Implementation
  23. Урок 23. 00:03:05
    Repository Implementation
  24. Урок 24. 00:03:28
    Method Implementation
  25. Урок 25. 00:03:57
    Infrastructure IOC Project
  26. Урок 26. 00:05:25
    Dependency Container
  27. Урок 27. 00:04:08
    Register Services
  28. Урок 28. 00:05:14
    Seed Initial Data
  29. Урок 29. 00:01:12
    Add Images
  30. Урок 30. 00:02:17
    Controller
  31. Урок 31. 00:01:16
    ViewModel from Service
  32. Урок 32. 00:05:27
    Define Views
  33. Урок 33. 00:04:13
    Custom CSS
  34. Урок 34. 00:02:29
    Adjust Layout and Launch MVC
  35. Урок 35. 00:03:55
    Deep Dive Debug
  36. Урок 36. 00:01:17
    Secure Controller
  37. Урок 37. 00:01:09
    Commit Presentation Layer
  38. Урок 38. 00:05:00
    Command and Query Responsibility Segregation Intro
  39. Урок 39. 00:03:55
    New Solution Folders and Branch
  40. Урок 40. 00:03:21
    Infrastructure MediatR Bus Layer
  41. Урок 41. 00:03:51
    Infrastructure Bus Implementation
  42. Урок 42. 00:03:03
    Domain Core Layer
  43. Урок 43. 00:06:32
    InMemoryBus Implementation
  44. Урок 44. 00:05:27
    Domain Commands
  45. Урок 45. 00:05:21
    Domain Command Handlers
  46. Урок 46. 00:02:12
    Updated Repository Layer
  47. Урок 47. 00:06:24
    Updated Dependency Injection Container
  48. Урок 48. 00:06:28
    Updated Service Layer Implementation
  49. Урок 49. 00:02:49
    New Api Project for BackOffice
  50. Урок 50. 00:03:31
    Api Project Configuration
  51. Урок 51. 00:03:01
    Api Controller Implementation
  52. Урок 52. 00:02:06
    Api MediatR Configuration
  53. Урок 53. 00:04:05
    Adding Swagger
  54. Урок 54. 00:04:48
    Debug Session for Api
  55. Урок 55. 00:05:31
    Updated MVC Layer
  56. Урок 56. 00:02:14
    AutoMapper Overview
  57. Урок 57. 00:04:18
    AutoMapper Nuget Packages
  58. Урок 58. 00:05:47
    AutoMapper Profiles
  59. Урок 59. 00:02:31
    AutoMapper Configuration
  60. Урок 60. 00:02:41
    Refactor Course Service Create Method
  61. Урок 61. 00:09:45
    Refactor Course Service Get Method
  62. Урок 62. 00:05:30
    AutoMapper Api and Mvc Configuration
  63. Урок 63. 00:03:51
    Launch and Test AutoMapper
  64. Урок 64. 00:01:42
    How to find the course source code