TECHNOLOGIES
ANSWERS
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 (13)
Jignesh Trivedi (5)
Priyaranjan K S (5)
Sandeep Singh Shekhawat (3)
Scott Lysle (3)
Waqas Sarwar (2)
Suthahar J (2)
Vignesh Mani (2)
Syed Shanu (2)
Vignesh Ganesan (2)
Pankaj Kumar Choudhary (2)
Tahir Naushad (1)
Nishan Aryal (1)
Krunal Trivedi (1)
Nithya Mathan (1)
Debendra Dash (1)
Omar Maher (1)
Humza Tufail (1)
Akshay Phadke (1)
Rion Williams (1)
Debasish Tutu (1)
Abhishek Sinha (1)
Muhammad Qasim (1)
Banketeshvar Narayan (1)
NASEEM AHAMAD (1)
Gagan Sharma (1)
Sandeep Mittal (1)
Rakesh Kalluri (1)
Dhananjay Kumar (1)
Harpreet Singh (1)
Veena Sarda (1)
Abhishek Arora (1)
Jasminder Singh (1)
Destin joy (1)
Shivom Agarwal (1)
Biswa Pujarini Mohapatra (1)
Sanjeeb Lenka (1)
Mahesh Alle (1)
dSHIFT Team (1)
Deepak Middha (1)
Gaurav Gupta (1)
Mahesh Chand (1)
Puran Mehra (1)
Matthew Cochran (1)
Rohatash Kumar (1)
Sushmita Kumari (1)
Related resources for Identity
No resource found
Identity Server 4 With ASP.NET Core 2.0
1/17/2018 1:09:01 PM.
OAuth 2 provides several flows or grant types for various use cases. I personally group them into two categories; flows that require user interaction with authorization server and flows that don’t.
List Of Users With Roles In ASP.NET MVC Identity
12/18/2017 1:18:52 PM.
This article demonstrates how to list users with associated user roles using Identity in ASP.NEt MVC applications.
Overview Of Identity In ASP.NET Core 2.0
12/15/2017 5:36:48 PM.
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
Configure Identity In ASP.NET Core 2.x
12/15/2017 5:24:42 PM.
Identity is a membership system that allows us to add login functionality to our application. In my previous article, I have explained about the overview of Identity in ASP.net Core. There are some de
Microsoft Azure Active Directory Identity And Access Management With MVC 5 Web Application
12/4/2017 5:19:10 AM.
In this article, I will show you a short demo of how to register your existing MVC 5 Web Application with Windows Azure Active Directory and set authorization. In the same way, you can also implement
Creating An IoT Hub On The Azure Portal
11/25/2017 1:27:23 PM.
This article shows how to create an IoT Hub on the Azure Portal and also how to create the device Identity for simulating a device on PC.
Entity-Framework Code First Migration With WebAPI 2.0 - Extending ASP.NET Identity Database
6/18/2017 9:54:15 PM.
Here, we will see how to extend ASP.NET Identity database using Code First migration in Web API 2.0.
Resolve Issues While Starting SharePoint Synchronization Using Microsoft Identity Manager(MIM)
5/24/2017 5:29:29 PM.
Resolve issues while starting SharePoint Synchronization using Microsoft Identity Manager(MIM).
Token Based Authentication Using ASP.Net Web API, OWIN and Identity With Entity Framework
5/22/2017 12:11:30 PM.
This article explains how to use Token Based Authentication using ASP.NET Web API, OWIN and Identity with Entity Framework.
ASP.NET Core Identity Tables Customization With Visual Studio 2017
5/9/2017 12:15:58 AM.
In this article, you will be acquainted with ASP.NET Core identity tables customization with Visual Studio 2017.
Rectify The Solution Error For Synchronizing Microsoft Identity Manager SP1 With SharePoint 2016
4/27/2017 11:57:56 AM.
Rectify The Solution Error For Synchronizing Microsoft Identity Manager SP1 With SharePoint 2016.
An Overview Of Identity Management
3/31/2017 5:39:50 PM.
This article presents an overview of identity management.
Install And Configure Microsoft Identity Manager 2016 SP1 For SharePoint 2016
3/21/2017 6:10:11 PM.
This article familiarizes you with installing and configuring Microsoft Identity Manager 2016 SP1 for SharePoint 2016.
Authentication And Claim Based Authorization With ASP.NET Identity Core
2/11/2017 3:29:20 PM.
In this article, you will learn about Authentication and Claim Based Authorization with ASP.NET Identity Core.
Working With Identity Column After Table Creation In SQL Server
1/30/2017 10:11:05 AM.
In this article, you will learn about working with an identity column after table creation in SQL Server.
ASP.NET Core MVC - Authentication And Role Based Authorization With ASP.NET Core Identity
1/18/2017 11:10:14 AM.
In this article, you will learn about authentication and role based authorization with ASP.NET Core Identity.
Identity Cache In LINQ To SQL
1/8/2017 2:04:07 PM.
In this article, we will see what identity cache is and its impact on LINQ to SQL queries.
Monitor User Profile Synchronization Service Using ForeFront Identity Manager Client In SharePoint Synchronization Server
12/27/2016 5:48:31 PM.
In this article, you will learn how to monitor User Profile Synchronization Service using ForeFront Identity Manager Client in SharePoint Synchronization Server.
Configuration Of Microsoft Identity Manager For SharePoint 2016 User Profile Service
11/28/2016 12:43:45 PM.
In this article, you will learn configuration of Microsoft Identity Manager for SharePoint 2016 User Profile Service.
Installation Of Microsoft Identity Manager For SharePoint 2016 User Profile Service
11/28/2016 11:00:04 AM.
In this article, you will learn about installation of Microsoft Identity Manager for SharePoint 2016 User Profile Service.
Accessing Identity And HttpContext Info Using Dependency Injection In .NET Core
10/11/2016 10:43:34 AM.
In this article, you will learn how to access Identity and HttpContext Info using Dependency Injection in .NET Core.
OAuth Login Authenticating With Identity Provider In Xamarin.Forms
9/6/2016 1:24:13 AM.
In this article, you will learn about OAuth Login Authenticating with Identity Provider in Xamarin.Forms .
Register Identity Provider For New OAuth Application
9/6/2016 12:39:57 AM.
In this article, you will learn how to register identity provider for new OAuth application.
Create Identity In a Simple Way Using ASP.NET MVC 5 - Part Two
8/10/2016 8:14:44 PM.
In this article, you will learn, how to create an identity in a simple way, using ASP.NET MVC 5.
Create Identity In Simple Ways Using ASP.NET MVC 5
8/1/2016 6:28:53 PM.
In this article, you will learn how to create Identity in simple ways, using ASP.NET MVC 5.
MVC 5 Advanced Features - Part One
6/6/2016 1:34:16 AM.
In this article, you will learn about MVC 5 advanced features.
MVC ASP.NET Identity Customizing For Adding Profile Image
5/31/2016 12:04:52 AM.
In this article, we will see in detail about using ASP.NET Identity in MVC Application.
Understanding Office 365 Identity Management
3/1/2016 9:10:07 AM.
In this article you will learn about Office 365 identity management.
SharePoint External FIM Issue - Missing Manager Property
2/9/2016 2:03:30 PM.
In this article you will get to know about SharePoint External FIM (Forefront Identity Manager) Issue - 'Missing Manager Property. It is an issues about the missing manager field in the SharePoint user profiles.
ASP.NET MVC 5 Security And Creating User Role
2/6/2016 6:28: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.
Introduction To ASP.NET Identity
12/7/2015 6:22:46 AM.
Identity is Users Authentication and Authorization. In this article we will see how users are able to log in with their social identities so that they can have a rich experience on their website.
How To Customize Identity In ASP.NET MVC 5
12/2/2015 12:16:10 PM.
In this article we about how to customize Identity in ASP.NET MVC 5.
SQL Server Identity
11/28/2015 6:54:17 AM.
In this article you will learn about SQL Server Identity.
Adding Identity On Web Page In ASP.NET
11/27/2015 5:42:14 AM.
In this article you will learn how to add Identity on Web Page In ASP.NET.
SQL Server Interview Questions - Part 1
11/26/2015 10:33:14 AM.
This article will help you to know about few SQL Server query issues and resolution.
Sequence Object In SQL Server 2012
11/21/2015 5:49:01 AM.
In this article you will learn about the sequence object in SQL Server 2012.
Alternate To Identity in Oracle
7/18/2015 3:04:38 PM.
In this article you will learn about the alternative for SQL Server Identity fields in Oracle.
Identity in SQL Server
7/17/2015 4:41:08 PM.
In this article you will learn about identity in SQL Server.
Comparing Scope_identity (), @@identity and Ident_current
4/2/2015 8:40:50 PM.
In this article we will see the differences among scope_identity (), @@identity and ident_current.
How To Set Up ASP.Net Identity 2.0 to Use Custom Connection String
2/9/2015 12:04:19 PM.
In this article you will learn how to set up ASP.NET Identity 2.0 to use your own Connection String.
Identity Column in SQL Server
1/31/2015 12:26:04 PM.
This article explains how to supply explicit values for an identity column and how to reset it.
Identity Trust Model Frameworks
1/28/2015 11:13:40 PM.
In the growing cloud computing world and the complex relationships among applications, it is important to understand the framework of trust models the organization can adopt.
Introduction to ASP.Net Identity 2.0
12/21/2014 4:57:32 PM.
ASP.NET Identity is the membership system for authentication and authorization of the users by building an ASP.NET application.
@@ Identity Vs ScopeIdentity Vs Ident_Current in SQL
11/29/2014 5:59:24 PM.
This article explains @@Identity, Scope_Identity() & Ident_Current('Table_Name') in SQL.
How to Configure Profile Synchronization Using Active Directory Import SharePoint 2013
8/27/2014 1:29:40 PM.
This article provides information about how to configure profile synchronization in Microsoft SharePoint 2013 using Active Directory Import.
All About IDENTITY Property in SQL Server
4/14/2014 1:15:58 PM.
In this article, I want to explain the Identity property in SQL Server.
Getting Started With RTM of ASP.Net Identity
3/26/2014 2:00:37 PM.
This article explains that the new RTM version of ASP.NET Identity is available and you can check out the various features released with this new version.
Introducing Claims Based Identity With OWIN Components
3/16/2014 2:13:22 PM.
This article explains that there is a very new way to use a Claims Based Identity with OWIN Components in the various project templates in Visual Studio 2013.
Implement IDENTITY Column in SQL Server Memory Optimized Table
3/11/2014 4:26:44 PM.
This article shows how to create an INDENTITY (auto incremented) column with a memory optimized table.
Insert Values in Identity Column in SQL Server
3/8/2014 12:44:07 PM.
Learn how to insert values into an Identity column in SQL Server.
IDENTITY Vs SEQUENCE Object in SQL Server
2/20/2014 1:11:03 PM.
This article describes the differences between an IDENTITY property and SEQUENCE object.
Working With MVC Using ASP.Net Identity 2.0.0-Beta1
2/13/2014 7:44:51 PM.
This article describes how to work with the various approaches in MVC applications using ASP.NET Identity 2.9.9-Beta1.
Getting Started With New Release: AspNet.Identity 2.0.0-beta 1
2/12/2014 1:51:01 PM.
This article describes the new ASP.NET Identity 2.0.0-Beta1 and Entity Framework 6.1.0-Beta1 released by Microsoft.
Adding Profile Data in ASP.Net Identity Using Visual Studio 2013
1/27/2014 2:52:22 PM.
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.
How To Customize Password Policy in ASP.Net Identity
1/18/2014 12:45:29 PM.
This article describes how to customize the validation of ASP.NET Identity and apply various policies for the application.
Working With New ASP.Net Identity 2.0.0 in ASP.Net Application
12/28/2013 5:08:01 PM.
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.
Introduction To The ASP.Net Identity Preview
12/26/2013 3:20:27 PM.
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 ASP.Net Identity in Empty Project in Visual Studio 2013
12/12/2013 9:57:54 PM.
In this article you will learn to work with ASP.NET Identity in an Empty Project template in Visual Studio 2013.
Getting Started With ASP.Net Identity in Visual Studio 2013
12/11/2013 9:54:10 PM.
This article explains ASP.NET Identity, which is a new feature of Visual Studio 2013. You will also see the use of ASP.NET Identity in various project templates like ASP.NET MVC and ASP.NET Web Forms.
Windows Identity Foundation and Single Sign-On (SSO)
10/14/2013 4:41:36 PM.
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.
Introduction To ASP.Net Identity in MyGet
10/12/2013 7:45:49 PM.
In this article I am describing the new feature, ASP.NET Identity, available in the NuGet Package.
Introducing New Features of Visual Studio 2013 RC: Part 2
9/19/2013 9:51:48 PM.
In this article I am introducing the latest features of latest release named Visual Studio 2013 RC.
Getting Started With View in MVC 5
8/8/2013 11:03:06 PM.
In this article I am introducing Add View in the MVC Project Template in Visual Studio 2013 Preview.
Important SQL Queries Every Developer Should Know in SQL Server
7/10/2013 2:01:30 PM.
In this article i am sharing some sql queries that need to maintaining data in sql server for every developer.
Differences Between SCOPE IDENTITY, IDENT CURRENT, and IDENTITY in SQL Server 2008
6/24/2013 8:58:27 PM.
In this article you will learn what is Different between SCOPE_IDENTITY, IDENT_CURRENT, and @@IDENTITY in SQL 2008
User and App Identity in SharePoint 2013 Apps
12/28/2012 6:19:39 PM.
According to MSDN, Apps in SharePoint can operate using one of 3 authorization policies.
Identity in SQL Server
12/8/2012 2:01:44 PM.
In this article I described the Identity function in SQL Server.
Difference Among @@IDENTITY, SCOPE_IDENTITY() And IDENT_CURRENT()
12/3/2012 5:25:47 PM.
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 IDENT_CURRENT()). Both @@IDENTITY and SCOPE_IDENTITY() return the last identity value that are produced in a single session; in other words a connection while IDENT_CURRENT() returns the last identity value according to the table for any session.
Retrieve Package Identity and Installed Location in Windows Store Apps
11/16/2012 10:11:10 AM.
In this article we will learn about the Package API to Retrieve Package Identity information in Windows Store Apps.
Test for Desktop User Group Membership with C#
10/5/2012 9:00:24 AM.
This article describes a simple approach to determining whether or not a logged in user is a member of a group within the context of a desktop application. The approach shown relies upon the use of the user’s current Windows identity.
The current identity (NT AUTHORITY\NETWORK SERVICE) does not have write access
9/30/2012 5:12:13 AM.
You get this error when you try to open an ASP.NET website.
System.Security.Principal in .NET
9/30/2012 2:00:13 AM.
In this article I will explain you about System.Security.Principal in .NET.
C# Generic Identity Map -- Creating an Object Pool for Multiple Object Types
9/30/2012 1:55:51 AM.
This article demonstrates a technique through which we can have a type-safe pool object that holds references to many different types of objects.
"@@IDENTITY" and "SCOPE_IDENTITY" in SQL Server 2012
9/15/2012 3:32:31 PM.
In this article, we will see how to use @@IDENTITY and SCOPE_IDENTITY() in SQL Server 2012.
Test for User Group Membership in ASP.NET C#
5/19/2012 5:32:25 AM.
This article describes a simple approach to determining whether or not a logged in user is a member of a group within the context of an asp.net web based application.
How to get Security UserId after windows Starts a Session
5/19/2012 4:17:09 AM.
This article explains how to get the security userid after a succesful login when windows starts the session for authenticated user.