وب سایت تخصصی شرکت فرین
دسته بندی دوره ها
3

Building Applications with Angular 19 and ASP.NET Core 9

سرفصل های دوره

Use Angular, ASP.NET Core, Entity Framework Core, Material Design, JWT, Leaflet, to build a full application!


1 - Introduction
  • 1 - Introduction
  • 2 - What is Angular
  • 3 - Angular vs AngularJS
  • 4 - Bye bye NgModules
  • 5 - Standalone Applications
  • 6 - Anatomy of a Standalone Application
  • 7 - Introduction to ASPNET Core
  • 8 - What is TypeScript
  • 9 - Installing Node and NVM
  • 9 - NVM for Windows.txt
  • 10 - Installing Angular
  • 10 - code.txt
  • 11 - Installing Visual Studio
  • 12 - Installing Visual Studio Code and NET
  • 13 - Installing SQL Server
  • 14 - Creating the Angular App
  • 15 - Creating the Web API in Visual Studio
  • 16 - Creating the Web API in Visual Studio Code
  • 17 - Summary
  • 18 - Github Repository.html

  • 2 - Components
  • 19 - Introduction
  • 20 - Exploring the Angular Project
  • 21 - Anatomy of a Component
  • 22 - Interpolation
  • 23 - Pipes
  • 24 - Iterating with For and NgFor
  • 25 - Property Binding and NgOptimizedImage
  • 25 - code.txt
  • 26 - Dynamic Properties and NgOptimizedDirective
  • 27 - If and NgIf
  • 27 - code.txt
  • 28 - Using Our Own Images
  • 29 - Creating a New Component
  • 30 - Parameters of Components
  • 31 - Default image url.txt
  • 31 - Events
  • 32 - Template Reference Variables
  • 33 - Projecting Content
  • 34 - Introduction to Angular Material
  • 35 - Installing Angular Material
  • 36 - Building a Menu Component
  • 37 - Dynamic CSS Classes with NgClass
  • 38 - Transform Functions
  • 39 - Raising Events From a Component
  • 40 - Global Styling
  • 41 - Summary

  • 3 - Routing
  • 42 - Introduction
  • 43 - Cleaning Up Our Project
  • 44 - Configuring Routing in Our App
  • 45 - Navigating with JavaScript
  • 46 - URL Parameters
  • 47 - Handling Unknown Routes
  • 48 - Summary

  • 4 - Forms
  • 49 - Introduction
  • 50 - TemplateDriven and Reactive Forms
  • 51 - Creating Our First Form
  • 52 - BuiltIn Validation Rules
  • 53 - Custom Validations
  • 54 - Updating Records
  • 55 - Actors Form
  • 56 - Validating Dates
  • 57 - Selecting Images
  • 58 - Theaters Form
  • 59 - Creating a Map Component Using Leaflet
  • 60 - Movie Search Component Template
  • 61 - Search Movies Component Logic
  • 61 - code.txt
  • 62 - Movie Search Component Query Strings
  • 63 - Movies Form
  • 64 - Creating a Multiple Selector Component Genres
  • 65 - Multiple Selector Component Theaters
  • 66 - Creating an Autocomplete Component
  • 66 - code.txt
  • 67 - Reordering Elements in a List
  • 68 - Visualizing the Selected Actors
  • 69 - Summary

  • 5 - Fundamentals of ASPNET Core
  • 70 - Introduction
  • 71 - Preparing a Testing Repository
  • 72 - Controllers and Actions
  • 73 - Post Put and Delete HTTP Methods
  • 74 - Receiving a Parameter in an Action
  • 75 - Routing Rules
  • 76 - Data Types That an Action Can Return
  • 77 - Asynchronous Programming
  • 78 - Making Our App Faster with Cache
  • 79 - Middlewares
  • 80 - Introduction to Model Binding
  • 81 - Validating Models
  • 82 - Other BuiltIn Validations Rules
  • 83 - Custom Validation Rules By Attribute
  • 84 - Custom Validation Rules In Actions
  • 85 - Dependency Injection
  • 86 - The Dependency Inversion Principle
  • 87 - Lifetime of the Services
  • 88 - Using a Singleton for Our Repository
  • 89 - Cleaning Up Cache
  • 90 - Configuration Providers
  • 91 - Summary

  • 6 - Services and BackEnd
  • 92 - Introduction
  • 93 - Cleaning Up the BackEnd
  • 94 - Introduction to Services
  • 95 - From Angular to ASPNET Core HttpService
  • 96 - Configuring CORS
  • 97 - Using Environment to Avoid Hardcoded URLs
  • 98 - Installing Entity Framework Core
  • 99 - Creating the Database
  • 100 - Creating Genres BackEnd
  • 101 - Creating Genres Angular
  • 102 - Displaying Errors From the Web API
  • 103 - Data Transfer Objects DTOs
  • 104 - Index Genres BackEnd
  • 105 - Index Genres Angular
  • 106 - Pagination BackEnd
  • 107 - Ordering with OrderBy
  • 108 - Pagination Angular
  • 109 - Updating Genres BackEnd
  • 110 - Updating Genres Angular
  • 111 - Deleting Genres BackEnd
  • 112 - Deleting Genres Angular
  • 113 - Creating Actors BackEnd
  • 114 - Creating Actors Angular
  • 115 - Preparing the App to Store Images
  • 116 - Using Azure Storage for Storing Images
  • 117 - Storing Images Locally
  • 118 - Index Actors BackEnd
  • 119 - Index Actors Angular
  • 120 - Updating Actors BackEnd
  • 121 - Updating Actors Angular
  • 122 - Deleting Actors BackEnd
  • 123 - Deleting Actors Angular
  • 124 - Index Entity Components
  • 125 - Generic Services
  • 126 - Creating Entities Component
  • 127 - Editing Entities Component
  • 128 - Custom Base Controller Getting Paginated Entities
  • 129 - Custom Base Controller Getting an Entity By its Id
  • 130 - Custom Base Controller Creating Updating and Deleting
  • 131 - Theaters Entity
  • 132 - Theaters CRUD BackEnd
  • 133 - Theaters CRUD Angular
  • 134 - Movies Entity
  • 135 - Creating Movies BackEnd
  • 136 - Custom Model Binding
  • 137 - Creating Movies Angular
  • 138 - Finishing the Actors Selection Component
  • 139 - Getting Movies BackEnd
  • 140 - Landing Page Angular
  • 141 - Updating Movies BackEnd
  • 142 - Updating Movies Angular
  • 143 - Deleting Movies
  • 144 - Movie Details Page Part 1
  • 145 - Movie Details Page Part 2
  • 146 - Finishing the Searching Movies Component BackEnd
  • 147 - Finishing the Searching Movies Component Angular
  • 148 - Waiting a Moment Before Sending the HTTP Request
  • 149 - Summary

  • 7 - Security
  • 150 - Introduction
  • 151 - Authentication and Authorization
  • 152 - Hiding the UI
  • 153 - Introduction to Route Guards
  • 154 - Using CanActive to Protect Routes
  • 155 - Configuring Identity
  • 156 - Implementing Login and Registration in ASPNET Core
  • 157 - Security Service
  • 158 - Building the Login and Registration Components
  • 159 - Ratings Component BackEnd
  • 160 - Ratings Component Angular
  • 161 - HTTP Interceptors
  • 162 - Using Claims in ASPNET Core
  • 163 - Index Users BackEnd
  • 164 - Index Users Angular
  • 165 - Summary

  • 8 - Deployments
  • 166 - Introduction
  • 167 - Azure App Service
  • 168 - Fixing the Startup Error
  • 169 - Installing Application Insights to Debug Errors in Production
  • 170 - Deploying the Angular App to Firebase
  • 171 - Summary

  • 9 - Thanks
  • 172 - Thanks
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    افزودن به سبد خرید
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 42903
    حجم: 7185 مگابایت
    مدت زمان: 915 دقیقه
    تاریخ انتشار: ۲۹ دی ۱۴۰۳
    طراحی سایت و خدمات سئو

    139,000 تومان
    افزودن به سبد خرید