Build a TimCo Retail Manager App Series

Get the robust real-world app building series

Enroll Now

Build a TimCo Retail Manager App Series

Start to Finish Title Image

Get the robust real-world app building series

Video Lessons Icon 70 Lessons
Hours of Course Icon 49 Hours
Certificate Icon Certificate
Video Lessons Icon 70 Lessons

Hours of Course Icon 49 Hours

Certificate Icon Certificate

Build a TimCo Retail Manager App Series

The TimCo Retail App Manager series is a real-world simulator. Just like in the real-world, you can step into the application in the middle and continue on from where you start. That is how this course is designed.

This is the course where you put all the pieces together. Master coding for the real world as you practice real-world app development. Take your knowledge of WPF, MVVM, APIs, authentication, authorization, Git, CI/CD, Azure, and more to build a multifaceted application.

Note that this content is available on YouTube for free. This paid course provides everything from the YouTube course plus all of the source code, downloadable lessons, a certificate of completion, and more.

Your Path Image

Your Path to Real-World C# Developer

The App

Build a fully working application with WPF API and SQL

Course Introduction

By Tim Corey 1 lessons 23 min Preview
Course Introduction
23:47 min

Forum

Collaborative Student Space

Setup Work

By Tim Corey 6 lessons 170 min
GitHub Setup
33:08 min
WebAPI Setup
40:34 min
Swagger Setup
42:35 min
SQL Database Setup
9:28 min
WPF Setup with MVVM
14:01 min
WPF Dependency Injection Setup
32:45 min

Building the Register

By Tim Corey 2 lessons 82 min
Register Design
42:29 min
Register Database Tables
40:09 min

Login Form Creation

By Tim Corey 5 lessons 146 min
Create Login Form
64:22 min
Wire Up Login Form
46:18 min
Login Failure Configuration
37:13 min
Get User Data Part 1
73:22 min
Get User Data Part 2
46:52 min

Sales Form Creation

By Tim Corey 5 lessons 199 min
Create the Sales Form
52:26 min
Event Aggregation
38:14 min
Product Data
77:07 min
Add To Cart
50:23 min
Add Taxable
42:21 min

Debugging Cleanup and Data Transformation

By Tim Corey 6 lessons 242 min
Early Refactoring
40:25 min
Posting API to the Data
107:29 min
Automapper and INotifyPropertyChanged
49:45 min
Debugging and Clean Up
45:26 min
SQL Transactions
51:21 min
Transaction Bug Fix
10:50 min

Admin Permissions

By Tim Corey 5 lessons 159 min
Admin API Endpoints
38:36 min
Adding User Roles
36:28 min
Permissions Error Handling
27:10 min
Displaying Users and Groups
46:14 min
Managing User Roles
72:42 min

Upgrading to .NET Core

By Tim Corey 5 lessons 153 min
Front-End Class Library Upgrade
38:22 min
Back-End Class Library Upgrade
18:13 min
Back-End API Project Upgrade
56:06 min
API Authentication in .NET Core
74:15 min
Front-End WPF Project Upgrade
27:59 min
Your Path Image

Milestone

Now you have a working app that is upgraded to .NET Core

Milestone Icon
Your Path Image

Phase 2

Implement CI/CD to Microsoft Azure

Phase 2

By Tim Corey 17 lessons 629 min
Planning Phase 2
38:27 min
Implementing DotNet Core Features
57:40 min
Using Azure DevOps Boards
35:22 min
Moving From GitHub To Azure DevOps
30:11 min
Deploying The API To Azure
22:48 min
Deploying To Azure SQL Databases
30:36 min
Continuous Integration
30:20 min
Multi-App Continuous Integration
33:10 min
Continuous Deployment Of The API
41:29 min
Clearing The Bug Backlog
58:55 min
Code Review
58:15 min
Using an Azure API
29:16 min
CI/CD For SQL Databases
44:06 min
Publishing The WPF Application
43:01 min
Adding App Settings To WPF
62:37 min
Updating Settings During Deploy
49:23 min
Wrapping Up Phase 2
30:24 min
Your Path Image

Milestone

Now you have a deployed application with a reliable CI/CD process

Milestone Icon
Your Path Image

Phase 3

Create a Blazor WebAssembly front-end

Phase 3

By Tim Corey 18 lessons 557 min
Phase 3 Planning
35:51 min
Upgrading To .Net 5
14:17 min
Adding Blazor WASM
58:10 min
Blazor Authentication
72:34 min
Blazor Login/Logout
64:26 min
Blazor WASM Config
24:03 min
Better Auth Controls
24:29 min
Creating Accounts
37:02 min
Registration User Interface
51:14 min
Addressing Warnings
33:50 min
Passing Tokens In Blazor
50:45 min
Product Layout
40:03 min
Products API Call
28:56 min
Storing Images In SQL
33:47 min
Caching with LocalStorage
35:35 min
Publishing To IIS
42:30 min
Offline Support
25:22 min
Course Conclusion
12:25 min
Course Completed

