FileMood

Download Pluralsight - Building End-to-End Multi Client Service Oriented Applications - Angular Edition

Pluralsight Building End to End Multi Client Service Oriented Applications Angular Edition

Name

Pluralsight - Building End-to-End Multi Client Service Oriented Applications - Angular Edition

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

2.9 GB

Total Files

208

Hash

4713492DEAF84FBCACACADF732C1795226F8D599

/01 Welcome and Course Description/

0101 The Course.mp4

6.7 MB

0102 Course Agenda.mp4

7.5 MB

0103 Ready For Some Fun.mp4

1.8 MB

/02 Demo of a Service Oriented Application/

0201 Description and Goals of the case-study app.mp4

6.1 MB

0202 Application demo.mp4

9.9 MB

0203 Software configuration management.mp4

16.7 MB

/03 SOA and Technology/

0301 What is SOA.mp4

4.8 MB

0302 Evolution of software development.mp4

10.7 MB

0303 Characteristics of a service.mp4

9.8 MB

0304 A typical service oriented architecture (visual).mp4

6.1 MB

0305 SOA and course technologies.mp4

7.2 MB

/04 Architecture and Database/

0401 The database.mp4

7.7 MB

0402 Core use cases.mp4

4.2 MB

0403 Service decomposition.mp4

3.9 MB

0404 Security.mp4

8.1 MB

0405 The architecture Walkthrough.mp4

15.3 MB

0406 The architecture Reasons and goals.mp4

16.5 MB

/05 Entities and Core/

0501 Entity design and structure.mp4

4.2 MB

0502 Initial setup for business and client entities.mp4

6.1 MB

0503 Entities as data contracts.mp4

5.5 MB

0504 data contract equivalency.mp4

14.9 MB

0505 Business entity base class and identification interface.mp4

9.6 MB

0506 Business entity account ownership.mp4

14.0 MB

0507 Property change notification and dirty tracking Intro.mp4

6.2 MB

0508 Setting up the client entity base class.mp4

11.6 MB

0509 Adding dirty-tracking functionality.mp4

7.9 MB

0510 Event declaration to avoid duplicate subscribers.mp4

22.1 MB

0511 Compile-time safe property change notification.mp4

8.6 MB

0512 Object-graph walking and dirty states.mp4

19.8 MB

0513 Refactoring object walk for reusability.mp4

24.9 MB

0514 Helpers for collecting properties.mp4

8.6 MB

0515 The rest of the client entities.mp4

14.2 MB

0516 Validation Intro.mp4

3.4 MB

0517 Implementing validation.mp4

26.2 MB

0518 Unit testing Intro.mp4

4.3 MB

0519 Unit testing core functionality.mp4

11.5 MB

0520 The rest of the tests and conclusion.mp4

13.0 MB

/06 Data Access (starting the business tier)/

0601 Intro and EF code-first description.mp4

8.0 MB

0602 Creating the DB-Context.mp4

8.6 MB

0603 DB-Context properties.mp4

10.2 MB

0604 Setting up the ORM.mp4

18.0 MB

0605 Adding ORM rules.mp4

23.7 MB

0606 Overview of a data repository.mp4

7.7 MB

0607 Core base classes and interfaces.mp4

19.3 MB

0608 CRUD implementation in the Account Repository.mp4

23.2 MB

0609 Custom methods and repository interface with DI setup.mp4

22.5 MB

0610 The rest of the data repositories.mp4

17.2 MB

0611 Setting up a test client class to use DI.mp4

23.8 MB

0612 Repository usage and mocking.mp4

26.7 MB

0613 Intro to the data repository factory.mp4

7.2 MB

0614 The data repository factory abstraction.mp4

7.8 MB

0615 The data repository factory.mp4

12.0 MB

0616 The repository factory test client class.mp4

11.4 MB

0617 Repository factory usage and mocking.mp4

17.4 MB

0618 Custom DTOs.mp4

23.7 MB

0619 Recap and conclusion.mp4

2.8 MB

/07 Services and Business Engines - Part 1/

0701 Intro and highlights.mp4

2.3 MB

0702 Service contracts and services overview.mp4

8.5 MB

0703 Inventory service contract.mp4

20.5 MB

0704 Setting up the inventory service.mp4

18.2 MB

0705 Fully implementing the first operation.mp4

24.4 MB

0706 Implementing a more complex operation.mp4

14.7 MB

0707 Setting service characteristics.mp4

17.0 MB

0708 The manager base class.mp4

23.8 MB

0709 Adding the fault contracts to the operation contracts.mp4

11.4 MB

0710 Adding CRUD operations and transactions.mp4

23.1 MB

0711 Adding a multi-data and behavior operation.mp4

