FileMood

Download Building End-to-End Multi-Client Service Oriented Applications

Building End to End Multi Client Service Oriented Applications

Name

Building End-to-End Multi-Client Service Oriented Applications

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

1.7 GB

Total Files

395

Hash

BE81038448D49872C5C38B8772962BDB9EBBEB8B

/01.Welcome & Course Description/

01.The Course.srt

5.3 KB

01.The Course.wmv

5.9 MB

02.Course Agenda.srt

6.7 KB

02.Course Agenda.wmv

7.2 MB

03.Ready For Some Fun.srt

2.2 KB

03.Ready For Some Fun.wmv

2.3 MB

/02.Demo of A Service Oriented Appication/

01.Description and Goals of The Case-Study App.srt

4.5 KB

01.Description and Goals of The Case-Study App.wmv

5.8 MB

02.Application Demo.srt

0.0 KB

02.Application Demo.wmv

6.6 MB

03.Software Configuration Management.srt

8.5 KB

03.Software Configuration Management.wmv

9.9 MB

/03.SOA & Technology/

01.What is SOA.srt

2.7 KB

01.What is SOA.wmv

4.0 MB

02.Evolution of Software Development.srt

4.6 KB

02.Evolution of Software Development.wmv

6.4 MB

03.Characteristics of A Service.srt

8.2 KB

03.Characteristics of A Service.wmv

9.2 MB

04.A Typical Service Oriented Architecture (visual).srt

3.4 KB

04.A Typical Service Oriented Architecture (visual).wmv

4.2 MB

05.SOA & Course Technologies.srt

5.3 KB

05.SOA & Course Technologies.wmv

6.5 MB

/04.Architecture & Database/

01.The Database.srt

4.2 KB

01.The Database.wmv

5.7 MB

02.Core use Cases.srt

3.5 KB

02.Core use Cases.wmv

3.9 MB

03.Service Decomposition.srt

2.7 KB

03.Service Decomposition.wmv

2.9 MB

04.Security.srt

4.5 KB

04.Security.wmv

6.0 MB

05.The Architecture - Walkthrough.srt

7.7 KB

05.The Architecture - Walkthrough.wmv

10.3 MB

06.The Architecture - Reasons & Goals.srt

9.7 KB

06.The Architecture - Reasons & Goals.wmv

11.0 MB

/05.Entities & Core/

01.Entity Design & Structure.srt

2.8 KB

01.Entity Design & Structure.wmv

3.4 MB

02.Initial Setup for Business and Client Entities.srt

3.7 KB

02.Initial Setup for Business and Client Entities.wmv

4.6 MB

03.Entities as Data Contracts.srt

2.6 KB

03.Entities as Data Contracts.wmv

3.8 MB

04.Data Contract Equivalency.srt

6.3 KB

04.Data Contract Equivalency.wmv

8.8 MB

05.Business Entity Base Class & Identification Interface.srt

3.7 KB

05.Business Entity Base Class & Identification Interface.wmv

5.4 MB

06.Business Entity Account Ownership.srt

5.6 KB

06.Business Entity Account Ownership.wmv

8.4 MB

07.Property Change Notification & Dirty Tracking - Intro.srt

5.3 KB

07.Property Change Notification & Dirty Tracking - Intro.wmv

5.7 MB

08.Setting up The Client Entity Base Class.srt

4.3 KB

08.Setting up The Client Entity Base Class.wmv

7.1 MB

09.Adding Dirty-Tracking Functionality.srt

2.1 KB

09.Adding Dirty-Tracking Functionality.wmv

4.1 MB

10.Event Declaration to Avoid Duplicate Subscribers.srt

7.6 KB

10.Event Declaration to Avoid Duplicate Subscribers.wmv

13.6 MB

11.Compile-Time Safe Property Change Notification.srt

2.7 KB

11.Compile-Time Safe Property Change Notification.wmv

4.9 MB

12.Object-Graph Walking and Dirty States.srt

7.0 KB

12.Object-Graph Walking and Dirty States.wmv

10.8 MB

13.Refactoring Object Walk for Reusability.srt

7.9 KB

13.Refactoring Object Walk for Reusability.wmv

12.9 MB

14.Helpers for Collecting Properties.srt

2.3 KB

14.Helpers for Collecting Properties.wmv

5.5 MB

15.The Rest of The Client Entities.srt

4.9 KB

15.The Rest of The Client Entities.wmv