Certificate Awarded

Your Path Image

You Are a Real-World C# Developer

You are now able to....

Laurel One

Build a complete real-world application

Laurel Two

Upgrade a full app from .NET Framework to .NET

Laurel Three

Manage an app in the cloud with Azure

Your Path to Real-World C# Developer

The App

Build a fully working application with WPF API and SQL

Course Introduction

1 lessons 23 min Preview
Course Introduction
23:47 min

Forum

Collaborative Student Space

Setup Work

6 lessons 170 min
GitHub Setup
33:08 min
WebAPI Setup
40:34 min
Swagger Setup
42:35 min
SQL Database Setup
9:28 min
WPF Setup with MVVM
14:01 min
WPF Dependency Injection Setup
32:45 min

Building the Register

2 lessons 82 min
Register Design
42:29 min
Register Database Tables
40:09 min

Login Form Creation

5 lessons 146 min
Create Login Form
64:22 min
Wire Up Login Form
46:18 min
Login Failure Configuration
37:13 min
Get User Data Part 1
73:22 min
Get User Data Part 2
46:52 min

Sales Form Creation

5 lessons 199 min
Create the Sales Form
52:26 min
Event Aggregation
38:14 min
Product Data
77:07 min
Add To Cart
50:23 min
Add Taxable
42:21 min

Debugging Cleanup and Data Transformation

6 lessons 242 min
Early Refactoring
40:25 min
Posting API to the Data
107:29 min
Automapper and INotifyPropertyChanged
49:45 min
Debugging and Clean Up
45:26 min
SQL Transactions
51:21 min
Transaction Bug Fix
10:50 min

Admin Permissions

5 lessons 159 min
Admin API Endpoints
38:36 min
Adding User Roles
36:28 min
Permissions Error Handling
27:10 min
Displaying Users and Groups
46:14 min
Managing User Roles
72:42 min

Upgrading to .NET Core

5 lessons 153 min
Front-End Class Library Upgrade
38:22 min
Back-End Class Library Upgrade
18:13 min
Back-End API Project Upgrade
56:06 min
API Authentication in .NET Core
74:15 min
Front-End WPF Project Upgrade
27:59 min
Your Path Image

Milestone

Now you have a working app that is upgraded to .NET Core

Your Path Image

Phase 2

Implement CI/CD to Microsoft Azure

Training Icon

Phase 2

17 lessons 629 min
Planning Phase 2
38:27 min
Implementing DotNet Core Features
57:40 min
Using Azure DevOps Boards
35:22 min
Moving From GitHub To Azure DevOps
30:11 min
Deploying The API To Azure
22:48 min
Deploying To Azure SQL Databases
30:36 min
Continuous Integration
30:20 min
Multi-App Continuous Integration
33:10 min
Continuous Deployment Of The API
41:29 min
Clearing The Bug Backlog
58:55 min
Code Review
58:15 min
Using an Azure API
29:16 min
CI/CD For SQL Databases
44:06 min
Publishing The WPF Application
43:01 min
Adding App Settings To WPF
62:37 min
Updating Settings During Deploy
49:23 min
Wrapping Up Phase 2
30:24 min
Your Path Image

Milestone

Now you have a deployed application with a reliable CI/CD process

Your Path Image

Phase 3

Create a Blazor WebAssembly front-end

Training Icon

Phase 3

18 lessons 557 min
Phase 3 Planning
35:51 min
Upgrading To .Net 5
14:17 min
Adding Blazor WASM
58:10 min
Blazor Authentication
72:34 min
Blazor Login/Logout
64:26 min
Blazor WASM Config
24:03 min
Better Auth Controls
24:29 min
Creating Accounts
37:02 min
Registration User Interface
51:14 min
Addressing Warnings
33:50 min
Passing Tokens In Blazor
50:45 min
Product Layout
40:03 min
Products API Call
28:56 min
Storing Images In SQL
33:47 min
Caching with LocalStorage
35:35 min
Publishing To IIS
42:30 min
Offline Support
25:22 min
Course Conclusion
12:25 min
Your Path Image
Certificate Icon

Certificate Awarded

Course Completed

Your Path Image

You Are a Real-World C# Developer

You are now able to....

Laurel One

Build a complete real-world application

Laurel Two

Upgrade a full app from .NET Framework to .NET

Laurel Three

Manage an app in the cloud with Azure

Ready to start your path?

Ready to start your path?

Picture of Tim Corey talking

Hi, I'm Tim COREY

I learned software development the hard way, with lots of dead-ends, confusion, and knowledge gaps. I kept thinking, “It shouldn't be this hard!” Now I teach students how to think and code like professional developers. My goal is to make it easier for you to become a developer.

25+

Years Experience

400,000

Students

400+

Hours Content

8x

Microsoft MVP

Don't Just Take My Word for It

“With your knowledge and teaching style I just got my first job offer as a C# developer”
Corey
“Definitely worth the money you pay.”
Zafar
“I really appreciate the explanation of “Why”
Jamie
“Thank you so much”
Daniel
“I'd feel better having a colleague that learned from Tim's courses than a bootcamp”
KUMBALA80
“After completing the mastercourse I got two very nice competing engineering offers”
Ron
“Best I've come across”
Chris
“I have finally landed my first job as a software developer”
Daniel
“If I only found this a year ago I could've saved so much time.”
Alex

Hi, I'm Tim COREY

I learned software development the hard way, with lots of dead-ends, confusion, and knowledge gaps. I kept thinking, “It shouldn't be this hard!” Now I teach students how to think and code like professional developers. My goal is to make it easier for you to become a developer.

Picture of Tim Corey talking

25+

Years Experience


400,000

Students


400+

Hours Content


8x

Microsoft MVP

Don't Just Take My Word for It

“With your knowledge and teaching style I just got my first job offer as a C# developer”
Corey
“Definitely worth the money you pay.”
Zafar
“Thank you so much”
Daniel
“I'd feel better having a colleague that learned from Tim's courses than a bootcamp”
KUMBALA80
“After completing the mastercourse I got two very nice competing engineering offers”
Ron
“I really appreciate the explanation of “Why”
Jamie
“Best I've come across”
Chris
“If I only found this a year ago I could've saved so much time.”
Alex
Picture of Tim Corey talking

Hi, I'm Tim COREY

I learned software development the hard way, with lots of dead-ends, confusion, and knowledge gaps. I kept thinking, “It shouldn't be this hard!” Now I teach students how to think and code like professional developers. My goal is to make it easier for you to become a developer.

25+

Years Experience


400,000

Students


400+

Hours Content


8x

Microsoft MVP

Don't Just Take My Word for It

“With your knowledge and teaching style I just got my first job offer as a C# developer”
Corey
“Definitely worth the money you pay.”
Zafar
“After completing the mastercourse I got two very nice competing engineering offers”
Ron
“I have finally landed my first job as a software developer”
Daniel
“Best I've come across”
Chris

Purchase or Subscribe

Enroll in the course or get it as part of a DevPass Subscription

Build a TimCo Retail Mananger App Series Image

$197.00

One time payment

White Checkmark on Black Circular Background 49 Hours of HD Video
White Checkmark on Black Circular Background Certificate
White Checkmark on Black Circular Background Forum Access
White Checkmark on Black Circular Background Source Code
White Checkmark on Black Circular Background English Subtitles
White Checkmark on Black Circular Background Downloadable
White Checkmark on Black Circular Background Lifetime Access
DevPass Monthly Title Image

$55.00/m

Recurring Monthly Payment

Black Checkmark on White Circular Background 30 Courses
Black Checkmark on White Circular Background Certificates
Black Checkmark on White Circular Background Forum Access
Black Checkmark on White Circular Background Source Code
Black Checkmark on White Circular Background English Subtitles
Black Checkmark on White Circular Background Streaming Only
Black Checkmark on White Circular Background Life of Subscription
Black Checkmark on White Circular Background 400+ Hours of Video
Black Checkmark on White Circular Background $3.3K Total Value
Black Checkmark on White Circular Background Future Courses Added
Learn More About DevPass

Purchase or Subscribe

Enroll in the course or get it as part of a DevPass Subscription

Build a TimCo Retail Mananger App Series Image

$197.00

One time payment

White Checkmark on Black Circular Background 49 Hours of HD Video
White Checkmark on Black Circular Background Certificate
White Checkmark on Black Circular Background Forum Access
White Checkmark on Black Circular Background Source Code
White Checkmark on Black Circular Background English Subtitles
White Checkmark on Black Circular Background Downloadable
White Checkmark on Black Circular Background Lifetime Access
DevPass Monthly Title Image

$55.00/m

Recurring Monthly Payment

Black Checkmark on White Circular Background 30 Courses
Black Checkmark on White Circular Background Certificates
Black Checkmark on White Circular Background Forum Access
Black Checkmark on White Circular Background Source Code
Black Checkmark on White Circular Background English Subtitles
Black Checkmark on White Circular Background Streaming Only
Black Checkmark on White Circular Background Life of Subscription
Black Checkmark on White Circular Background 400+ Hours of Video
Black Checkmark on White Circular Background $3.3K Total Value
Black Checkmark on White Circular Background Future Courses Added
Learn More About DevPass
Money Back Guarantee Image

30 Day Money Back Guarantee

If this course or subscription isn't for you, you can count on a no-hassle 30 day Money Back Guarantee

Frequently Asked Questions

When does this course start and finish?

The course starts now and never ends! It is a completely self-paced online course; you decide when you start and when you finish.

How long do I have to access the course?

How does lifetime access sound? After enrolling, you have unlimited access to this course for as long as you like; across any and all devices you own.

What if I am unhappy with the course?

I do my best to provide the highest quality training to help you become a successful developer. But if this course isn't for you, then you can count on a no-hassle 30 Day Money Back Guarantee.