Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
My foray into ASP.NET Core has led me to using Identity for user and role management.

The system that the web ui is written for has a larger desktop component where the user and role management is written in Visual C++/CLI.

My homecooked code is remarkably similar to Identity, which is pleasing on one level since it's design and implementation are over 14 years old.

But while the two are close, they will never converge.

What is the most compatible user/role management system available for desktop windows forms type systems?

What I have tried:

Just some initial searches on google
Posted
Updated 3-Oct-18 23:14pm
v2

1 solution

If it's internal/company level you could integrate with Active Directory?
 
Share this answer
 
Comments
Ger Hayden 4-Oct-18 7:02am    
Yes, its my internal training project.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900