8.8 MB

16.Validation - Intro.srt

2.7 KB

16.Validation - Intro.wmv

3.2 MB

17.Implementing Validation.srt

9.1 KB

17.Implementing Validation.wmv

15.1 MB

18.Unit Testing - Intro.srt

3.5 KB

18.Unit Testing - Intro.wmv

3.9 MB

19.Unit Testing Core Functionality.srt

4.5 KB

19.Unit Testing Core Functionality.wmv

7.2 MB

20.The Rest of The Tests and Conclusion.srt

4.3 KB

20.The Rest of The Tests and Conclusion.wmv

7.7 MB

/06.Data Access (starting the business tier)/

01.Intro and EF Code-First Description.srt

6.2 KB

01.Intro and EF Code-First Description.wmv

7.2 MB

02.Creating The DB-Context.srt

3.7 KB

02.Creating The DB-Context.wmv

6.2 MB

03.DB-Context Properties.srt

3.8 KB

03.DB-Context Properties.wmv

5.6 MB

04.Setting up The ORM.srt

6.8 KB

04.Setting up The ORM.wmv

10.0 MB

05.Adding ORM Rules.srt

7.7 KB

05.Adding ORM Rules.wmv

12.1 MB

06.Overview of A Data Repository.srt

5.5 KB

06.Overview of A Data Repository.wmv

7.3 MB

07.Core Base Classes & Interfaces.srt

6.2 KB

07.Core Base Classes & Interfaces.wmv

11.9 MB

08.CRUD Implementation in The Account Repository.srt

6.5 KB

08.CRUD Implementation in The Account Repository.wmv

13.0 MB

09.Custom Methods & Repository Interface with DI Setup.srt

5.4 KB

09.Custom Methods & Repository Interface with DI Setup.wmv

13.8 MB

10.The Rest of The Data Repositories.srt

2.9 KB

10.The Rest of The Data Repositories.wmv

11.8 MB

11.Setting up A Test Client Class to use DI.srt

8.2 KB

11.Setting up A Test Client Class to use DI.wmv

13.6 MB

12.Repository Usage and Mocking.srt

7.0 KB

12.Repository Usage and Mocking.wmv

16.8 MB

13.Intro to The Data Repository Factory.srt

2.1 KB

13.Intro to The Data Repository Factory.wmv

4.4 MB

14.The Data Repository Factory Abstraction.srt

2.3 KB

14.The Data Repository Factory Abstraction.wmv

5.3 MB

15.The Data Repository Factory.srt

3.3 KB

15.The Data Repository Factory.wmv

7.0 MB

16.The Repository Factory Test Client Class.srt

2.9 KB

16.The Repository Factory Test Client Class.wmv

6.5 MB

17.Repository Factory Usage and Mocking.srt

4.3 KB

17.Repository Factory Usage and Mocking.wmv

9.7 MB

18.Custom DTOs.srt

6.2 KB

18.Custom DTOs.wmv

15.5 MB

19.Recap & Conclusion.srt

1.8 KB

19.Recap & Conclusion.wmv

2.8 MB

/07.Services & Business Engines - Part 1/

01.Intro and Highlights.srt

1.6 KB

01.Intro and Highlights.wmv

2.6 MB

02.Service Contracts and Services Overview.srt

8.6 KB

02.Service Contracts and Services Overview.wmv

9.9 MB

03.Inventory Service Contract.srt

7.5 KB

03.Inventory Service Contract.wmv

12.4 MB

04.Setting up The Inventory Service.srt

5.6 KB

04.Setting up The Inventory Service.wmv

10.7 MB

05.Fully Implementing The First Operation.srt

7.6 KB

05.Fully Implementing The First Operation.wmv

13.4 MB

06.Implementing A more Complex Operation.srt

2.8 KB

06.Implementing A more Complex Operation.wmv

9.2 MB

07.Setting Service Characteristics.srt

4.9 KB

07.Setting Service Characteristics.wmv

9.3 MB

08.The Manager Base Class.srt

5.9 KB

08.The Manager Base Class.wmv

13.1 MB

09.Adding The Fault Contracts to The Operation Contracts.srt

2.9 KB

09.Adding The Fault Contracts to The Operation Contracts.wmv

6.4 MB

10.Adding CRUD Operations and Transactions.srt

6.9 KB

10.Adding CRUD Operations and Transactions.wmv

12.5 MB

11.Adding A Multi-Data and Behavior Operation.srt

