Skip to main content
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
2 views

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.

17
Mar
2026
Understanding CWE-200: Exposure of Sensitive Information and Its Prevention
31 views

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.

Translate Page