14.8 MB

0712 Intro to business engines.mp4

2.4 MB

0713 Setting up a business engine.mp4

15.8 MB

0714 Setting up the business engine for DI.mp4

26.0 MB

0715 Using the business engine from a service.mp4

12.9 MB

0716 Recap and summary.mp4

1.6 MB

/08 Services and Business Engines - Part 2/

0801 Intro and highlights.mp4

1.6 MB

0802 Security intro.mp4

4.6 MB

0803 Adding security to a service.mp4

30.5 MB

0804 User-data authorization intro.mp4

6.5 MB

0805 Setting up the rental service.mp4

14.2 MB

0806 Implementing the GetRentalHistory operation.mp4

10.4 MB

0807 Retrieving call user from SOAP header.mp4

18.0 MB

0808 Setting up for retrieval of authorization account.mp4

12.1 MB

0809 Adding the authorization check.mp4

26.3 MB

0810 Finishing the rental service.mp4

24.0 MB

0811 Finishing the car rental engine.mp4

15.5 MB

0812 Wrapping up with the account manager.mp4

17.3 MB

0813 Testing the business engine.mp4

23.0 MB

0814 Testing the manager.mp4

15.2 MB

0815 Adding needed credentials for the manager test.mp4

12.0 MB

0816 Recap and summary.mp4

2.4 MB

/09 Service Hosting/

0901 Intro and highlights.mp4

2.4 MB

0902 Service hosting intro.mp4

3.4 MB

0903 Simple host setup of inventory service.mp4

11.3 MB

0904 Configuring the inventory service host.mp4

16.5 MB

0905 Reporting hosting to console.mp4

16.7 MB

0906 Configuring the other services.mp4

8.3 MB

0907 Binding configurations.mp4

18.5 MB

0908 Configuring the test client.mp4

12.7 MB

0909 Testing service connectivity.mp4

21.2 MB

0910 Unattended process intro.mp4

4.6 MB

0911 Writing the unattended process.mp4

27.4 MB

0912 Adding security credentials for the process.mp4

7.5 MB

0913 Bootstrapping MEF and test run.mp4

10.6 MB

0914 Other hosting options.mp4

18.4 MB

0915 Recap and summary.mp4

4.4 MB

/10 Client Access/

1001 Intro and highlights.mp4

2.1 MB

1002 Client contracts intro.mp4

3.1 MB

1003 Setting up the client-side contracts.mp4

25.7 MB

1004 Writing the basic client proxies.mp4

19.3 MB

1005 Making the client proxies DI-aware.mp4

11.1 MB

1006 Soap header intro.mp4

4.4 MB

1007 Adding user name to the soap header in a proxy class.mp4

18.4 MB

1008 Refactoring to a proxy base class.mp4

8.3 MB

1009 Service factory intro.mp4

7.8 MB

1010 Writing the service factory.mp4

11.1 MB

1011 Setting up the client bootstrapper.mp4

13.6 MB

1012 Proxy obtainment unit tests.mp4

14.8 MB

1013 Service connection unit tests.mp4

10.4 MB

1014 Recap and summary.mp4

2.8 MB

/11 Car Rental Website - Part 1/

1101 Intro and highlights.mp4

5.0 MB

1102 Infrastructure description.mp4

7.5 MB

1103 MEF bootstrapping and the dependency resolver.mp4

14.4 MB

1104 Describing the layout view.mp4

30.6 MB

1105 The App.js file and angular module definitions.mp4

41.1 MB

1106 Top-Bar view description.mp4

13.9 MB

1107 Angular intro.mp4

11.1 MB

1108 The security adapter class.mp4

14.6 MB

1109 The account controller setup.mp4

24.5 MB

1110 The Login model and action.mp4

16.8 MB

1111 Setting up the Login view and JS model.mp4

18.2 MB

1112 The rest of the Login view.mp4

30.7 MB

1113 Setting up and checking validation rules.mp4

22.0 MB

1114 Reporting validation rules.mp4

12.0 MB

/12 Car Rental Website - Part 2/

1201 Intro and highlights.mp4

10.4 MB

1202 Setting up an API controller.mp4

33.9 MB

1203 Finishing up the login viewmodel function.mp4

30.5 MB

1204 Completing the login REST API call.mp4

25.6 MB

1205 Testing the login section of the site.mp4

14.6 MB

1206 Setting up the registration models and initial view.mp4

21.3 MB

1207 Creating the Angular module and parent viewmodel.mp4

19.3 MB

1208 Setting up the parent registration view.mp4

14.3 MB

1209 Creating all the registration template views.mp4

33.9 MB

1210 Sub-viewmodels and Angular routing.mp4

26.6 MB

1211 Playing nice with MVC routing.mp4