4.5 KB

11.Adding A Multi-Data and Behavior Operation.wmv

9.1 MB

12.Intro to Business Engines.srt

1.8 KB

12.Intro to Business Engines.wmv

3.4 MB

13.Setting up A Business Engine.srt

5.1 KB

13.Setting up A Business Engine.wmv

9.4 MB

14.Setting up The Business Engine for DI.srt

6.4 KB

14.Setting up The Business Engine for DI.wmv

15.2 MB

15.Using The Business Engine from A Service.srt

2.0 KB

15.Using The Business Engine from A Service.wmv

7.5 MB

16.Recap and Summary.srt

1.0 KB

16.Recap and Summary.wmv

1.6 MB

/08.Services & Business Engines - Part 2/

01.Intro and Highlights.srt

1.0 KB

01.Intro and Highlights.wmv

1.8 MB

02.Security Intro.srt

3.9 KB

02.Security Intro.wmv

4.9 MB

03.Adding Security to A Service.srt

7.3 KB

03.Adding Security to A Service.wmv

18.2 MB

04.User-Data Authorization Intro.srt

4.2 KB

04.User-Data Authorization Intro.wmv

5.7 MB

05.Setting up The Rental Service.srt

3.5 KB

05.Setting up The Rental Service.wmv

8.8 MB

06.Implementing The GetRentalHistory Operation.srt

3.2 KB

06.Implementing The GetRentalHistory Operation.wmv

5.9 MB

07.Retrieving Call User from SOAP Header.srt

6.6 KB

07.Retrieving Call User from SOAP Header.wmv

11.5 MB

08.Setting up for Retrieval of Authorization Account.srt

4.7 KB

08.Setting up for Retrieval of Authorization Account.wmv

7.3 MB

09.Adding The Authorization Check.srt

8.2 KB

09.Adding The Authorization Check.wmv

16.4 MB

10.Finishing The Rental Service.srt

5.8 KB

10.Finishing The Rental Service.wmv

16.6 MB

11.Finishing The Car Rental Engine.srt

3.0 KB

11.Finishing The Car Rental Engine.wmv

10.0 MB

12.Wrapping up with The Account Manager.srt

4.4 KB

12.Wrapping up with The Account Manager.wmv

10.4 MB

13.Testing The Business Engine.srt

8.1 KB

13.Testing The Business Engine.wmv

14.2 MB

14.Testing The Manager.srt

4.1 KB

14.Testing The Manager.wmv

10.5 MB

15.Adding Needed Credentials for The Manager Test.srt

3.5 KB

15.Adding Needed Credentials for The Manager Test.wmv

7.0 MB

16.Recap and Summary.srt

1.9 KB

16.Recap and Summary.wmv

2.8 MB

/09.Service Hosting/

01.Intro and Highlights.srt

1.3 KB

01.Intro and Highlights.wmv

2.4 MB

02.Service Hosting Intro.srt

2.6 KB

02.Service Hosting Intro.wmv

3.2 MB

03.Simple Host Setup of Inventory Service.srt

3.5 KB

03.Simple Host Setup of Inventory Service.wmv

6.1 MB

04.Configuring The Inventory Service Host.srt

6.0 KB

04.Configuring The Inventory Service Host.wmv

9.5 MB

05.Reporting Hosting to Console.srt

3.7 KB

05.Reporting Hosting to Console.wmv

9.6 MB

06.Configuring The Other Services.srt

1.3 KB

06.Configuring The Other Services.wmv

4.6 MB

07.Binding Configurations.srt

5.3 KB

07.Binding Configurations.wmv

8.8 MB

08.Configuring-the-test-client.srt

3.3 KB

08.Configuring-the-test-client.wmv

6.9 MB

09.Testing Service Connectivity.srt

6.9 KB

09.Testing Service Connectivity.wmv

12.2 MB

10.Unattended Process Intro.srt

4.4 KB

10.Unattended Process Intro.wmv

5.3 MB

11.Writing The Unattended Process.srt

7.5 KB

11.Writing The Unattended Process.wmv

18.4 MB

12.Adding Security Credentials for The Process.srt

1.8 KB

12.Adding Security Credentials for The Process.wmv

4.5 MB

13.Bootstrapping MEF and Test Run.srt

2.9 KB

13.Bootstrapping MEF and Test Run.wmv

5.9 MB

14.Other Hosting Options.srt

5.9 KB

