Build a WPF login page from scratch (MVVM , C#)

Опубликовано: 16 Март 2026
на канале: Mouse Events
5,296
51

#wpf #csharp

How to create a WPF login page with MVVM from scratch..

Build an Authentication window from scratch using WPF, MVVM, C#. It has login page, signup page, forgot password page.

Source Code : https://github.com/rmsmech/Tutorials/...

Chapters:
0:00 Introduction
01:00 Search & analyze login page samples
05:25 Splitting & Setting up projects
10:27 Setup Singleton Credentials Holder Class
12:46 Authentication Mechanism on startup
15:49 XAML Schemas Namespace for a library
22:04 Application.Current.MainWindow
30:10 Add Nuget References
37:05 Implement Maximum tries of authentication
46:30 Add transparent blur to Window
53:20 Build Login Page
01:25:32 Build SignUp Page
01:30:00 Build LoginHelper Page
01:38:35 Setup Authentication ViewModel
01:39:56 IGNORE THIS PART (REDUNDANT)
01:44:48 IContainerFactory Introduction
01:53:37 Authentication ViewModel Initialization
01:56:30 Setting up ContainerViewer in Xaml
02:09:47 Add ICommands in ViewModel
02:11:04 Call the commands from the XAML
02:22:49 Demo Run (complete setup)
02:25:50 Send Password to LoginCommand