22.7 MB

1212 Adding validation rules to the models.mp4

25.2 MB

1213 Processing registration step 1.mp4

27.8 MB

1214 Adding the server-side validation for registration step 1.mp4

26.8 MB

1215 Registration steps 2 and 3 validation and proceed.mp4

23.0 MB

1216 Finish the confirmation viewmodel.mp4

21.5 MB

1217 Final registration on the server.mp4

13.9 MB

1218 Run-through test.mp4

7.9 MB

/13 Car Rental Website - Part 3/

1301 Intro and highlights.mp4

2.4 MB

1302 Reviewing the rest of this site.mp4

6.1 MB

1303 Setting up the controller and view.mp4

13.8 MB

1304 Setting up the model, Angular module, and viewmodel.mp4

12.2 MB

1305 Setting up Angular routing.mp4

12.0 MB

1306 Template view and viewmodel setup.mp4

6.9 MB

1307 Starting the Reserve-a-car template.mp4

22.5 MB

1308 Adding calendar buttons to textboxes.mp4

13.7 MB

1309 Finishing up the calendar pickers.mp4

18.0 MB

1310 Testing the date pickers.mp4

6.6 MB

1311 Finishing the Reserve-a-car viewmodel.mp4

17.0 MB

1312 Setting up the Car-list viewmodel.mp4

20.7 MB

1313 Setting up the reservation controller and action.mp4

17.3 MB

1314 Controller proxy disposability pattern.mp4

19.3 MB

1315 Starting the Car-list view.mp4

19.4 MB

1316 Adding viewmodel functions.mp4

6.9 MB

1317 Controller action for car reservation.mp4

15.1 MB

1318 Finishing the Car-list viewmodel.mp4

9.2 MB

1319 Fixing the view for multiple modes.mp4

9.6 MB

1320 Testing the site for car reservations.mp4

2.3 MB

1321 User data authorization.mp4

13.1 MB

1322 Unit testing MVC controllers.mp4

11.2 MB

1323 Unit testing API controllers.mp4

12.7 MB

1324 Recap and summary.mp4

7.3 MB

/14 Car Rental Desktop - Part 1/

1401 Intro and highlights.mp4

2.5 MB

1402 Application infrastructure intro.mp4

5.9 MB

1403 Basic structure - main view with app config and MEF bootstrapping.mp4

21.2 MB

1404 View hierarchy description.mp4

3.2 MB

1405 Creating the first view and setting up its base.mp4

12.9 MB

1406 Creating the skeleton for the other three views.mp4

7.6 MB

1407 Creating the skeleton for the four viewmodels.mp4

18.3 MB

1408 Completing the main viewmodel.mp4

14.1 MB

1409 Setting up the tab panel.mp4

20.3 MB

1410 Setting up the data templates.mp4

15.0 MB

1411 Upcoming problems to be solved.mp4

8.4 MB

/15 Car Rental Desktop - Part 2/

1501 Intro and highlights.mp4

4.5 MB

1502 Demonstrating view and viewmodel initialization points.mp4

15.0 MB

1503 Solving deterministic viewmodel initialization.mp4

16.1 MB

1504 Setting up the cars observable.mp4

10.7 MB

1505 Obtaining service proxy and getting car list.mp4

9.8 MB

1506 Setting up more XAML and running the app so far.mp4

18.0 MB

1507 Writing the first viewmodel command.mp4

10.7 MB

1508 Writing and testing the edit command.mp4

14.6 MB

1509 Setting up the edit-car viewmodel.mp4

13.4 MB

1510 Calling upon the edit-car viewmodel from its parent.mp4

10.1 MB

1511 Validating and saving a car.mp4

14.6 MB

1512 Letting the parent viewmodel know about the update.mp4

8.5 MB

1513 Finishing up the edit-car viewmodel with cancelation.mp4

7.8 MB

1514 Updating the parent viewmodel with updated car.mp4

20.1 MB

1515 Updating the XAML to account for car editing.mp4

20.3 MB

1516 Test run showing the empty edit panel.mp4

6.2 MB

1517 The edit-car view.mp4

16.1 MB

1518 Testing car-editing.mp4

5.4 MB

1519 Delete, exception handling, raising events.mp4

19.1 MB

1520 Wiring and unwiring viewmodel events.mp4

15.7 MB

1521 Unit testing the viewmodel.mp4

23.2 MB

1522 Recap and summary.mp4

5.8 MB

/16 Conclusion and vNext/

1601 Course recap with vNext summary and farewell surprise.mp4

9.6 MB

/Exercise Files/

building-multi-client-end-to-end-soa-angular.zip

39.7 MB

 

Total files 208


Copyright © 2025 FileMood.com