14.Other Hosting Options.wmv

10.1 MB

15.Recap and Summary.srt

3.2 KB

15.Recap and Summary.wmv

5.1 MB

/10.Client Access/

01.Intro & Hightlights.srt

1.5 KB

01.Intro & Hightlights.wmv

2.2 MB

02.Client Contracts Intro.srt

2.2 KB

02.Client Contracts Intro.wmv

3.5 MB

03.Setting up The Client-Side Contracts.srt

6.4 KB

03.Setting up The Client-Side Contracts.wmv

15.6 MB

04.Writing The Basic Client Proxies.srt

6.2 KB

04.Writing The Basic Client Proxies.wmv

11.7 MB

05.Making The Client Proxies DI-aware.srt

2.6 KB

05.Making The Client Proxies DI-aware.wmv

6.0 MB

06.Soap Header Intro.srt

2.6 KB

06.Soap Header Intro.wmv

3.9 MB

07.Adding User Name to The Soap Header in A Proxy Class.srt

4.8 KB

07.Adding User Name to The Soap Header in A Proxy Class.wmv

9.2 MB

08.Refactoring to A Proxy Base Class.srt

1.5 KB

08.Refactoring to A Proxy Base Class.wmv

4.4 MB

09.Service Factory Intro.srt

5.5 KB

09.Service Factory Intro.wmv

6.5 MB

10.Writing The Service Factory.srt

3.1 KB

10.Writing The Service Factory.wmv

7.1 MB

11.Setting up The Client Bootstrapper.srt

5.0 KB

11.Setting up The Client Bootstrapper.wmv

8.2 MB

12.Proxy Obtainment Unit Tests.srt

3.9 KB

12.Proxy Obtainment Unit Tests.wmv

9.0 MB

13.Service Connection Unit Tests.srt

2.6 KB

13.Service Connection Unit Tests.wmv

6.3 MB

14.Recap & Summary.srt

2.1 KB

14.Recap & Summary.wmv

3.5 MB

/11.Car Rental Website - Part 1/

01.Intro & Highlights.srt

2.8 KB

01.Intro & Highlights.wmv

3.7 MB

02.Infrastructure Description.srt

3.9 KB

02.Infrastructure Description.wmv

5.2 MB

03.MEF Bootstrapping and The Dependency Resolver.srt

5.6 KB

03.MEF Bootstrapping and The Dependency Resolver.wmv

9.1 MB

04.Describing The Layout View.srt

7.6 KB

04.Describing The Layout View.wmv

13.3 MB

05.General Javascript Definitions and Their Location.srt

2.1 KB

05.General Javascript Definitions and Their Location.wmv

8.4 MB

06.Top-Bar View Description.srt

4.6 KB

06.Top-Bar View Description.wmv

9.7 MB

07.Knockout Intro and Component Credits.srt

6.5 KB

07.Knockout Intro and Component Credits.wmv

7.3 MB

08.The Security Adapter Class.srt

4.0 KB

08.The Security Adapter Class.wmv

6.0 MB

09.The Account Controller Setup.srt

10.4 KB

09.The Account Controller Setup.wmv

17.8 MB

10.Setting up The Login View and The Knockout Model.srt

7.4 KB

10.Setting up The Login View and The Knockout Model.wmv

12.7 MB

11.The Rest of The Login View.srt

9.6 KB

11.The Rest of The Login View.wmv

15.4 MB

12.Checking Validation Rules and Reporting Them.srt

6.4 KB

12.Checking Validation Rules and Reporting Them.wmv

10.5 MB

13.Test run for Validation Display.srt

2.6 KB

13.Test run for Validation Display.wmv

5.2 MB

/12.Car Rental Website - Part 2/

01.Intro & Highlights.srt

3.4 KB

01.Intro & Highlights.wmv

4.8 MB

02.Setting up An API Controller.srt

9.6 KB

02.Setting up An API Controller.wmv

15.4 MB

03.Finishing up The Login Viewmodel Function.srt

7.5 KB

03.Finishing up The Login Viewmodel Function.wmv

13.8 MB

04.Completing The Login REST API Call.srt

7.1 KB

04.Completing The Login REST API Call.wmv

12.8 MB

05.Testing The Login Section of The Site.srt

4.9 KB

05.Testing The Login Section of The Site.wmv

9.3 MB

06.Setting up The Registration Models and Initial View.srt

9.1 KB

