Skip to content

virus-pk/TimCoRetailManager

Repository files navigation

TimCoRetailManager

TimCo Retail Manager Course

Checklist

  1. Intoduction ✔
  2. Setting Up a GitHub Repository ✔
  3. Creating a WebAPI with Authentication ✔
  4. Configuring Swagger in WebAPI ✔
  5. SQL Database Project ✔
  6. WPF with MVVM Project Setup ✔
  7. Dependency Injection in WPF ✔
  8. Planning the Register ✔
  9. SQL Database Table Creation ✔
  10. WPF Login Form Creation ✔
  11. Wire Up the WPF Login form to the API ✔
  12. Login Form Error Handling ✔
  13. Getting User Data ✔
  14. Getting User Data (Part 2) ✔
  15. Sales Page Creation ✔
  16. Event Aggregation in WPF ✔
  17. Display Product Data ✔
  18. Wire Up the WPF Shopping Cart ✔
  19. Modifying SQL, the API, and WPF to Add Taxes ✔
  20. Early Refactoring in C# ✔
  21. Posting Sales Data to an API ✔
  22. Automapper and INotifyPropertyChanged ✔
  23. C# Debugging and Clean Up ✔
  24. SQL Transactions in C# using Dapper ✔
  25. SQL Transaction Bug Fix ✔
  26. Admin Endpoints in WebAPI ✔
  27. Adding Roles to the API ✔
  28. User Permissions and Error Handling ✔
  29. Displaying Users and Groups/Roles ✔