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