1. Урок 1. 00:01:55
    Course Overview
  2. Урок 2. 00:02:56
    Introduction
  3. Урок 3. 00:01:30
    Why ASP.NET Core?
  4. Урок 4. 00:05:56
    What Is ASP.NET Core?
  5. Урок 5. 00:03:07
    Installing ASP.NET Core
  6. Урок 6. 00:05:00
    Hello World!
  7. Урок 7. 00:05:11
    Installing Visual Studio
  8. Урок 8. 00:09:44
    Creating a Project with Visual Studio
  9. Урок 9. 00:09:48
    Serving Your First File
  10. Урок 10. 00:00:44
    Summary
  11. Урок 11. 00:00:29
    Introduction
  12. Урок 12. 00:01:52
    What Is HTML?
  13. Урок 13. 00:08:42
    HTML Basics
  14. Урок 14. 00:07:33
    HTML Forms
  15. Урок 15. 00:08:56
    CSS Basics
  16. Урок 16. 00:04:08
    CSS Naming
  17. Урок 17. 00:03:52
    CSS Classes
  18. Урок 18. 00:09:14
    The Box Model
  19. Урок 19. 00:00:46
    Summary
  20. Урок 20. 00:00:29
    Introduction
  21. Урок 21. 00:01:19
    What Is JavaScript?
  22. Урок 22. 00:06:34
    Adding a JavaScript File
  23. Урок 23. 00:05:19
    JavaScript Events
  24. Урок 24. 00:05:32
    Using NPM
  25. Урок 25. 00:06:46
    Introducing jQuery
  26. Урок 26. 00:10:02
    Practical jQuery
  27. Урок 27. 00:01:16
    Summary
  28. Урок 28. 00:00:30
    Introduction
  29. Урок 29. 00:01:03
    What Is MVC?
  30. Урок 30. 00:06:45
    First Controller/View
  31. Урок 31. 00:07:51
    Enabling MVC 6
  32. Урок 32. 00:05:23
    Creating a Layout
  33. Урок 33. 00:06:24
    Adding More Views
  34. Урок 34. 00:04:27
    Using Tag Helpers
  35. Урок 35. 00:04:42
    Razor Pages
  36. Урок 36. 00:06:27
    Implementing a Contact Page
  37. Урок 37. 00:05:09
    Model Binding
  38. Урок 38. 00:09:49
    Using Validation
  39. Урок 39. 00:10:11
    Adding a Service
  40. Урок 40. 00:00:34
    Summary
  41. Урок 41. 00:00:31
    Introduction
  42. Урок 42. 00:07:52
    Adding Bootstrap
  43. Урок 43. 00:05:54
    Building a NavBar
  44. Урок 44. 00:03:44
    Bootstrap's Grid System
  45. Урок 45. 00:04:10
    Using the Grid System
  46. Урок 46. 00:06:06
    Bootstrap Forms
  47. Урок 47. 00:03:10
    Using Font Awesome
  48. Урок 48. 00:01:09
    Summary
  49. Урок 49. 00:01:06
    Introduction
  50. Урок 50. 00:07:37
    Creating Entities
  51. Урок 51. 00:04:52
    Using Entity Framework Core Tooling
  52. Урок 52. 00:15:27
    Using Configuration
  53. Урок 53. 00:04:40
    Using DbContext
  54. Урок 54. 00:15:08
    Seeding the Database
  55. Урок 55. 00:05:42
    The Repository Pattern
  56. Урок 56. 00:04:37
    Showing the Products
  57. Урок 57. 00:05:20
    Logging Errors
  58. Урок 58. 00:00:56
    Summary
  59. Урок 59. 00:00:33
    Introduction
  60. Урок 60. 00:14:05
    Create an API Controller
  61. Урок 61. 00:11:19
    Returning Data
  62. Урок 62. 00:09:21
    Implementing POST
  63. Урок 63. 00:05:58
    Validation and View Models
  64. Урок 64. 00:09:18
    Using AutoMapper
  65. Урок 65. 00:11:42
    Creating Association Controllers
  66. Урок 66. 00:03:15
    Using Query Strings for APIs
  67. Урок 67. 00:01:49
    Summary
  68. Урок 68. 00:01:05
    Introduction
  69. Урок 69. 00:01:38
    Authorizing Actions
  70. Урок 70. 00:09:36
    Storing Identities in the Database
  71. Урок 71. 00:03:33
    Configuring Identity
  72. Урок 72. 00:07:34
    Designing the Login View
  73. Урок 73. 00:09:26
    Implementing Login and Logout
  74. Урок 74. 00:25:58
    Use Identity in the API
  75. Урок 75. 00:03:58
    Use Identity in Read Operations
  76. Урок 76. 00:02:25
    Use Identity in Write Operations
  77. Урок 77. 00:00:51
    Summary
  78. Урок 78. 00:01:09
    Introduction
  79. Урок 79. 00:09:30
    First TypeScript Class
  80. Урок 80. 00:03:30
    Compiling TypeScript
  81. Урок 81. 00:02:20
    Debugging in the Browser
  82. Урок 82. 00:01:11
    Summary
  83. Урок 83. 00:00:31
    Introduction
  84. Урок 84. 00:01:07
    What Is Angular?
  85. Урок 85. 00:03:02
    Installing the Angular-CLI
  86. Урок 86. 00:06:14
    Generating Your First Project
  87. Урок 87. 00:06:47
    Copying the Project
  88. Урок 88. 00:02:46
    Integrating the Project
  89. Урок 89. 00:04:48
    Using External Templates
  90. Урок 90. 00:09:13
    Your First Angular Component
  91. Урок 91. 00:01:04
    Summary
  92. Урок 92. 00:00:32
    Introduction
  93. Урок 93. 00:03:15
    Creating a Service
  94. Урок 94. 00:07:06
    Calling the API
  95. Урок 95. 00:04:29
    Using Type Safety
  96. Урок 96. 00:06:45
    Implementing a Template
  97. Урок 97. 00:02:46
    Creating Another Component
  98. Урок 98. 00:09:42
    Sharing Data Across Components
  99. Урок 99. 00:05:01
    Building the Cart
  100. Урок 100. 00:04:48
    Using Calculated Data
  101. Урок 101. 00:00:44
    Summary
  102. Урок 102. 00:00:32
    Introduction
  103. Урок 103. 00:10:26
    Add Routing to the Project
  104. Урок 104. 00:06:27
    Support Login
  105. Урок 105. 00:05:13
    Use Form Binding
  106. Урок 106. 00:05:29
    Add Validation
  107. Урок 107. 00:05:21
    Use Token Authentication
  108. Урок 108. 00:11:03
    Implement Server-side Checkout
  109. Урок 109. 00:00:34
    Summary
  110. Урок 110. 00:00:29
    Introduction
  111. Урок 111. 00:07:28
    Minifying Your JavaScript
  112. Урок 112. 00:05:26
    Environment Tag Helpers
  113. Урок 113. 00:02:12
    Setting up Deployment Scripts
  114. Урок 114. 00:01:37
    Publishing to a Directory
  115. Урок 115. 00:01:26
    Publishing to Azure
  116. Урок 116. 00:02:17
    Publishing to IIS
  117. Урок 117. 00:01:37
    Publishing Using the CLI
  118. Урок 118. 00:04:32
    Publishing with Runtime
  119. Урок 119. 00:00:47
    Summary