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 Members
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
C# Curator (8)
Mahesh Chand (6)
Shantha Kumar T (3)
Nimit Joshi (3)
Praveen Kumar (3)
Munesh Sharma (3)
Scott Lysle (3)
Deepak Sharma (3)
Prakash Tripathi (2)
Moustafa Arafa (2)
Madhan Thurai (2)
Abhimanyu K Vatsa (2)
Munib Butt (2)
Nipun Tomar (2)
Muhammad Asif (1)
Debasis Saha (1)
Raj Kumar (1)
Sardar Mudassar Ali Khan (1)
Kiran Mohanty (1)
Jitendra Mesavaniya (1)
Abhishek Arora (1)
Vignesh Mani (1)
Baibhav Kumar (1)
Jaimin Shethiya (1)
Kailash Chandra Behera (1)
Siddharth Vaghasia (1)
Rohatash Kumar (1)
Dijid Maddumakumara (1)
Abdul Basith (1)
Mageshwaran R (1)
Erika Ehrli Cabral (1)
Vinay Ayinapurapu (1)
Sandeep Singh Shekhawat (1)
Umesh Baradkar (1)
Anu Viswan (1)
Sai Kumar Koona (1)
Swatismita Biswal (1)
Ganesan C (1)
Vijai Anand Ramalingam (1)
Dhruvin Shah (1)
Aashina Arora (1)
Romil Bheda (1)
Amit Patel (1)
Amol Khairnar (1)
Ankur Mistry (1)
Sateesh Arveti (1)
Shubham Jain (1)
Jatin Malik (1)
Rajkiran Swain (1)
Abhishek Sinha (1)
Saineshwar Bageri (1)
Sekhar Srinivas (1)
Vithal Wadje (1)
Rahul Bansal (1)
Rizwan Ali (1)
Sachin Kalia (1)
Govind Khandelwal (1)
Jeetendra Gund (1)
Amit Kumar Agrawal (1)
John Mcfetridge (1)
Amr Sayed (1)
klaus_salchner (1)
Venkatesh Kumar (1)
Vijay Kankhare (1)
Dorababu Meka (1)
Destin Joy (1)
Shirsendu Nandi (1)
Kumar Saurabh (1)
Suri Meenakshi Sundaram (1)
Bhushan Gawale (1)
Related resources for Members
No resource found
Explicit Interface Implementation & default interface methods in C#
7/3/2024 11:53:14 AM.
In C# programming, interface members serve as blueprints that classes must follow when implementing functionality. When multiple interfaces declare members with the same names, naming conflicts can ar
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
Login Control in ASP.NET 3.5
6/17/2024 11:19:43 AM.
ASP.NET login controls simplify user authentication for web applications by integrating with ASP.NET membership and forms authentication. These controls offer a ready-to-use interface to query user cr
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
C# Basic OOPs Concepts
6/4/2024 12:47:27 PM.
"Basic OOPs concepts in C# involve classes, objects, inheritance, encapsulation, and polymorphism. It includes access modifiers, constructors, and destructors, along with method overloading and o
Hide Base Class Members in C# .NET with new Keyword
5/30/2024 7:05:09 AM.
In C# .NET, the new keyword allows derived classes to hide members of a base class. This technique, known as member hiding or shadowing, is used to define a new implementation for a member without ove
Expression Bodied Members: A New Feature of C# 6.0
5/29/2024 8:11:40 AM.
C# 6.0 introduced Expression Bodied Members, leveraging Lambda expressions to simplify syntax, reduce code, and enhance readability. These members streamline method and property definitions, offering
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
What is Friend Function in C++
4/30/2024 5:50:49 AM.
Data hiding is a core principle in object-oriented programming, but C++ introduces friend functions that defy this rule, enabling access to private and protected class members from outside.
Struct in C#: Syntax, And Usage
4/23/2024 9:03:37 AM.
A struct in C# is a value type that represents a lightweight data structure. It's defined using the "struct" keyword and contains fields, properties, and methods. Suitable for small data
Getting Assembly Metadata at Runtime
4/23/2024 8:22:02 AM.
Retrieving assembly metadata at runtime in .NET involves using reflection, and accessing attributes like AssemblyVersion or custom ones. This dynamic analysis enables discovering types, members, and o
Update Multi-Values with People Picker Field in Power Automate/Microsoft Flow
4/12/2024 11:14:14 AM.
Learn to update multi-values in the people picker field using Power Automate or MS Flow. Discover how to find an Office 365 group ID, list group members, and add them to a multi-value people picker co
Generate Random Password in ASP.NET
4/3/2024 10:46:55 AM.
Generate Random Password in ASP.NET: Enhance security with ASP.NET by creating a randomized password generator. Utilize built-in features or custom code to generate strong, unpredictable passwords, bo
The "this" Keyword in C#
3/28/2024 10:38:53 AM.
The "this" keyword in C# is a reference to a class or a struct itself. In this article, you'll learn what the C# "this" keyword is, and how and when to use the "this"
SharePoint User Membership Identification Script for Access Management
11/27/2023 7:30:00 AM.
his script aims to identify SharePoint sites where specific users hold membership, enabling efficient access management and site administration.
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.
Static Class And Static Class Members In C#
10/9/2023 10:26:16 AM.
Today, I will explain the concept of Static class and Static class Members in C# with some examples and how we can use it in a Static class .
Working With Expression Bodied Members In C# 7.0
9/20/2023 8:46:46 AM.
This article explains about existing and new expression-bodied members, which are introduced in C# 7.0 and demonstrates how to use them in software development.
OOPS Concepts And .NET - Part One - Classes, Objects, And Structures
6/6/2023 6:50:13 AM.
The following article kicks off a three-part article series that will present definitions and samples for different Object-Oriented Programming concepts and its implementation in .NET.
How To Get Members Of M365 Group
3/31/2023 9:11:01 AM.
This article explains the steps to get members of Microsoft 365 group.
Learn Membership Services Part 1: Installing ASP.NET Membership Services Database in SQL Server 2008
1/31/2023 6:32:05 AM.
In this article, we create a database in SQL Server and install ASP.NET membership services then install an ASP.NET Memberships Services Database.
How To Create Azure Active Directory Groups And Add Members
12/28/2022 6:07:14 AM.
Azure Active Directory (Azure AD) is a cloud-based identity and access management service. This service helps your employees access external resources, such as Microsoft 365, the Azure portal, and tho
Static Abstract Interface Members In C# 11 And Curiously Recurring Template Pattern
12/23/2022 5:20:22 AM.
This articles explores the Static Abstract Interface Members in C# 11, along with understanding the Curiously Recurring Template Pattern
C# 11 Features - Required Members
11/28/2022 8:01:46 AM.
A new keyword required is introduced in C# 11 where it will be decorated to the instance property and field declaration within a class/record/struct.
The Buffer Class in C#
11/22/2022 9:31:50 AM.
In this article I will explain you about the Buffer Class in C#.
The Environment Class in C#
9/30/2022 7:11:13 AM.
In this article I will explain you about the Environment Class in C#.
Working with Directory Services in C#
9/16/2022 7:03:40 AM.
In this article, I will explain you about Working with Directory Services in C#.
Deploying ASP.NET 2 Web Site to Production Server: Part II
8/31/2022 9:42:52 AM.
On the first part we discussed in detail how to move our database which contains the membership tables from the default aspnetdb Database to our database. On this part we will show how to change the d
Timers in C#
5/2/2022 9:21:36 AM.
In this article I will explain you about Timers in C#.
Debugging and Tracing in C#
3/31/2022 9:02:46 AM.
In this article I will explain you about the Debugging and Tracing in C#.
How To Subscribe Group Members To Get Group Conversations And Events
1/31/2022 5:40:54 PM.
How to enable the group settings to send copies of group conversations and events to group members
Restrict Members From Deleting Chat Messages In Team
1/10/2022 5:59:23 AM.
How to block or restrict the team members from deleting their own messages from the Microsoft Team Chat for particular Team
Restrict Members From Editing Chat Messages In Team
1/8/2022 4:13:43 PM.
How to prevent or users/members from changing their own messages in Microsoft Team Chat for the particular Team
Create Channel Calendar In Teams
1/6/2022 12:05:15 PM.
Channel Calendar allows to create a calendar for a specific team for a specific channel. Channel Calendar comes into picture when you want to create a shared calendar.
Method Implementation, Private, Static Members In C# Interfaces⚡ - New Feature In C# Interfaces
9/21/2021 5:44:03 AM.
In this article, we are going to see about “Default implementations in interfaces” feature in C#.
Send Mail To SharePoint Group Members In Power Automate Without Using ParseJson And ForEach Actions
7/2/2021 6:12:01 PM.
In this article we will learn about how to send mail to sharepoint group members using power automate
Working With SimpleMembership in ASP.Net MVC
5/5/2021 10:31:12 AM.
This article describes how to use the SimpleMembership instead of the default membership and role management features of ASP.NET.
Getting Started Logging In Your Application With Facebook and Google in MVC 5
3/26/2021 9:01:48 AM.
In this article, you will learn to login your MVC 5 application with Facebook and Google with Visual Studio 2013 Preview.
Creating ASP.NET WebApplication/ASP.NET MVC Application Membership Database on SQL Server Rather Than LocalDb
3/25/2021 5:56:59 AM.
How can a DB be created in SQL Server rather than locally (LocalDb) which is the default?
Top 20 Members Of Year 2019
1/4/2021 8:53:27 AM.
This article lists the top 20 members on the C# Corner website in the year 2019.
Top 10 Featured Members of 2019
12/28/2020 9:02:52 AM.
Here are the top 10 C# Corner featured members based on the number of articles featured in the year 2019.
DataAadapter Events in ADO.NET
11/2/2020 10:08:06 AM.
In this article I will explain working with DataAadapter Events in ADO.NET.
Read Only Members In Structs In C# 8.0
8/11/2020 7:36:14 AM.
In this article, you will learn about Read only members in Structs in C# 8.0.
Default Implementations Of Interface Members In C#
8/5/2020 7:35:34 AM.
In this article, you will learn about default Implementations of Interface Members in C#.
Deploying ASP.Net 2.0 Web site to Production Server: Part I
6/9/2020 12:59:42 AM.
Deploying ASP.NET 2.0 web site is the first issue facing the developer. This part of the article gives you a step by step to how to move membership tables from MS SQL express Edition to your database
Display Group Members Using Graph API In SharePoint Framework
5/6/2020 9:02:19 AM.
Display Group Members using Graph API in SharePoint Framework
Send Mail To SharePoint Group Members Using Power Automate
4/6/2020 9:20:11 AM.
In this article we will learn about how to automate mail to SharePoint group members
Get Users Or Members From The AD Security Group In PowerApps
4/3/2020 8:05:45 AM.
In this blog, we will discuss about how we can get the users information from the specific Security Group in Power Apps.
Learn About Strings In Python
3/27/2020 7:50:53 AM.
In this Python String tutorial, we will learn what Strings are and how they are used in Python, how to traverse a string, what are String Operators and Methods, and how these can be used for string ma
Working with new using declaration and read-only struct members in C# 8.0
10/29/2019 7:33:50 AM.
This article explains how to work with new using declaration and read-only struct members in C# 8.0 and demonstrates how to use it in application development.
Add New Member To Azure Subscription
10/16/2019 9:46:18 AM.
This step by step tutorial shows how to add new users to Azure Subscription.
WCF Service With SQL Membership and Roles Provider
9/25/2019 12:58:21 AM.
Today I am going to write about the WCF and ASP.NET Membership Provider & Roles Provider.
Microsoft Teams - Types Of Members (Guests)
7/28/2019 10:04:25 AM.
In this article, you will learn about the types of members (Guests) in Microsoft Teams.
CommandBuilder in C#
7/23/2019 8:51:31 PM.
Learn how to use ADO.NET CommandBuilder in C#.
Top 25 Most Popular Members Of Year 2018
1/5/2019 7:54:43 AM.
Here is the list of top 25 most popular members of year 2018 on C# Corner community based on their number of views, likes, comments, and overall reactions.
How To Create A Team In Visual Studio Team Services And Add Members
8/7/2018 8:30:52 AM.
In this Article, we will learn how to Create a Team and Add a member in VSTS also make an Admin to Particular Team.
Beautifying Your C# Code - Part I
1/24/2018 12:24:17 AM.
In this video, how we can beautify\reduce the number of lines in your C# code.
Expression Bodied Members In C#
1/18/2018 12:04:07 PM.
What is Expression Bodied Members?1) Expression Bodied member is introduced in C#6.0 and enhanced in C#7.0. 2) Expression Bodied is a new technique or implementation to make code concise and readable.
Static Keyword: Static Class & Members
8/18/2017 2:35:06 AM.
In this video learn about static keyword in C#. This video has code walkthrough for C# static examples. BY the end of this video, you will be able to understand about the static keyword in c#.
Creating SQL Sever Database For Authentication Using Membership And Role Provider In SharePoint
4/25/2017 4:13:16 PM.
Creating SQL Sever database for authentication, using Membership and Role Provider in SharePoint.
Assigning Role To User In ASP.NET MVC Membership
5/24/2016 10:54:49 AM.
Here we will learn how to assign roles to the users in ASP.NET membership provider.
Display Roles For The Users In ASP.NET MVC Membership
5/23/2016 11:02:28 AM.
Here we will learn how to display roles for users in ASP.NET MVC Membership.
ASP.NET MVC Membership Provider
5/20/2016 12:23:02 PM.
In this article we will learn how to use membership provider in ASP.NET MVC, and how to create users, and their roles using ASP.NET MVC membership.
Create User In ASP.NET Membership
12/7/2015 5:05:17 AM.
Create user in our application by using Asp.Net Membership. Membership helps us in our web site to authenticate the user and store the information about the user in database.
Using Membership in ASP.Net MVC 4
5/18/2015 7:27:58 PM.
In this article we will see how to use a Microsoft built-in Membership in ASP.Net MVC 4.
What is static and non static members
5/18/2015 12:42:09 AM.
An Easy to understand video on Static and Non Static members of a class. This Video Explains about how to define the members of a class i.e when to define a member as a static member and when to define a member as a non-static member. This video is based on C# Language specifications ( Please don't compare with other languages ).
ASP.Net Membership Provider Class
3/16/2015 1:22:24 PM.
In this article we will learn about the ASP.NET Membership Provider class.
Expression-bodied Function Members in C# 6.0
1/7/2015 3:42:50 PM.
This article describes a new feature of C# 6.0 using Visual Studio Ultimate 2015 Preview.
Expression Bodied Functions and Properties in C# 6.0
1/5/2015 4:07:58 PM.
In this article, I will provide information about Expression Bodied Functions and Properties including how they work.
AutoCreate SimpleMembership Tables in ASP.Net MVC4
9/24/2014 2:57:46 AM.
This article describes how to use SimpleMembership of WebMatrix.Authenication and authorization that is a very necessary part of web applications.
Working With Instance and Static Data Members of a Class in C#
7/3/2014 12:05:51 AM.
This article explains instance and static data members of a class in C#.
Static Keyword in Details
9/6/2013 3:43:46 PM.
In this article I will describe Static keyword can be used in 3 scenarios.
Introduction to ASP.Net 4.5.1
7/16/2013 6:40:50 PM.
This article introduces the new version of ASP.NET, version 4.5.1, that was released with Visual Studio 2013 Preview.
Test for User Group Membership in VB.NET
12/15/2012 3:05:31 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.
Readonly and constant members
10/20/2012 3:26:11 AM.
Here in this article i will give your a small and clear difference of Readonly members, constant members used in C#.
How to Approve New Users With Confirmation Email Using CreateUserWizard Control in ASP.Net
10/18/2012 3:54:37 PM.
In this article I will explain how to approve new users created using CreateUserWizard with a confirmation email in ASP.NET
Enabling Membership Provider for SQL Server 2005
10/13/2012 2:53:02 AM.
ASP.NET 2.0 brings an important concept called provider model which is used for many new feature i.e. Membership Management, Role Management, Profiles, Web Parts Personalization etc.
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.
Database Provider-based ASP.NET Membership Provider
10/3/2012 12:15:42 PM.
This article is intended to explore the provider pattern in the context of a membership provider.
Searching in User Profile Properties
10/3/2012 9:14:10 AM.
Enabling search in membership profile properties using SQLSERVER2005 pluggable assembly created by C#.
Automate the process of documenting your code
9/29/2012 7:27:05 AM.
The Visual Studio .NET IDE allows to document your code in a way that the compiler can create an XML document describing your classes, methods, properties, etc. This article explains how to use this feature and then create a basic help file out of it.
Working With Form Based Authentication in SharePoint 2010
8/30/2012 8:59:43 PM.
In this article we will see how to enable Form Based Authentication (FBA) in a SharePoint 2010 environment.
How to Configure CreateUserWizard and Login Control Using ASP.NET Membership
7/11/2012 1:12:37 AM.
In this article I will explain how to configure the CreateUserWizard and Login control using an ASP.NET Membership.
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.
MultiColumn ComboBox with Configurable Display and Value Members and Fast Search functionality
5/15/2012 2:17:15 PM.
After searching for a MultiColumn ComboBox with configurable view columns, configurable display & value members, I decided to create my own control.
How to Configure ASP.NET Membership Using SQLMembershipProvider
2/6/2012 1:04:07 AM.
In this article, we will learn to configure ASP.NET Membership using SQLMembershipProvider.
How We Can Use Custom Roles And Membership in ASP.NET
7/13/2011 3:24:34 PM.
In this article I would like to show a sample demonstration regarding how we can use a custom roles and membership.
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.
Membership and Authorization in ASP.Net MVC 3 Razor
4/7/2011 4:23:55 PM.
In this article I will describe how to do membership and Authorization in an ASP.Net MVC 3 Application.
Custom Membership Provider with Form Authentication in ASP.Net MVC Application
2/17/2011 1:51:45 AM.
In this article I will demonstrate in four simple steps from scratch - How to create Custom Membership Provider in ASP.Net MVC Application for Form Authentication.
Sharepoint 2010 Form Based Authentication Using Active Directory
1/18/2011 9:41:24 AM.
In this article I will try to show how we can use Active Directory Form Based Authentication in SharePoint 2010 using Lightweight Directory Access Protocol (LDAP).
Manage Authorization using config file
11/11/2010 1:44:28 AM.
How to restrict users to access a particular page or directory
Configuring MOSS 2007 Anonymous site to use ASP.NET Membership Provider
8/6/2010 1:25:33 AM.
In my previous post I explained steps about how to create anonymous web site using SharePoint existing site. So in this post I am going to make use of out of the box ASP.NET Membership Provider and it to anonymous site which we created.
Membership Provider and Role Manager
6/14/2010 1:42:54 AM.
This article will explain you how to work with Membership Provider and Role Manager in ASP.Net web application deeply.
SharePoint Site Dual Authentication - Window and Form Based (Using SqlMembershipProvider) with Anonymous Access
6/4/2010 1:14:59 AM.
In this article you will learn how to use SharePoint Site Dual Authentication - Window and Form Based (Using SqlMembershipProvider) with Anonymous Access.
Executing a Stored Procedure Programmatically
3/4/2010 11:47:23 PM.
In this article I will explain executing a Stored Procedure Programmatically.
Advanced Imaging in GDI+
3/2/2010 11:52:01 PM.
In this article I will explain about advanced Imaging in GDI+.
Manipulating Images in GDI+
2/14/2010 11:56:36 PM.
In this article I will explain about manipulating Images in GDI+.
LineCap, DashCap, and DashStyle in GDI+
2/7/2010 11:49:33 PM.
In this article I will explain about working with LineCap, DashCap, and DashStyle in GDI+.
The Switch Class in C#
2/7/2010 10:41:43 PM.
In this article I will explain you about the Switch Class in C#.