06.Setting up The Registration Models and Initial View.wmv

15.2 MB

07.Writing The Registration Ciew Using SPA-Style.srt

5.5 KB

07.Writing The Registration Ciew Using SPA-Style.wmv

17.5 MB

08.Setting up Viewmodel and Providing Previous-Step Functionality.srt

4.3 KB

08.Setting up Viewmodel and Providing Previous-Step Functionality.wmv

8.2 MB

09.Client-Validating All Three Steps.srt

6.8 KB

09.Client-Validating All Three Steps.wmv

12.9 MB

10.Servre-Validating All Three Steps.srt

7.1 KB

10.Servre-Validating All Three Steps.wmv

17.2 MB

11.Completing The Account Creation Process.srt

3.6 KB

11.Completing The Account Creation Process.wmv

8.6 MB

12.Test Run and Recap.srt

8.2 KB

12.Test Run and Recap.wmv

14.7 MB

/13.Car Rental Website - Part 3/

01.Intro & Highlights.srt

1.5 KB

01.Intro & Highlights.wmv

2.6 MB

02.Intro to Push-State.srt

5.1 KB

02.Intro to Push-State.wmv

6.2 MB

03.Initial Setup for Push-State.srt

8.7 KB

03.Initial Setup for Push-State.wmv

15.8 MB

04.Finishing The Pattern Implementation.srt

6.2 KB

04.Finishing The Pattern Implementation.wmv

10.1 MB

05.Testing The Push-State.srt

1.8 KB

05.Testing The Push-State.wmv

3.0 MB

06.Intro to The Rest of The Site.srt

4.1 KB

06.Intro to The Rest of The Site.wmv

4.7 MB

07.Setting up The Files for Car Reservations.srt

4.0 KB

07.Setting up The Files for Car Reservations.wmv

7.4 MB

08.Skeletal Code For JS Files Ad CSHTML View.srt

4.4 KB

08.Skeletal Code For JS Files Ad CSHTML View.wmv

7.3 MB

09.Writing The First View-Mode.srt

5.8 KB

09.Writing The First View-Mode.wmv

9.4 MB

10.Making A 'Get' Call to The API.srt

2.4 KB

10.Making A 'Get' Call to The API.wmv

5.0 MB

11.Setting up The API Operation.srt

3.9 KB

11.Setting up The API Operation.wmv

7.5 MB

12.Injecting and Using A WCF Proxy from The Controller.srt

3.3 KB

12.Injecting and Using A WCF Proxy from The Controller.wmv

6.9 MB

13.Pattern for Closing Proxies After Use.srt

5.5 KB

13.Pattern for Closing Proxies After Use.wmv

9.8 MB

14.Returning The List of Cars and Proceeding with The View.srt

1.9 KB

14.Returning The List of Cars and Proceeding with The View.wmv

4.3 MB

15.Showing The List of Available Cars.srt

6.2 KB

15.Showing The List of Available Cars.wmv

11.5 MB

16.Making The Actual Reservation.srt

6.8 KB

16.Making The Actual Reservation.wmv

14.9 MB

17.Displaying Reservation Results.srt

2.9 KB

17.Displaying Reservation Results.wmv

7.3 MB

18.User-Data Authorization.srt

3.7 KB

18.User-Data Authorization.wmv

8.3 MB

19.Unit Testing MVC Controllers.srt

3.3 KB

19.Unit Testing MVC Controllers.wmv

5.9 MB

20.Unit Testing API Controllers.srt

3.1 KB

20.Unit Testing API Controllers.wmv

7.3 MB

21.Recap & Summary.srt

2.7 KB

21.Recap & Summary.wmv

3.1 MB

/14.Car Rental Desktop - Part 1/

01.Intro & Highlights.srt

1.8 KB

01.Intro & Highlights.wmv

2.9 MB

02.Application Infrastructure Intro.srt

4.4 KB

02.Application Infrastructure Intro.wmv

5.3 MB

03.Basic Structure and Main View-App Config and MEF Bootstrapping.srt

7.0 KB

03.Basic Structure and Main View-App Config and MEF Bootstrapping.wmv

11.8 MB

04.View Hierarchy Description.srt

2.4 KB

04.View Hierarchy Description.wmv

3.3 MB

05.Creating The First View and Setting up Its Base.srt

4.3 KB

05.Creating The First View and Setting up Its Base.wmv

8.1 MB

06.Creating The Skeleton for The Other Three Views.srt

