1. Урок 1. 00:01:35
    Course Overview
  2. Урок 2. 00:00:29
    Building Your First ASP.NET Core Application. Intro
  3. Урок 3. 00:01:34
    Setup
  4. Урок 4. 00:02:53
    A New Project
  5. Урок 5. 00:04:26
    The Project Layout
  6. Урок 6. 00:09:24
    The projet.json File
  7. Урок 7. 00:08:31
    Adding a Configuration Source
  8. Урок 8. 00:09:25
    Creating a Greeting Service
  9. Урок 9. 00:01:00
    Building Your First ASP.NET Core Application. Summary
  10. Урок 10. 00:00:35
    Startup and Middleware. Introduction
  11. Урок 11. 00:03:26
    How Middleware Works
  12. Урок 12. 00:09:53
    Using IApplicationBuilder
  13. Урок 13. 00:03:33
    Showing Exception Details
  14. Урок 14. 00:06:32
    Middleware to Match The Environment
  15. Урок 15. 00:05:29
    Serving Files
  16. Урок 16. 00:06:41
    Setting up ASP.NET MVC Middleware
  17. Урок 17. 00:00:42
    Startup and Middleware. Summary
  18. Урок 18. 00:00:24
    Controllers in the MVC Framework. Introduction
  19. Урок 19. 00:02:16
    The Model View Controller Design Pattern
  20. Урок 20. 00:01:05
    Routing
  21. Урок 21. 00:08:31
    Conventional Routes
  22. Урок 22. 00:05:36
    Attribute Routes
  23. Урок 23. 00:09:32
    Action Results
  24. Урок 24. 00:09:26
    Rendering Views
  25. Урок 25. 00:10:15
    A Table Full of Restaurants
  26. Урок 26. 00:00:32
    Controllers in the MVC Framework. Summary
  27. Урок 27. 00:00:23
    Models in the MVC Framework. Introduction
  28. Урок 28. 00:09:38
    Models and View Models
  29. Урок 29. 00:15:32
    Detail a Restaurant
  30. Урок 30. 00:12:29
    Create a Restaurant
  31. Урок 31. 00:10:01
    Accepting Form Input
  32. Урок 32. 00:04:16
    POST Redirect GET Pattern
  33. Урок 33. 00:11:41
    Model Validation with Data Annotations
  34. Урок 34. 00:00:55
    Models in the MVC Framework. Summary
  35. Урок 35. 00:00:25
    Using the Entity Framework. Introduction
  36. Урок 36. 00:03:50
    SQL Server LocalDB
  37. Урок 37. 00:03:50
    Installing the Entity Framework
  38. Урок 38. 00:07:41
    Implementing a DbContext
  39. Урок 39. 00:05:37
    Configuring the Entity Framework Services
  40. Урок 40. 00:08:23
    Entity Framework Migrations
  41. Урок 41. 00:01:54
    Up and Running
  42. Урок 42. 00:00:37
    Using the Entity Framework. Summary
  43. Урок 43. 00:00:27
    Razor Views. Introduction
  44. Урок 44. 00:10:38
    Layout Views
  45. Урок 45. 00:03:53
    _ViewStart
  46. Урок 46. 00:02:29
    _ViewImports
  47. Урок 47. 00:08:53
    Tag Helpers
  48. Урок 48. 00:13:33
    An Edit Form
  49. Урок 49. 00:05:33
    Partial Views
  50. Урок 50. 00:10:14
    View Components
  51. Урок 51. 00:00:30
    Razor Views. Summary
  52. Урок 52. 00:00:31
    ASP.NET Identity. Introduction
  53. Урок 53. 00:02:50
    ASP.NET Identity Overview
  54. Урок 54. 00:03:46
    Using the Authorize Attribute
  55. Урок 55. 00:08:28
    ASP.NET Identity Configuration
  56. Урок 56. 00:02:28
    Identity Migrations
  57. Урок 57. 00:08:29
    User Registration
  58. Урок 58. 00:08:41
    Creating a User
  59. Урок 59. 00:14:09
    Log in and Log Out
  60. Урок 60. 00:00:40
    ASP.NET Identity. Summary
  61. Урок 61. 00:00:24
    Front End Frameworks and Tools. Introduction
  62. Урок 62. 00:02:34
    Front End Tools
  63. Урок 63. 00:00:58
    Command Line vs. Visual Studio
  64. Урок 64. 00:04:01
    Setting up npm
  65. Урок 65. 00:07:13
    Serving File from node_modules
  66. Урок 66. 00:03:55
    Styling with Bootstrap
  67. Урок 67. 00:05:54
    Enabling Client-side Validation
  68. Урок 68. 00:04:21
    Using CDNs and Fallbacks
  69. Урок 69. 00:00:36
    Front End Frameworks and Tools. Summary