TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Identity
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Nimit Joshi (9)
Jignesh Trivedi (4)
Ajay Kumar (3)
Farhan Ahmed (3)
Sardar Mudassar Ali Khan (3)
Sarthak Varshney (3)
Abdul Basith (3)
Dharmeshwaran S (2)
Vikas Singh (2)
Sarathlal Saseendran (2)
Syed Shanu (2)
Muhammad Asif (2)
Dijid Maddumakumara (2)
Abdul Raheem (2)
Vinay Ayinapurapu (2)
Vijay Sisodia (1)
Vikas Hooda (1)
Hadshana Kamalanathan (1)
Kaveendra Dhilhan (1)
Mohammathu Fairoos (1)
Safyan Yaqoob (1)
Chetan Sanghani (1)
Vijay Yadav (1)
Kanishk Kumar (1)
Debasis Saha (1)
Nemi Chand (1)
Siddhesh Chavan (1)
Abhishek Yadav (1)
Ramasagar Pulidindi (1)
Ayush Gupta (1)
Darshan Adakane (1)
Arun Ramaswamy (1)
Vignesh Mani (1)
Amit Mohanty (1)
Viknaraj Manogararajah (1)
Rahul Bansal (1)
Monica Rathbun (1)
Simran Verma (1)
Lalit Bansal (1)
Alpesh Maniya (1)
Ashutosh Singh (1)
Ravikant Sahu (1)
Ziggy Rafiq (1)
Rinki (1)
Ng Cheehou (1)
Shenbagapandiyan P (1)
Prathap Reddy (1)
Gajendra Jangid (1)
Ishoo Anyal (1)
Rohatash Kumar (1)
Mohamed Shifan (1)
Rakesh Kalluri (1)
Sandeep Singh Shekhawat (1)
Aravind Govindaraj (1)
Jasminder Singh (1)
Mahesh Alle (1)
Gowtham K (1)
Dipen Shah (1)
Tural Suleymani (1)
Aseeph Rjv (1)
Scott Lysle (1)
Avinash Kunnure (1)
Abhijeet Jadhav (1)
Mohomed Shihan (1)
Anupam Maiti (1)
Rittik Basu (1)
Sakhile Msibi (1)
Mukesh Shah (1)
Munib Butt (1)
Abhishek Arora (1)
Kiran Mohanty (1)
Related resources for Identity
No resource found
Automate SharePoint Site Creation with Azure Functions and AD Auth
10/28/2024 8:53:35 AM.
This guide demonstrates how to automate SharePoint site creation using Azure Function Apps with custom Azure Active Directory (AD) authentication. It covers prerequisites, creating an Azure Function A
Calling Web API to Web API without User Interaction by using Azure Managed Identity
10/14/2024 5:59:13 AM.
This article will walk you through connecting two web APIs without any login or user interaction. It is referred to as "Server-to-Server" or "Service-to-Service" communication. You
Apply Azure Virtual Machines to the Zero Trust Principles
9/25/2024 7:04:48 AM.
This content explores the integration of Azure Virtual Machines with Zero Trust principles, emphasizing the importance of robust security in cloud environments.
Claim Based And Policy-Based Authorization With ASP.NET Core 2.1
9/23/2024 9:48:11 AM.
Authorization is the process of determining if a user can access system resources. Claim-based authorization checks specific user claims (e.g., "DateOfJoining" or "IsAdmin") for ac
Role Base Authorization In ASP.NET Core 2.1
9/23/2024 9:34:36 AM.
In this article, we explore Role-Based Authorization in ASP.NET Core 2.1, explaining how to secure applications by assigning user roles and managing access control.
Get to know about Cross Tenant Synchronization
9/18/2024 5:05:56 AM.
In this article, we will learn that tenant Synchronization enables seamless identity and data synchronization between multiple tenants, often used in cloud environments like Azure AD.
Create an Azure AD Custom Domain with Entra
9/3/2024 6:42:43 AM.
Establishing a custom domain on Microsoft Azure enhances your brand’s identity and security. By configuring DNS records and verifying ownership, you can link your domain to Azure services. Combined wi
Building a centralized OAuth server With OpenIddict in .NET
8/12/2024 7:17:23 AM.
Recently, I completed a project aimed at constructing a standalone identity service. This endeavor aimed to implement OAuth 2.0 and OpenID Connect protocols in ASP.NET Core applications, enabling othe
Introduction to ASP.NET Core Identity Architecture
8/5/2024 4:36:21 AM.
ASP.NET Core Identity is a membership system for managing authentication and authorization in web applications. It includes components like IdentityUser, IdentityRole, and Claims, and features such as
Overview Of Identity In ASP.NET Core 2.0
8/2/2024 4:55:35 AM.
It is a membership system that allows us to add login functionality to our application. User may create account and login using credential or can use external login provider such as Google, Microsoft
Authentication and Authorization in ASP.NET Core
7/16/2024 7:21:48 PM.
Learn about implementing robust security in ASP.NET Core with a focus on authentication and authorization. This guide covers ASP.NET Core Identity, claims-based and role-based authorization, JWT, OAut
Single Sign-On (SSO) in ASP.NET Core Applications
7/15/2024 6:53:24 PM.
Implementing Single Sign-On (SSO) with IdentityServer4 in ASP.NET Core simplifies user authentication across applications, enhancing security and user experience. Centralized authentication and token-
How to Seed Identity in SQL Server
7/3/2024 11:52:20 AM.
Discover SQL Server's IDENTITY columns for automatic unique number generation. Learn to create tables with IDENTITY, insert data without specifying IDs, seed values with DBCC CHECKIDENT, manage ex
Difference Between Azure AD(Microsoft Entra ID) and Azure AD B2C
6/27/2024 9:06:45 AM.
Azure offers tailored identity management solutions: Microsoft Entra ID for enterprise identity management, featuring SSO, MFA, and conditional access; and Azure AD B2C for consumer-facing application
Biggest Data Breach in India's History
6/24/2024 5:58:36 AM.
On October 9, 2023, a Dark Web ad revealed a database breach involving Aadhaar numbers, passports, and contact details of 815 million people, originating from ICMR. The breach, linked to a sophisticat
How To Implement Authentication Using Identity Model In ASP.NET Core
6/18/2024 10:48:48 AM.
ASP.NET Core Identity is a robust authentication mechanism in .NET Framework, replacing classic ASP.NET's membership system. It offers comprehensive user and role management, integrates with Entit
ASP.NET Core Working With Cookie
6/17/2024 8:28:46 AM.
ASP.NET Core Working With Cookie. This article explains how ASP.NET Core deals with cookies. Cookies are key-value pair collections where we can read, write and delete using key. HTTP Cookie is some p
Access Storage In Azure Function App With Managed Identity
6/16/2024 2:31:47 PM.
In modern cloud applications, managing credentials securely and efficiently is crucial. Azure provides a robust solution with Managed Identities, allowing services to authenticate without storing cred
Authentication And Authorization In MVC
6/14/2024 10:41:40 AM.
This article delves into authentication and authorization concepts within ASP.NET MVC applications. It explains the crucial difference between authentication (validating user identity) and authorizati
Registration And Login Functionality In ASP.NET Core 3.0 MVC Web Application Using Identity
6/6/2024 11:31:32 AM.
In this article, I will discuss how to create Registration and login functionalities in ASP.NET Core web application In this article, I will discuss how to create Registration and login functionalitie
Mastering ASP.NET Core Identity in ASP.NET Core MVC
6/6/2024 7:23:54 AM.
ASP.NET Core Identity is a comprehensive membership system for adding login functionality to your ASP.NET Core applications. It provides a robust framework for managing users, passwords, roles, claims
Using Identity In ASP.NET Core MVC Authentication
6/5/2024 8:12:49 AM.
Explore robust user authentication in ASP.NET Core MVC with Identity framework. Learn role-based access control, claims-based authentication, and seamless integration with ASP.NET Core middleware for
What is Single Sign-On (SSO) in VMware and How Does It Work?
6/4/2024 7:18:02 AM.
Discover the importance of Single Sign-On (SSO) in VMware, how it simplifies user authentication, enhances security, and streamlines management.
Assign System Managed Identity to Azure Function Apps with PowerShell
6/3/2024 7:52:08 AM.
Learn how to streamline identity management by assigning system managed identities to Azure Function Apps using PowerShell. This guide covers the benefits of managed identities, step-by-step instructi
Understanding Single Sign-On with Gmail for Third-Party Sites
5/31/2024 6:32:39 AM.
Single Sign-On (SSO) with Gmail allows users to access third-party sites using their Google credentials. Implemented via OAuth 2.0 and OpenID Connect, it simplifies the login process, enhances securit
Securing ASP.NET Core APIs with Identity and JWT
5/30/2024 10:34:17 AM.
In this article, we'll learn how to implement robust authentication and authorization for your ASP.NET Core APIs using ASP.NET Core Identity and JSON Web Tokens (JWT). We'll go through by sett
What is VMware Workspace ONE?
5/30/2024 8:03:07 AM.
VMware Workspace ONE is a comprehensive digital workspace platform that integrates Unified Endpoint Management (UEM), identity management, and application management.
Learn Directory services in Azure
5/30/2024 6:38:58 AM.
Explore Azure directory services like Azure AD, Azure AD DS, Azure AD B2C, and Azure AD B2B. These services offer secure access, identity management, and streamlined authentication for various use cas
Managed Identities for Azure Resources
5/10/2024 4:15:52 AM.
Discover how Managed Identities simplify authentication in Azure by providing automatically managed identities for applications. Explore both System-assigned and User-assigned Managed Identities, thei
Role Based Authorization In Blazor
5/9/2024 10:24:11 AM.
Role-Based Authorization in Blazor enables access control based on user roles. By defining roles and policies, specific functionalities or resources can be restricted to users with certain roles. Blaz
Create Identity In Simple Ways Using ASP.NET MVC 5
5/6/2024 11:24:49 AM.
ASP.NET MVC 5 simplifies identity creation through built-in features for authentication and authorization. It offers straightforward methods for user management, including registration, login, and pas
Introducing Claims Based Identity With OWIN Components
5/6/2024 11:20:48 AM.
Explore the synergy of Claims-based identity and OWIN components in ASP.NET. Enhance authentication and authorization with security tokens, middleware, and identity management for robust web applicati
Getting Started With Authentication And Authorization Using Blazor Server Side
5/3/2024 11:43:27 AM.
Learn how to implement secure user authentication and authorization in Blazor Server applications. Explore Blazor's built-in authentication mechanisms using .NET Core Identity. Manage user roles,
OpenID Connect Availability in OWIN Security Components
4/30/2024 9:51:18 AM.
Discover the integration of OpenID Connect with OWIN security components for robust authentication and authorization in .NET applications. Enhance identity management and security with seamless integr
Introducing Various Authentication Options in Visual Studio
4/30/2024 9:38:28 AM.
Introducing Various Authentication Options in Visual Studio 2013" explores the range of authentication methods available in the IDE. Discover how to implement secure user identity with OAuth, Ope
.NET Core : Implementing Authentication & Authorization in .NET Core Apps
4/30/2024 3:40:13 AM.
This article provides a structured guide with code snippets and references for implementing authentication and authorization in .NET Core applications. It covers mechanisms such as Identity framework,
Alibaba Cloud Security: Ensuring Your Digital Journey's Safety
4/22/2024 4:20:18 AM.
Embark on your cloud adventure with confidence! Explore Alibaba Cloud's comprehensive security solutions for worry-free data protection and a fortified digital landscape. #CloudSecurity #AlibabaCl
Enable Identity Core With Empty Template In ASP.NET MVC core 3.0
4/15/2024 11:48:04 AM.
Learn how to integrate Identity Core into an empty template in ASP.NET MVC Core 3.0. Explore authentication and authorization features, configure user management, and enhance security.
Token Based Authentication using Web API 2, Owin, and Identity
4/15/2024 11:45:24 AM.
Implement secure token-based authentication in Web API 2 using Owin and Identity framework. Generate JWT tokens for user authentication, manage access and refresh tokens, and enforce authorization pol
Automate Azure Key Vault Key Refresh with Managed Identity
4/15/2024 8:41:39 AM.
Automate key refresh in Azure Key Vault using Azure Function with Managed Identity. Enhance security and efficiency by managing secrets automatically within your Azure environment, ensuring seamless a
Sign-In Page Customization for Specific Branding in Azure
4/11/2024 6:12:27 AM.
Customize sign-in pages in Azure to reflect your brand identity. Tailor visual elements, like logos and colors, for a seamless user experience. Enhance security and brand consistency while ensuring a
Add Custom User Data To Identity Core Register Form In ASP.NET Core 3.0
4/8/2024 8:19:52 AM.
Integrate custom user data seamlessly into ASP.NET Core 3.0 Identity Core's register form. Utilize UserManager and SignInManager for efficient user management, authentication, and authorization. E
Authenticate the Valid User Via User id and MD5 Hashed Password
4/3/2024 9:55:02 AM.
Secure user authentication with MD5 hashed passwords and user IDs. This method ensures robust password protection by encrypting passwords before storage, enhancing system security and safeguarding use
.NET API Login and Registration using Identity
4/1/2024 9:00:00 AM.
Secure your .NET web applications with Microsoft Identity for seamless authentication and authorization. Follow this guide to implement user registration and login functionalities effectively, enhanci
SQL Sequence Vs Identity Column
3/27/2024 9:34:33 AM.
Let’s take a look at what a Sequence is in relation to an Identity Column in SQL Server. Did you know Sequence even existed? I didn’t until I was asked about them. It’s amazing how much you can skip o
Dynamic Redirect URL/ Wildcard URL in Azure App Registration
3/15/2024 8:28:39 AM.
Learn how to configure dynamic redirect URLs or wildcard URLs in Azure App Registration for enhanced flexibility and scalability. By leveraging this feature, you can dynamically handle various callbac
Validate Multiple Tokens with Different Providers in ASP.NET 8 API
3/15/2024 5:47:48 AM.
Learn to validate multiple tokens from different authentication providers in an ASP.NET 8 API. Configure authentication schemes for each provider, accommodating diverse token formats and validation re
Is Blockchain the Future of Digital Identity Management?
3/13/2024 10:35:49 AM.
Is Blockchain the Future of Digital Identity Management?
Securing Your .NET Applications With Examples
1/20/2024 11:16:24 AM.
In the realm of software development, security remains a paramount concern. This is especially true for .NET applications, which often handle sensitive data and interact with critical systems. By adhe
Activate Azure Resource-Based PIM Assignment in PIM
1/4/2024 7:31:36 AM.
Activate your Azure resource-based PIM assignment with these steps. Log in, access PIM, navigate to "My roles," choose "Azure Resources," and activate your desired RBAC role. Fill
How to Plan for a Windows 365 Cloud PC Deployment?
12/18/2023 7:18:45 AM.
Securely stream your Windows experience including your personalized apps, content, and settings from the Microsoft Cloud to any device with your Windows 365 Cloud PC.
Adopting Microsoft Entra ID Governance
12/2/2023 12:26:10 PM.
Lately, there has been a lot happened/ changed/ introduced in the Microsoft Entra ID Governance space and this is one of my favorite topics to write and explain as well.
ASP.NET MVC 5 Security And Creating User Role
11/16/2023 5:39:03 AM.
In this article we will see how to use ASP.NET Identity in MVC Application for creating user roles and display the menu depending on user roles.
Identity API Endpoints based Authentication and Authorization in .NET 8
11/15/2023 12:10:49 PM.
The second step in adding token-based authentication to ASP.NET Core Identity is to introduce the Identity API endpoints. Basically, this is an API version of the actions that you can perform with ASP
How to Secure your .Net Core API Through Identity Server 4
11/9/2023 5:08:59 AM.
A brief description of how to implement Identity Server 4. This article explains that setting up and configuring IdentityServer4 in a .NET application is comprehensive and provides a clear step-by-ste
How to Make .Net Core App Secure Through Identity Core?
10/25/2023 9:54:39 AM.
Converting a complex structure like the one you provided into a table format involves splitting the content into multiple tables due to its length. Below is the first part of the content formatted int
JWT Authentication And Authorization In .NET 6.0 With Identity Framework
10/19/2023 5:14:08 AM.
In this post, we will be discussing the JWT authentication and authorization using Identity framework in .NET 6.0
How To Activate Eligible Membership To A Privileged (PIM) Group?
10/16/2023 8:29:06 AM.
This article provides instructions on how to activate one’s eligible membership to a privileged (PIM) group.
Securing .NET/ASP.NET Core Apps with Azure Key Vault Middleware
9/8/2023 9:28:49 AM.
Securing secrets in a .NET/ASP.NET Core application using Azure Key Vault is crucial for protecting sensitive information like API keys, connection strings, and other configurations. In this example,
Recognize Text With ML Kit in Jetpack Compose
8/11/2023 12:20:02 PM.
Discover the synergy of ML Kit and Jetpack Compose in modern Android development. Learn text recognition to extract and display text from images, revolutionizing user experiences and creative solution
Capturing Phishing Email Using Custom Middleware in ASP.Net Core Web API
8/2/2023 9:08:59 AM.
To capture and detect phishing emails using custom middleware in an ASP.NET Core Web API, you can follow these general steps:Create Custom Middleware: Create a custom middleware that will intercept
Secure User Authentication in Azure Using Microsoft.Identity.Client
7/14/2023 7:21:24 AM.
The process of authenticating users securely is essential in Azure applications. Microsoft.Identity.Client (MSAL) is a C# library that simplifies the implementation of secure user authentication in Az
How To Add Authentication In ASP.NET Core 6 MVC Project Using Identity?
7/11/2023 7:26:52 AM.
In this article, We will be learning how to add authentication in ASP.NET 6 Using Identity service.
Harnessing the Power of UserManager and RoleManager for Robust User Control in .Net Core Identity
7/3/2023 9:28:11 AM.
In this article, I will illustrate how to use the .NetCore Identity Framework, with a special focus on the UserManager and RoleManager classes, to execute page control. The web application involved is
Auth at One Place (AOP)
5/25/2023 5:55:39 AM.
Unified IdPs can be a valuable tool for improving security and efficiency in your organization
Enhancing Security with Microsoft 365 Secure Score
5/18/2023 8:17:29 AM.
By identifying opportunities to strengthen security throughout your organization, Identity Secure Score gives organizations greater insight and control over their security posture.
Azure AD Connect: Simplifying Identity Management in a Hybrid Environment
5/8/2023 11:33:01 AM.
Azure AD Connect is a Microsoft tool that allows you to synchronize your on-premises Active Directory (AD) objects with Azure Active Directory (AAD). This synchronization enables users to have a singl
2-Step Verification with ASP.NET Core Identity
5/2/2023 1:34:24 AM.
What is the 2-Step Verification with ASP.NET Core Identity
Secure Resources Using Azure Managed Identities
4/19/2023 6:42:27 AM.
In this article, we will learn how to secure resources on azure platform without using any type of security key of connection string.
"@@IDENTITY" and "SCOPE_IDENTITY" in SQL Server
3/10/2023 9:33:43 AM.
In this article, we will see how to use @@IDENTITY and SCOPE_IDENTITY() in SQL Server 2012.
Deploy And Manage Microsoft Defender For Identity
2/21/2023 9:57:44 AM.
Microsoft Defender for Identity is cloud-based security solution, that is managed through the Microsoft 365 defender dashboard, which is the security.microsoft.com portal with your Microsoft 365 accou
Comparing Scope_identity (), @@identity and Ident_current
2/21/2023 8:35:03 AM.
This article will show the differences among scope_identity (), @@identity and ident_current.
Difference Among @@IDENTITY, SCOPE_IDENTITY() And IDENT_CURRENT()
2/21/2023 7:33:03 AM.
In this article, I am explaining how to get the last inserted identity value of an auto-increment column of database tables using SQL Server variable (@@IDENITY) and functions (SCOPE_IDENTITY() and ID
AWS - Identity Access Management
2/6/2023 10:34:34 AM.
A guidewire for AWS IAM.
@@ Identity Vs ScopeIdentity Vs Ident_Current in SQL
1/24/2023 7:01:41 AM.
This article explains @@Identity, Scope_Identity() & Ident_Current('Table_Name') in SQL.
Differences Between SCOPE IDENTITY, IDENT CURRENT, and IDENTITY in SQL Server
1/24/2023 7:00:43 AM.
In this article you will learn what is Different between SCOPE_IDENTITY, IDENT_CURRENT, and @@IDENTITY in SQL 2008
Using NCache As IdentityServer4 Cache And Store
12/15/2022 7:44:00 AM.
From this article, you will learn how to use NCache as IdentityServer4 Cache and Store.
Create Custom Policies For Azure Active Directory B2C
9/27/2022 9:06:59 AM.
This article demonstrates how to leverage an Azure AD B2C user flow to allow users from a specified Azure AD organisation to sign in.
Admin Consent Flow For Microsoft Graph PowerShell Module
9/26/2022 5:03:43 AM.
In this article, let’s try to understand basic identity flows involved in Graph PowerShell module and admin consent to interact with Graph PowerShell.
The Next Interview Question - Identity Vs Newsequentialid Vs Newid
7/31/2022 7:53:59 PM.
In this article, you will learn about Identity vs NewSequentialId vs NewId.
Token Based Authentication Using ASP.Net Web API, OWIN and Identity With Entity Framework
7/4/2022 6:11:59 AM.
This article explains how to use Token Based Authentication using ASP.NET Web API, OWIN and Identity with Entity Framework.
Create Registration And Login Functionality In ASP.NET Core Using Identity
6/29/2022 4:39:33 AM.
In this article, you will learn about ASP.NET Core Login Register .
An Introduction To Access Package
4/28/2022 5:40:41 AM.
In this article, we will look into what Access Package is and how this can be used to manage access to SharePoint online site. This feature allows the user to request access from the office portal, an
Windows Identity Foundation and Single Sign-On (SSO)
4/5/2022 11:52:48 AM.
This article describes an easy approach for programming against Windows Identity Foundation in a Single Sign-On (SS0) scenario from the angle of a relying party application.
How To Use The Identity Framework With Refresh Token Validations
4/4/2022 3:36:33 PM.
.Net Core JWT Authentication and Authorization Continues with Identity Framework and refreshes Token Validations in Net Core 6
Authentication In Smart TV App - Device Code Flow
3/30/2022 12:57:14 PM.
Device Authorization flow has become common in applications running on devices like Smart TVs, game consoles, and printers needs authentication. These devices or operating systems don't provide a
Accessing Azure Key Vault From A Logic App Using A Managed Identity
12/23/2021 4:52:37 AM.
We will walk through how we can make use of a simple key vault connection with managed identity from Logic Apps.
Generate SAS Token For Azure Blob Storage Using Managed Identity
10/30/2021 5:25:31 AM.
This article demonstrates how to generate user delegation shared access signature (SAS) tokens for an Azure Blob.
Send Events To Event Grid Topic From Blob Triggered Azure Function Using Managed Service Identity
9/26/2021 8:24:19 AM.
This article demonstrates one use case of managed identity which explains how to send events from blob triggered azure function to Event grid topic in a simple way by using managed service identity.
Build A ToDo List Application Using .NET 5.0 Web API And Microsoft SQL Server
9/17/2021 2:06:03 PM.
The article shows how to build a ToDo list application using .Net 5 Web API, Jwt authentication and AspNetCore Identity.
Basics Of IdentityServer4
6/30/2021 11:41:09 AM.
In this article, you will learn about the basics of IdentityServer4. IdentitySever4 is a framework that’s built on top of OpenId connect and OAuth2.0.
Using Identity Server To Authorize Our APIs
6/21/2021 2:31:04 PM.
In this article, you will learn how to identity Servers to Authorize Our APIs.
Working With MVC Using ASP.Net Identity 2.0.0-Beta1
5/24/2021 9:03:21 AM.
This article describes how to work with the various approaches in MVC applications using ASP.NET Identity 2.9.9-Beta1.
Adding Profile Data in ASP.Net Identity Using Visual Studio 2013
5/14/2021 5:59:51 AM.
This article will help you to learn to apply the migration in the Entity Framework based MVC application and you can also add more profile data to the application.
Introduction to ASP.Net Identity 2.0
4/12/2021 5:48:53 AM.
ASP.NET Identity is the membership system for authentication and authorization of the users by building an ASP.NET application.
Introduction To The ASP.Net Identity Preview
2/8/2021 10:06:13 AM.
This article describes the new release of ASP.NET Identity version, version 2.0.0-alpha1 and upgrading the existing app to the new identity.
Working With New ASP.Net Identity 2.0.0 in ASP.Net Application
2/8/2021 8:05:13 AM.
This article introduces the new ASP.NET Identity version and explains how to migrate to the new version from the old version of ASP.NET Identity.
Getting Started With View in MVC 5
2/3/2021 6:01:28 AM.
In this article, I am introducing Add View in the MVC Project Template in Visual Studio 2013 Preview.
Seed Data In .Net Core Identity
1/26/2021 4:31:53 PM.
In this article, you will learn about Seed data in .Net core Identity.
Getting Started With New Release: AspNet.Identity 2.0.0-beta 1
1/14/2021 11:26:34 AM.
This article describes the new ASP.NET Identity 2.0.0-Beta1 and Entity Framework 6.1.0-Beta1 released by Microsoft.