C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Pankajkumar Patel(4)
Abhishek Yadav(3)
Praveen Kumar(2)
Abdul Basith(2)
Raghunath Bhukan(2)
C# Curator(2)
Mariem Moalla(1)
Sandhiya Priya(1)
Sardar Mudassar Ali Khan (1)
Khoday Akilesh(1)
Munib Butt(1)
Habibul Rehman(1)
Priyaranjan K S(1)
Sharad Gupta(1)
Abhimanyu K Vatsa(1)
Banketeshvar Narayan(1)
Avinash Kumar(1)
Nitin Bhardwaj(1)
Ajay Narkhedkar(1)
Mahesh Chand(1)
Nikhil Patil(1)
Rikam Palkar(1)
Sreenath Kappoor(1)
Jalpa Dhola(1)
Saravanan Ganesan(1)
Darshan Adakane(1)
Vijai Anand Ramalingam(1)
Sourabh Somani(1)
Sandeep Sharma(1)
Resources
No resource found
Null Conditional Assignment in C#
Nov 15, 2025.
Learn how to use the null conditional assignment operator (?.) in C# to simplify null checks and prevent.
Build a Task Question Assignment Feature in ASP.NET Core (Step-by-Step)
Nov 08, 2025.
Build a task assignment feature in ASP.NET Core! Learn to store, fetch, and display assigned questions using EF Core. Includes filtering and status updates.
Null-Conditional Assignment in C# 14
Sep 25, 2025.
C# 14 introduces null-conditional assignment (?.=), a syntactic sugar that simplifies null checks before assignments. This feature reduces boilerplate code, enhances readability, and aligns assignment semantics with access semantics. Learn how it works, its limitations, and when to use it effectively to avoid potential pitfalls like obscured side effects and debugging challenges. Discover best practices for adopting this feature in your C# projects.
Preventing Mass Assignment & Overposting in ASP.NET Core Web API
Sep 04, 2025.
Prevent mass assignment and overposting vulnerabilities in ASP.NET Core Web APIs. Learn how attackers can exploit direct model binding to modify sensitive properties like 'IsAdmin'. Discover secure coding practices using DTOs, explicit property mapping, and whitelisting techniques. Protect your API by controlling data input, auditing sensitive fields, and implementing role-based authorization to ensure data integrity and prevent unauthorized access. Bind only what you trust!
Activate Azure Resource-Based PIM Assignment in PIM
Jan 04, 2024.
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 in details, and if approval is needed, follow the process outlined in the article.
Learn to Add Role Assignment to Service Bus
Nov 09, 2023.
Learn to Add Role Assignments to the Service Bus. The steps you have provided seem to outline the process for adding roles to Azure Service. This can be a crucial aspect of managing access and permissions within the Azure environment, ensuring that the right users have the appropriate level of access to the required resources. Assigning roles helps in controlling the actions that users can perform within the service.
Null-Coalescing Assignment And Enhancement Of Interpolation In C# 8
Aug 13, 2020.
In this article, you will learn about Null-coalescing assignment and Enhancement of interpolation in C# 8.
Null-Coalescing Assignment Operator In C# 8.0
Nov 07, 2019.
In this article, we will learn how to use Null-coalescing assignment operator in C# and also check the updated requirements of Null-coalescing operator requirements.
Update User's Role Assignment In SharePoint Using JavaScript Object Model
Aug 25, 2016.
In this article, you will learn, how to update the users role assignment in SharePoint, using JavaScript Object Model.
Precedence and Associativity of Assignment Operators in TypeScript
Nov 26, 2012.
In this article I am going to explain how Precedence and Associativity of Assignment Operators works in TypeScript.
Definite Assignment Rule in C#
May 27, 2011.
An experimental comparison of definite assignment between the C/C++ and C# Languages.
C# 14 Null-Conditional Assignment: Practical Examples and Best Practices
Dec 28, 2025.
Master C# 14's null-conditional assignment (?.=) for cleaner, safer code! Learn practical examples, best practices, and when to use (or avoid) this powerful feature. Prevent NullReferenceExceptions and improve readability.
Align Your Code With Align Assignments Visual Studio Extension
Nov 20, 2015.
In this article you will learn how to align your code with Visual Studio Extension Align Assignments.
Assignment Compatibility, Covariance and Contravariance
Aug 12, 2013.
The terms covariance and contravariance enable implicit references to conversion of array type, delegate type, and generic type arguments. Covariance preserves assignment compatibility and contravariance reverses it.
Assignment Operators in TypeScript
Nov 02, 2012.
In this article I have described assignment operators in TypeScript with an example.
How to Assign Licenses to Users in Microsoft 365 Admin Center
Jan 30, 2026.
Learn how to efficiently assign Microsoft 365 licenses to users via the Admin Center. Control app access, manage multiple users, and troubleshoot common issues for optimal resource allocation.
How to Send and Receive Messages from Azure Queue Storage using .NET Client Library?
Jan 29, 2026.
Learn how to send and receive messages from Azure Queue Storage using the .NET client library. This tutorial covers resource creation, role assignment, and .NET code.
How to Send and Receive Messages from Azure Service Bus using .NET Client Library?
Jan 22, 2026.
Learn how to send and receive messages from Azure Service Bus using the .NET client library. Create resources, assign roles, and build a .NET console application.
How to Send and Retrieve Events from Azure Event Hubs using .NET Client Library?
Jan 20, 2026.
Learn how to send and retrieve events from Azure Event Hubs using the .NET client library. Create resources, assign roles, and build a .NET console app.
How to retrieve configuration settings from Azure App Configuration using .NET Client Library?
Jan 08, 2026.
Learn how to retrieve configuration settings from Azure App Configuration in .NET using the .NET client library. Includes setup, role assignment, and cleanup steps.
What’s New in C# 14 (.NET 10): 7 Powerful Language Features Every C# Developer Should Know
Dec 23, 2025.
Explore C# 14's powerful features in .NET 10! Boost productivity with extension members, extension operators, field keyword, null-conditional assignment, and more. Write cleaner, safer, and faster code!
Learn Operators in C#
Dec 11, 2025.
This article provides a complete and highly descriptive guide to Operators in C#. It explains all categories of operators—arithmetic, assignment, comparison, logical, unary, bitwise, conditional, null-coalescing, type checking, member access, indexers, lambda, range, pattern matching, and operator overloading—with 3–4 detailed points for each. The article helps beginners and professional .NET developers understand how operators work, how expressions are evaluated, and how to write clean, expressive, and efficient C# code.
C# 14: The Next Step in Language Evolution for .NET 10
Nov 12, 2025.
Explore C# 14's new features in .NET 10: extension members, field keyword, null-conditional assignment, span improvements, and more. Boost code clarity and performance!
Manage SharePoint Permissions with PnPjs in SPFx
Aug 06, 2025.
Manage SharePoint permissions in SPFx using PnPjs. Learn how to get user roles, break inheritance, assign or remove access, and check effective permissions with efficient and production-ready code examples.
Anonymous vs Arrow Functions
May 02, 2025.
This article explains anonymous and arrow functions in JavaScript, their syntax, usage in callbacks, array methods, IIFEs, and real-life examples like shopping cart logic, helping you write cleaner code.
Learn =, == and === in Javascript
Dec 09, 2024.
In JavaScript, =, ==, and === are key operators used for assignment and comparison. = is used for assignment, == checks for equality with type coercion, and === checks for strict equality without type conversion.
Add Multiple Users to SharePoint Group together in one API call
Oct 26, 2024.
This article outlines how to streamline adding multiple users to a SharePoint Group using Power Automate. By leveraging a single HTTP request, users can efficiently batch add members to a group.
Effortless IoT Device Onboarding with Azure Device Provisioning Service
Jul 15, 2024.
Azure Device Provisioning Service (DPS) is a cloud-based tool that simplifies the onboarding of IoT devices to Azure IoT Hub. By automating registration, configuration, and security, DPS enables scalable, secure, and cost-efficient device management.
Key components of Azure Governance
Jul 10, 2024.
Azure governance encompasses policies, initiatives, and blueprints in Microsoft Azure, ensuring secure, compliant, and efficient resource management. Policies enforce rules on resources, while initiatives group policies for unified management.
Manage Azure Subscription Owners: Add and Remove User Access
Dec 22, 2023.
Giving and taking away elevated privileges inside the Azure environment is what it means to designate and remove a user as an Owner of an Azure subscription. An owner has complete control over the subscription, including the ability to regulate resources, configurations, and user access.
How To Define Variables And Constants In R
Dec 08, 2020.
In this article, I am going to explain about variables and constants in R.
Use Of Vector Datatype In R
Dec 05, 2020.
In this article, I discussed the vector datatype in R.
Operators In R
Nov 28, 2020.
In this article, we will learn about the various operators provided by the R language.
Create User In Azure AD And Assign Office 365 Licenses Using Power Automate
May 13, 2020.
Discover how to streamline user management in Azure AD and Office 365 using Power Automate. Learn to automate user creation and license assignment processes, improving efficiency and ensuring seamless access to essential tools.
SQL Operators
Apr 02, 2014.
A SQL Operator is used for arithmetic, logical, and bitwise operations. This SQL Operators tutorial explains SQL Arithmetic Operators, SQL Assignment Operator, SQL Bitwise Operator, and SQL Logical Operator with examples.
Introduction to How Java Operators Work
Aug 16, 2013.
This article explains the the basic Java operators.
String Initialization and System.String Class using C#
Jan 26, 2010.
In this article I will explain you about the String Initialization and System.String Class.
Strings in C#
Jan 24, 2010.
In this article I will explain you about Strings in C#.