Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login and Navigation Infrastructure Windows App SDK (WinUI 3) #370

Open
mcyenikoylu opened this issue Aug 9, 2024 · 1 comment
Open

Comments

@mcyenikoylu
Copy link

Hi everyone, I am trying to set up an infrastructure for a user login system and menu authorization. I am doing research to rewrite my current CRM project with Windows App SDK (WinUI 3). I want to use MVVM pattern and aim to keep my dependencies to a minimum. I have some experience with UWP and WPF in the past.

I am examining the "VanArsdel Inventory" UWP application from Microsoft sample projects. As far as I understand, they created the MVVM pattern themselves in this project. They did not use a framework. This is quite difficult for me to understand. I understand that there is an architecture that revolves between App.xaml, SplashScreen, ShellView, NavigationView pages. I understand that this is what should be in a CRM project.

If I come to what I want to ask; Is there a Microsoft best practice for Login and Navigation authorizations?

@mcyenikoylu
Copy link
Author

My research continues; and I came across an application like Inventory in the repos. SceneGraph (WindowsCompositionSamples). Will this application continue to be developed? Will a structure that includes a SQL Server connection and Login infrastructure like in UWP be used?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant