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 IMS
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ramesh Palaniappan (3)
Destin Joy (3)
Rick Malek (2)
Jignesh Trivedi (1)
Nimit Joshi (1)
Mahesh Chand (1)
Kaviya Balasubramanian (1)
Ahsan Siddique (1)
Krishna Reddy (1)
Jean Paul (1)
Dinesh Beniwal (1)
Amr Monjid (1)
Venkatesh Kumar (1)
C# Curator (1)
sameh ahmed (1)
Related resources for IMS
No resource found
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
Create Custom Claims Provider In SharePoint 2013 Using C# Server-Side Object Model
7/18/2024 3:17:48 PM.
Learn to create a Custom Claims Provider in SharePoint 2013 using C# Server-Side Object Model. Customize user permissions with augmented claims and integrate them into the People Picker control for st
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
Trim String in C#
2/9/2023 6:23:48 AM.
String.Trim(), String.TrimStart(), and String.TrimEnd() methods provide trim string functionality in C# and .NET. The Trim method removes white spaces from the beginning and endof a string. The TrimE
SharePoint 2013 Top New Features
2/25/2019 11:59:27 PM.
This article introduces the top new features of SharePoint 2013.
Xamarin.Android - Simsimi Chat App
12/9/2017 4:58:45 PM.
Today, I shall show you how to make a simple Simsimi chat application.
Claims Based Authentication
11/15/2016 11:34:49 AM.
In this article, you will learn about claims based authentication.
Create Claims Viewer Webpart In SharePoint 2013 Using C# Server-Side Object Model
9/12/2016 12:13:34 PM.
In this article, you will learn, how to create Claims Viewer Webpart in SharePoint 2013, using C# Server-Side Object Model.
Activate Custom Claims Provider In SharePoint 2013 Using Windows PowerShell
9/9/2016 1:43:37 PM.
In this article, you will learn how to activate custom claims provider in SharePoint 2013, using Windows PowerShell.
Exploring Claims Viewer Web Part
6/29/2016 4:33:21 PM.
In this article, we will explore how to download and install the Claims Viewer web part for SharePoint 2013.
C# Corner Delhi Student's Day in IMS, Noida 17 November, 2014: Official Recap
12/8/2014 5:00:00 AM.
The C# Corner Delhi Chapter organized its monthly event in IMS, Noida on 17 November, 2014.
Introduction to Claims-Based Authentication in SharePoint 2013
9/25/2014 3:43:59 PM.
This article is an introduction to Claims-Based Authentication in SharePoint 2013.
Authentication Methods in SharePoint 2013
9/1/2014 3:15:13 PM.
In this article I will cover some definitions and will talk about Authentication methods in SharePoint (Claims-based authentication and Classic mode authentication).
Claims-based Authentication in SharePoint 2013
11/10/2012 7:00:36 AM.
In this article we will see what are all the improvements in claims-based authentication in SharePoint 2013.
SAML-based Claims Authentication For SharePoint Server 2013
10/11/2012 5:30:43 PM.
This article describes how to configure claims authentication with SharePoint Server 2013 There are five steps to follow when setting up the SharePoint Server 2013 Preview SAML claims authentication. We will go with the same three-tier farm we discussed in my previous article.
Calling COBOL from C#
5/13/2012 6:04:05 AM.
There is a lot of COBOL code in production around the world. Rewriting that code into another langugage just to change the language makes little sense and introduces a high level of risk. Instead of changing the COBOL code that has been working and doing it's job for quite a while, why not interact with it using C#? This article shows how to utilize C# to call both procedural and object oriented COBOL.
Configuring Claims-Based Web Applications by Using ASP.NET SQL Membership and Role Providers in SharePoint 2010
4/27/2011 4:00:31 PM.
In this article I am demonstrating how to create a claims-based web application using a Microsoft ASP.NET membership and a role provider as the authentication provider.
String Class: Important Member Functions using C#
2/11/2010 10:53:26 PM.
In this article I will explain you about the important Member Functions using C#.
COBOL for .NET: The more things change the more they stay the same
7/29/2009 12:35:24 AM.
Back in 2002 I wrote a series of articles dealing with COBOL and .NET integration. Since that time, quite a bit has changed. This article reviews the changes and sets the stage for upcoming articles from a world renown COBOL vendor.
Implementing Prim's Algorithm using GDI+
1/31/2007 6:10:43 AM.
Prim's algorithm is an algorithm used in the graphics development to calculate the shortest route in a network when an object is moving from a source node to the destination node.