0.8 KB

06.Creating The Skeleton for The Other Three Views.wmv

5.1 MB

07.Creating The Skeleton for The Four Viewmodels.srt

6.2 KB

07.Creating The Skeleton for The Four Viewmodels.wmv

11.1 MB

08.Completing The Main Viewmodel.srt

4.4 KB

08.Completing The Main Viewmodel.wmv

8.2 MB

09.Setting up The Tab Panel.srt

5.8 KB

09.Setting up The Tab Panel.wmv

11.6 MB

10.Setting up The Data Templates.srt

3.3 KB

10.Setting up The Data Templates.wmv

8.4 MB

11.Upcoming Problems to Be Solved.srt

5.5 KB

11.Upcoming Problems to Be Solved.wmv

6.8 MB

/15.Car Rental Desktop - Part 2/

01.Intro & Highlights.srt

3.2 KB

01.Intro & Highlights.wmv

4.4 MB

02.Demonstrating View and Viewmodel Initialization Points.srt

4.3 KB

02.Demonstrating View and Viewmodel Initialization Points.wmv

8.5 MB

03.Solving Deterministic Viewmodel Initialization.srt

5.8 KB

03.Solving Deterministic Viewmodel Initialization.wmv

10.0 MB

04.Setting up The Cars Observable.srt

3.2 KB

04.Setting up The Cars Observable.wmv

6.1 MB

05.Obtaining Service Proxy and Getting Car List.srt

3.3 KB

05.Obtaining Service Proxy and Getting Car List.wmv

6.3 MB

06.Setting up More XAML and Running The App So Far.srt

3.8 KB

06.Setting up More XAML and Running The App So Far.wmv

9.4 MB

07.Writing The First Viewmodel Command.srt

4.0 KB

07.Writing The First Viewmodel Command.wmv

6.5 MB

08.Writing and Testing The Edit Command.srt

3.0 KB

08.Writing and Testing The Edit Command.wmv

7.3 MB

09.Setting up The Edit-Car Viewmodel.srt

4.0 KB

09.Setting up The Edit-Car Viewmodel.wmv

7.4 MB

10.Calling upon The Edit-Car Viewmodel From Its Parent.srt

2.8 KB

10.Calling upon The Edit-Car Viewmodel From Its Parent.wmv

5.9 MB

11.Validating and Saving A Car.srt

3.6 KB

11.Validating and Saving A Car.wmv

8.2 MB

12.Letting The Parent Viewmodel Know About The Update.srt

1.7 KB

12.Letting The Parent Viewmodel Know About The Update.wmv

4.7 MB

13.Finishing up The Edit-Car Viewmodel with Cancellation.srt

1.5 KB

13.Finishing up The Edit-Car Viewmodel with Cancellation.wmv

5.1 MB

14.Updating The Parent Viewmodel with Updated Car.srt

5.0 KB

14.Updating The Parent Viewmodel with Updated Car.wmv

11.5 MB

15.Updating Rhe XAML to Account for Car Editing.srt

4.0 KB

15.Updating Rhe XAML to Account for Car Editing.wmv

12.6 MB

16.Test Run Showing The Empty Edit Panel.srt

1.1 KB

16.Test Run Showing The Empty Edit Panel.wmv

3.4 MB

17.The Edit-Car View.srt

3.0 KB

17.The Edit-Car View.wmv

8.1 MB

18.Testing Car-Editing.srt

1.4 KB

18.Testing Car-Editing.wmv

3.4 MB

19.Finishing The Viewmodel with Delete and Exception Handling.srt

4.5 KB

19.Finishing The Viewmodel with Delete and Exception Handling.wmv

12.4 MB

20.Wiring and Unwiring Viewmodel Events.srt

6.1 KB

20.Wiring and Unwiring Viewmodel Events.wmv

10.7 MB

21.Unit Testing The Viewmodel.srt

9.2 KB

21.Unit Testing The Viewmodel.wmv

14.4 MB

22.Recap & Summary.srt

4.2 KB

22.Recap & Summary.wmv

5.3 MB

/16.Conclusion & vNext/

01.Course Recap with vNext Summary and Farewell Surprise.srt

7.1 KB

01.Course Recap with vNext Summary and Farewell Surprise.wmv

13.2 MB

/

building-multi-client-end-to-end-service-oriented-applications.zip

92.8 MB

 

Total files 395


Copyright © 2025 FileMood.com