zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[FreeCourseSite.com] Udemy - Clean Architecture in .NET Core MVC[.NET 8] - Complete Guide
magnet:?xt=urn:btih:546f446eaa77bdabbafcf33dbf331c57c0139ad3&dn=[FreeCourseSite.com] Udemy - Clean Architecture in .NET Core MVC[.NET 8] - Complete Guide
磁力链接详情
文件列表详情
546f446eaa77bdabbafcf33dbf331c57c0139ad3
infohash:
245
文件数量
7.98 GB
文件大小
2024-2-20 20:55
创建日期
2024-11-7 09:03
最后访问
相关分词
FreeCourseSite
com
Udemy
-
Clean
Architecture
in
NET
Core
MVC
NET
8
-
Complete
Guide
01 - Introduction/001 Welcome.mp4 36.3 MB
01 - Introduction/002 What we will build.mp4 59.94 MB
01 - Introduction/003 What's different in this course.mp4 42.29 MB
01 - Introduction/004 .NET Core roadmap.mp4 18.46 MB
01 - Introduction/006 Course overview.mp4 40.99 MB
01 - Introduction/007 Prerequisites.mp4 11.11 MB
01 - Introduction/008 Tools Needed.mp4 12.68 MB
01 - Introduction/009 How to get help.mp4 25.54 MB
01 - Introduction/010 Project Resources.mp4 15.93 MB
01 - Introduction/011 Clean Architecture.mp4 41.73 MB
01 - Introduction/012 Create Project.mp4 14.99 MB
01 - Introduction/013 Project File.mp4 21.03 MB
01 - Introduction/014 Launch Settings.mp4 36.91 MB
01 - Introduction/015 wwwroot and appsettings.mp4 26.85 MB
01 - Introduction/016 Program class file.mp4 39.39 MB
01 - Introduction/017 MVC Architecture.mp4 23.78 MB
01 - Introduction/018 Routing Overview.mp4 26.89 MB
01 - Introduction/019 Routing in Action.mp4 88.51 MB
01 - Introduction/020 Default Views.mp4 70.18 MB
01 - Introduction/021 IActionResult.mp4 42.36 MB
01 - Introduction/022 Dependency Injection.mp4 35.84 MB
01 - Introduction/023 Go easy!.mp4 15.29 MB
02 - Project Setup/001 Getting started with final project.mp4 5.92 MB
02 - Project Setup/002 Create project.mp4 7.79 MB
02 - Project Setup/003 Add to source control.mp4 8.06 MB
02 - Project Setup/004 Create Clean architecture Project.mp4 10.12 MB
02 - Project Setup/005 Create Villa Model.mp4 20.5 MB
02 - Project Setup/006 NuGet Packages for Entity Framework.mp4 30.09 MB
02 - Project Setup/007 Create Application Db Context.mp4 10.34 MB
02 - Project Setup/008 Add Connection String to Project.mp4 27.64 MB
02 - Project Setup/009 Register ApplicationDbContext to Program Class File.mp4 55.5 MB
02 - Project Setup/010 Create Database.mp4 24.05 MB
02 - Project Setup/011 Create Villa Table.mp4 53.24 MB
02 - Project Setup/012 Some details on Migrations in EF Core.mp4 28.29 MB
02 - Project Setup/013 Seed Data in Villa Table.mp4 33.99 MB
03 - Villa Model/001 Create Villa Controller and Retrieve All Villa.mp4 41.43 MB
03 - Villa Model/002 Add View for Villa List.mp4 32.37 MB
03 - Villa Model/003 Display Villa List on UI.mp4 39.84 MB
03 - Villa Model/004 Clean UI.mp4 25.57 MB
03 - Villa Model/005 Add Bootstrap Icons.mp4 15.32 MB
03 - Villa Model/006 Dark Bootstrap theme.mp4 27.54 MB
03 - Villa Model/007 Empty View for Create Villa.mp4 15.18 MB
03 - Villa Model/008 asp-for Tag Helper and Forms.mp4 43.01 MB
03 - Villa Model/009 Create Villa UI.mp4 36.85 MB
03 - Villa Model/010 Display Data Annotation.mp4 19.98 MB
03 - Villa Model/011 Create first Villa.mp4 41.06 MB
03 - Villa Model/012 Server Side Validation.mp4 32.8 MB
03 - Villa Model/013 More Data Annotations.mp4 19.81 MB
03 - Villa Model/014 Custom Model Validation.mp4 21.21 MB
03 - Villa Model/015 Binding Model Error to a Property.mp4 14.25 MB
03 - Villa Model/016 Client Side Validation.mp4 20.67 MB
04 - Villa CRUD/001 Edit and Delete buttons in UI.mp4 26.09 MB
04 - Villa CRUD/002 Get Action Method for Update Villa.mp4 21.55 MB
04 - Villa CRUD/003 Update Villa UI.mp4 14.4 MB
04 - Villa CRUD/004 Multiple ways to retrieve in EF Core.mp4 17.56 MB
04 - Villa CRUD/005 Not Found Page.mp4 20 MB
04 - Villa CRUD/006 Update in Action.mp4 38.19 MB
04 - Villa CRUD/007 Delete Villa UI.mp4 19.67 MB
04 - Villa CRUD/008 Delete in Action.mp4 16.02 MB
05 - Notifications/001 Temp Data Notifications.mp4 26.96 MB
05 - Notifications/002 Toastr in Project.mp4 33.38 MB
05 - Notifications/003 Partial Views.mp4 23.62 MB
05 - Notifications/004 Scoped CSS.mp4 30.83 MB
05 - Notifications/005 Global using statements.mp4 14.26 MB
06 - Villa Number/001 Create Villa Number Table and Seed Records.mp4 60.03 MB
06 - Villa Number/002 List all Villa Number.mp4 32.25 MB
06 - Villa Number/003 Villa Number Create View.mp4 24.01 MB
06 - Villa Number/004 Remove Some ModelState Validations.mp4 33.9 MB
06 - Villa Number/005 Projects to Get Select List Item.mp4 29.75 MB
06 - Villa Number/006 View Data.mp4 28.81 MB
06 - Villa Number/007 View Bag.mp4 10.88 MB
06 - Villa Number/008 View Models.mp4 53.93 MB
06 - Villa Number/009 Loading Navigation Properties.mp4 27.69 MB
06 - Villa Number/010 Assignment 1.mp4 1.57 MB
06 - Villa Number/011 Assignment 1 Solution - Unique Villa Number.mp4 47.86 MB
06 - Villa Number/012 Update Villa Number UI.mp4 31.61 MB
06 - Villa Number/013 Update Post in Action.mp4 34.32 MB
06 - Villa Number/014 Delete in Action.mp4 24.39 MB
06 - Villa Number/015 Clean Code Tip.mp4 19.71 MB
07 - Repository/001 Villa Repository Interface.mp4 56.02 MB
07 - Repository/002 Implement Villa Repository.mp4 24.5 MB
07 - Repository/003 Dependencies within Projects.mp4 11.71 MB
07 - Repository/004 Implement methods in Villa Repository.mp4 23.95 MB
07 - Repository/005 Implement Get and Get All in Repository.mp4 40.51 MB
07 - Repository/006 Using Villa Repository in Controller.mp4 29.68 MB
07 - Repository/007 Generic Repository.mp4 34.09 MB
07 - Repository/008 Generic Repository in Action.mp4 57.33 MB
07 - Repository/009 UnitOfWork Implementation.mp4 30.61 MB
07 - Repository/010 Unit of Work in Action.mp4 23.52 MB
07 - Repository/011 Assignment 2 - UnitOfWork with Villa Number.mp4 9.34 MB
07 - Repository/012 Assignment 2 Solution - UnitOfWork with Villa Number.mp4 73.69 MB
08 - Images and Villa/001 1 Add Form File in Villa Model.mp4 16.93 MB
08 - Images and Villa/002 2 Handle Image Upload Part 1.mp4 32.02 MB
08 - Images and Villa/003 3 Upload Image in Action.mp4 43.11 MB
08 - Images and Villa/004 4 Display Image in Upload UI.mp4 16.49 MB
08 - Images and Villa/005 5 Handle Image in Update Villa.mp4 29.02 MB
08 - Images and Villa/006 6 Solving Bug.mp4 12.19 MB
08 - Images and Villa/007 7 Remove Image on Villa Delete.mp4 27.58 MB
09 - Amenity/001 1 Assignment Question.mp4 15.34 MB
09 - Amenity/002 2 Create Amenity Model.mp4 27.52 MB
09 - Amenity/003 3 Create Amenity Table.mp4 21.52 MB
09 - Amenity/004 4 Amenity Repository.mp4 15.55 MB
09 - Amenity/005 5 Amenity Controller.mp4 36.51 MB
09 - Amenity/006 6 Amenity List.mp4 23.32 MB
09 - Amenity/007 7 Amenity CRUD.mp4 46.92 MB
10 - Home Page/001 1 Add Dropdown in Navbar.mp4 35.53 MB
10 - Home Page/002 2 Home View Model.mp4 27.46 MB
10 - Home Page/003 3 Index Action Home Controller.mp4 12.48 MB
10 - Home Page/004 4 Load Villa Amenity.mp4 22.73 MB
10 - Home Page/005 5 Home Page UI.mp4 24.51 MB
10 - Home Page/006 6 Bind Home VM.mp4 22.12 MB
10 - Home Page/007 7 Home UI - Display all Villa.mp4 48.5 MB
10 - Home Page/008 8 Dynamic Modal ID.mp4 25.32 MB
10 - Home Page/009 9 Villa Details Modal.mp4 40.02 MB
10 - Home Page/010 10 Assignment 4 - Partial View.mp4 6.93 MB
10 - Home Page/011 11 Assignment 4 Solution - Partial View.mp4 25.75 MB
11 - .NET Identity/001 1 Add Identity to the Application.mp4 55.39 MB
11 - .NET Identity/002 2 Create Identity Tables.mp4 29.24 MB
11 - .NET Identity/003 3 Add more columns to Users Table.mp4 36.11 MB
11 - .NET Identity/004 4 Login and Register VM.mp4 31.08 MB
11 - .NET Identity/005 5 Add Login and Register Link in NavBar.mp4 18.03 MB
11 - .NET Identity/006 6 Add Account Controller and Inject Helper Dependencies.mp4 45.99 MB
11 - .NET Identity/007 7 Login Get Action.mp4 10.52 MB
11 - .NET Identity/008 8 Login UI.mp4 26.61 MB
11 - .NET Identity/009 9 Add Roles in the Table.mp4 40.98 MB
11 - .NET Identity/010 10 Retrieve Roles in Dropdown.mp4 54.41 MB
11 - .NET Identity/011 11 Say NO to Magic Strings.mp4 22.43 MB
11 - .NET Identity/012 12 Register Post Endpoint.mp4 66.07 MB
11 - .NET Identity/013 13 Login Post Endpoint.mp4 38.51 MB
11 - .NET Identity/014 14 Register in Action.mp4 22.96 MB
11 - .NET Identity/015 15 Check if user is signed in.mp4 39.63 MB
11 - .NET Identity/016 16 Logout in Action.mp4 21.66 MB
11 - .NET Identity/017 17 Access Denied UI.mp4 13.6 MB
11 - .NET Identity/018 18 Authorization with Roles.mp4 31.04 MB
11 - .NET Identity/019 19 Configuring Application Cookie.mp4 30.03 MB
11 - .NET Identity/020 20 Modify Default Password Requirements.mp4 21.34 MB
11 - .NET Identity/021 21 Assignment 5 - Return URL.mp4 13.73 MB
11 - .NET Identity/022 22 Assignment 5 Solution - Return URL.mp4 48.2 MB
12 - Villa Availability/001 1 Add Villa Availability.mp4 53.86 MB
12 - Villa Availability/002 2 Show availability only in future.mp4 7.14 MB
12 - Villa Availability/003 3 Move Villa List to Partial View.mp4 42.72 MB
12 - Villa Availability/004 4 Reload Partial View without refreshing page.mp4 67.07 MB
12 - Villa Availability/005 5 Without unobtrusive library.mp4 39.57 MB
12 - Villa Availability/006 6 Spinner in Action.mp4 50.32 MB
13 - Booking/001 1 Create Booking Model.mp4 48.81 MB
13 - Booking/002 2 Create Booking Table and Booking Repository.mp4 30.77 MB
13 - Booking/003 3 Get Action Finalize Booking.mp4 23.63 MB
13 - Booking/004 4 Clean Up.mp4 10.59 MB
13 - Booking/005 5 Call Finalize Booking Action.mp4 27.96 MB
13 - Booking/006 6 Finalize Booking Dynamic UI.mp4 48.42 MB
13 - Booking/007 7 Add Application User Repository.mp4 21.17 MB
13 - Booking/008 8 Load user details.mp4 47.77 MB
13 - Booking/009 9 Booking Status.mp4 12.24 MB
13 - Booking/010 10 Finalize Booking POST.mp4 26.85 MB
13 - Booking/011 11 Solve Bugs with Finalize Booking.mp4 54.17 MB
13 - Booking/012 12 How stripe payment works.mp4 33.03 MB
13 - Booking/013 12 More Methods in Booking Repository.mp4 35.21 MB
13 - Booking/014 14 Get Stripe Keys.mp4 10.32 MB
13 - Booking/015 15 Add Stripe Keys and Nuget Package.mp4 32.27 MB
13 - Booking/016 16 Create Session in Stripe.mp4 78.63 MB
13 - Booking/017 17 Stripe in Action.mp4 53.57 MB
13 - Booking/018 18 Stripe Payment Intent Id.mp4 55.21 MB
14 - Manage Bookings/001 1 Empty Booking List UI.mp4 25.55 MB
14 - Manage Bookings/002 2 Endpoint for Data Table.mp4 43.52 MB
14 - Manage Bookings/003 3 Data Tables.mp4 34.21 MB
14 - Manage Bookings/004 4 Data Tables in Depth maybe add 2 parts.mp4 74.16 MB
14 - Manage Bookings/005 5 Status on Booking List.mp4 33.15 MB
14 - Manage Bookings/006 6 Make selected status active.mp4 32.62 MB
14 - Manage Bookings/007 7 Status filter in action.mp4 21.99 MB
14 - Manage Bookings/008 8 Booking Details Action Method.mp4 19.4 MB
14 - Manage Bookings/009 9 Make booking details dynamic.mp4 60.03 MB
14 - Manage Bookings/010 10 Booking Details based on Role.mp4 21.4 MB
14 - Manage Bookings/011 11 Booking Availability.mp4 68.29 MB
14 - Manage Bookings/012 12 Booking Availability Part 2.mp4 28.9 MB
14 - Manage Bookings/013 13 Availability in Action.mp4 47.44 MB
14 - Manage Bookings/014 14 Add Villa Number on Updating Status.mp4 30.05 MB
14 - Manage Bookings/015 15 Populating Available Villa Number Dropdown.mp4 63.29 MB
14 - Manage Bookings/016 16 Display Available Room Number Dropdown.mp4 25.28 MB
14 - Manage Bookings/017 17 Check In Post Endpoint.mp4 24.96 MB
14 - Manage Bookings/018 18 Checkout and Cancel Endpoints.mp4 13.79 MB
14 - Manage Bookings/019 19 Update Status in Action.mp4 71.81 MB
14 - Manage Bookings/020 20 Check availability before placing order.mp4 43.36 MB
14 - Manage Bookings/021 21 Customer Bookings View.mp4 24.69 MB
15 - Role based UI/001 1 Redirect based on Role.mp4 43.35 MB
15 - Role based UI/002 2 Different Layout for Admin.mp4 52.41 MB
15 - Role based UI/003 3 Add Side Navigation for Admin Layout.mp4 66.77 MB
15 - Role based UI/004 4 Style Updates.mp4 15.17 MB
16 - Charts/001 1 Add Apex Charts to the Project.mp4 16.66 MB
16 - Charts/002 2 Dashboard Overview.mp4 10.96 MB
16 - Charts/003 3 RadialBarChart VM.mp4 20.41 MB
16 - Charts/004 4 Endpoint for Loading Bookings Data.mp4 38.01 MB
16 - Charts/005 5 Endpoint for Total Booking Radial Chart Functional.mp4 36.74 MB
16 - Charts/006 6 UI for Total Bookings Chart.mp4 24.05 MB
16 - Charts/007 7 Load Dashboard Total Bookings Data.mp4 66.92 MB
16 - Charts/008 8 Radial Chart in Action.mp4 34.46 MB
16 - Charts/009 9 Styling Radial Chart.mp4 14.51 MB
16 - Charts/010 10 Better Code Design.mp4 14.47 MB
16 - Charts/011 11 Custom Color for Radial Chart.mp4 29.93 MB
16 - Charts/012 12 Endpoint for Registered User Count.mp4 38.69 MB
16 - Charts/013 13 Revenue Radial Chart Endpoint.mp4 21.71 MB
16 - Charts/014 14 UI for Charts.mp4 13.19 MB
16 - Charts/015 15 Radial Charts in Action.mp4 38.13 MB
16 - Charts/016 16 Pie Chart VM.mp4 9.8 MB
16 - Charts/017 17 UI for Pie Chart.mp4 26.74 MB
16 - Charts/018 18 Endpoint for Pie Chart Action.mp4 49.16 MB
16 - Charts/019 19 Pie chart in action.mp4 37.14 MB
16 - Charts/020 20 Line Chart View Model.mp4 30.29 MB
16 - Charts/021 21 Retrieve Data for Line Chart Part 1.mp4 74.83 MB
16 - Charts/022 22 Retrieve Data for Line Chart Part 2.mp4 97.28 MB
16 - Charts/023 23 Line Chart Part 1.mp4 29.59 MB
16 - Charts/024 24 Line Chart Part 2.mp4 26.92 MB
17 - Exports/001 1 As Not Tracking in EF Core.mp4 57.41 MB
17 - Exports/002 2 Add Syncfusion to Project.mp4 60.38 MB
17 - Exports/003 3 Button for Generating Invoice.mp4 26.07 MB
17 - Exports/004 4 Word Document Download.mp4 63.06 MB
17 - Exports/005 5 Load other properties in Word File.mp4 31.91 MB
17 - Exports/006 6 Inserting Table in Word Document.mp4 76.78 MB
17 - Exports/007 7 Add Custom Styling to Table.mp4 21.97 MB
17 - Exports/008 8 Pdf Export.mp4 30.58 MB
17 - Exports/009 9 Add Row to Table.mp4 22.08 MB
17 - Exports/010 10 Add Download PPT button.mp4 29.91 MB
17 - Exports/011 11 Download PPT.mp4 70.32 MB
17 - Exports/012 12 Amenity List in Export.mp4 29.31 MB
17 - Exports/013 13 Image in PPT.mp4 38.34 MB
18 - Dashboard Service and DbInitializer/001 1 Add Dashboard Service and move DTOs.mp4 59.63 MB
18 - Dashboard Service and DbInitializer/002 2 Dashboard Service Methods.mp4 71.52 MB
18 - Dashboard Service and DbInitializer/003 3 Solve Error with Dependency.mp4 21.73 MB
18 - Dashboard Service and DbInitializer/004 4 Db Initializer Setup.mp4 39.97 MB
18 - Dashboard Service and DbInitializer/005 5 Db Initializer in Action.mp4 32.6 MB
19 - Deployment/001 0 Downgrade to net 7.mp4 2.38 MB
19 - Deployment/002 1 Hosting .NET application.mp4 14.23 MB
19 - Deployment/003 2 Deploy to My Windows Hosting.mp4 75.44 MB
19 - Deployment/004 3 Add domain name and SSL certificate.mp4 39.03 MB
20 - Clean Architecture Structuring/001 Create Villa Service Interface.mp4 32.68 MB
20 - Clean Architecture Structuring/002 Villa Service in Action.mp4 73.91 MB
20 - Clean Architecture Structuring/003 Account Controller.mp4 12.63 MB
20 - Clean Architecture Structuring/004 VillaNumber Service.mp4 30.34 MB
20 - Clean Architecture Structuring/005 Villa Number in Action.mp4 65.76 MB
20 - Clean Architecture Structuring/006 Home Controller with Services.mp4 35.09 MB
20 - Clean Architecture Structuring/007 Assignment - Amenity Service.mp4 19.7 MB
20 - Clean Architecture Structuring/008 Booking Interface Part 1.mp4 25.45 MB
20 - Clean Architecture Structuring/009 Booking Service Implementation.mp4 41.15 MB
20 - Clean Architecture Structuring/010 Booking Controller.mp4 92.43 MB
20 - Clean Architecture Structuring/011 Fix Booking Controller.mp4 21.48 MB
20 - Clean Architecture Structuring/012 Booking Service in Action.mp4 53.17 MB
其他位置