This tutorial provides a comprehensive guide on integrating ASP.NET Core Identity with NHibernate for effective user management. Understanding this integration is crucial for modern web applications that require scalable and secure authentication and authorization mechanisms. Readers should be familiar with C#, ASP.NET Core basics, and the fundamental concepts of NHibernate ORM.
Tag
identity
All blogs tagged with identity
3
Articles
10,127
Total Views
Showing 3 of 3 articles
06
Apr
2026
Integrating ASP.NET Core Identity with NHibernate for Robust User Management
17
Mar
2026
Understanding CWE-200: Exposure of Sensitive Information and Its Prevention
In this blog post, we will explore the concept of CWE-200, which refers to the exposure of sensitive information in applications, and learn practical techniques for preventing data leakage. By understanding common vulnerabilities and implementing best practices, developers can significantly enhance the security of their applications.
12
Mar
2022
Google Sign In using GoogleAuthentication Nuget package in Asp.Net MVC
Hello guys, sometimes we have to integrate google Login in our .Net applications. It can be hard sometimes to integrate that. So we will see how to integrate that using GoogleAuthentication Nuget package , which makes it easier to use and integrate.