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