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]
Mahesh Chand(4)
Chittaranjan Swain(3)
Rohatash Kumar(3)
Mike Gold(3)
Mervyn Manilall(2)
Sagar Pardeshi(2)
John Godel(2)
Sonia Bhadouria Vishvkarma(2)
Uday Dodiya(1)
Anuradha Rani (1)
Nitin (1)
Akash Kumhar(1)
Rakesh Trivedi(1)
Anbu Mani(1)
Nishant Mittal(1)
Sandeep Singh Shekhawat(1)
Hafiz (1)
Valon Ademi(1)
Hung Hung(1)
Niharika Gupta(1)
Tanuj (1)
Jignesh Trivedi(1)
Vishal Gami(1)
Sandhiya Priya(1)
Bimalshi Jayarathna(1)
Saurav Kumar(1)
Rajiv Singh(1)
Navjot Singh(1)
Shirsendu Nandi(1)
Brajesh Kumar(1)
Riya Patel(1)
Prachi Sarkar(1)
Priyanka Pandey(1)
Dashrath Hapani(1)
Siddhesh Chavan(1)
Muzaffar Ur Rahman(1)
Dinesh Gabhane(1)
Priyanshu Agnihotri(1)
Shubhankar Banerjee(1)
Nanddeep Nachan(1)
Rushi Mehta(1)
Debasis Saha(1)
Praveen Alwar(1)
Abhishek Yadav(1)
Kevin Morales(1)
Hussain Ahmed(1)
Chetna Solanki(1)
Anubhav Chaudhary(1)
Sourabh Somani(1)
Vidya Vrat Agarwal(1)
Selva Ganapathy(1)
Pankaj Lohani(1)
Deepak Middha(1)
Jean Paul(1)
Ghanashyam Nayak(1)
Hussain Munaf(1)
C# Curator(1)
Resources
No resource found
Shifting Left in the Era of AI
Jan 24, 2025.
The software development lifecycle is evolving. As AI technologies become increasingly integrated into development pipelines, the concept of “shifting left” — bringing testing and quality assurance earlier into the process — has taken on a whole new dimension. But this evolution isn't just about speeding up the process.
Inner Join vs Cross Apply and Left Outer Join vs Outer Apply
Aug 28, 2024.
In SQL, INNER JOIN and CROSS APPLY differ in functionality; INNER JOIN merges rows based on a condition, while CROSS APPLY uses a table-valued function for dynamic row operations. LEFT OUTER JOIN includes unmatched rows as NULL, whereas OUTER APPLY combines this with table-valued functions for enhanced flexibility.
PowerApps Reusable Component for left or top navigation
Dec 03, 2023.
In this post, we will see how to create a reusable component which could be used as left or top navigation.
Difference Between Inner Join And Left Join In SQL Server
Jul 16, 2020.
In this article you will learn about the difference Between Inner join and Left join In SQL Server.
Mobile Touch Controls - Moving A Character From Left To Right Using C# Scripts In Unity
Jun 24, 2020.
In this article, you will learn about moving a character from left to right using C# Scripts in Unity.
Custom Left Navigation In SharePoint 2013
Sep 01, 2017.
In this article, I explore how to create a custom left navigation using Out of Box, without custom development. As we know that there are a lot of ways of creating left navigation, here you will see a new approach for creating a custom left navigation in SharePoint 2013.
How To Create Left And Right Drawers In Xamarin With Visual Studio 2015
Feb 25, 2017.
In this article, we will learn how to create left and right drawers and their items in addition to selecting an event in Xamarin with Visual Studio 2015.
Xamarin Android: Create Left Navigation Drawer Layout
May 17, 2016.
In this article you will create a new Xamarin Android Left Navigation Drawer Layout.
Difference Between Left And Right Outer Join in SQL Server
Jan 20, 2016.
In this article you will learn about the difference between left and right outer join in SQL Server.
Hide Link Left Navigation In SharePoint 2013 On Permissions Basis Using jQuery
Nov 16, 2015.
In this article you will learn how to hide link left navigation in SharePoint 2013 on permissions basis using jQuery.
Accordion-Style Left Navigation Using jQuery and CSS in SharePoint 2010
Oct 01, 2014.
In this article you will learn about Accordion-Style Left Navigation using JQuery and CSS in SharePoint 2010.
Using Right and Left Function in SQL Server
Apr 01, 2013.
In this article I provide a quick overview of how to use the right and left functions in SQL Server.
Inner Join, Cross Join and Left Outer Join With LINQ to SQL
Oct 28, 2012.
In this article I am going to explain Inner join, Cross join and Left Join with LINQ to SQL.
Difference Between On Clause And Where Clause When Used With Left Join in SQL Server
Aug 04, 2011.
The purpose of this article is to show the difference between the On clause and Where clause when used with a left join in SQL Server.
Set Space From Both Left And Right Side Using Blockquote Tag in HTML5
Jul 13, 2011.
The Blockquote tag set white space on both left and right side of document. It is mostly use for long quotation and it renders paragraph breaks.
How to add links to the left of the website in SharePoint
Apr 25, 2011.
In this exercise we see how to add links to the left of the website in SharePoint.
DevSecOps for .NET: Implementing Shift-Left Security in CI/CD Pipelines
Jul 23, 2026.
Implement DevSecOps for .NET: Shift security left in CI/CD, scanning dependencies, code, secrets, and containers for robust application security.
Shift-Left Data Engineering: Improving Data Quality and Reliability Early
Feb 19, 2026.
Shift-Left Data Engineering: Improve data quality and reliability by validating early in the pipeline. Reduce failures, increase trust, and ensure accurate analytics.
Left outer join and Right Outer join in EF core 10
Dec 15, 2025.
Left outer join and Right Outer join in EF core 10
Understanding Left, Right, Inner, and Full Joins With Simple Diagrams |SQL Server
Nov 25, 2025.
Master SQL JOINs (INNER, LEFT, RIGHT, FULL) with diagrams and examples! Learn when to use each type for efficient data retrieval and avoid common pitfalls. Boost your SQL skills!
To rotate array elements left/right
Oct 29, 2025.
Learn how to rotate array elements left or right in C# with this real-time example. Includes code, explanation, and input/output examples for array manipulation.
Understanding Shift-Left Testing
Oct 16, 2025.
Shift-Left Testing moves testing earlier in the software development lifecycle, catching bugs early and reducing costs. This approach fosters collaboration, accelerates releases, and improves product quality. Learn how to implement Shift-Left Testing with requirement reviews, TDD, CI/CD, and automation for faster, safer releases and a quality-first mindset.
Shift-Left vs Shift-Right Testing for QA Explained
Oct 03, 2025.
Explore Shift-Left and Shift-Right testing strategies for modern QA. Learn how shifting testing earlier in the SDLC (Shift-Left) prevents defects and reduces costs, while Shift-Right testing validates performance and user experience in production. Discover the benefits, challenges, and best practices for combining these approaches to achieve continuous testing and deliver high-quality software faster. Optimize your QA process for improved reliability and user satisfaction.
Left and Right Shift operators in C#
Jul 15, 2024.
This article delves into the intricacies of left and right shift operators in C#. You'll learn how these bitwise operators work, their syntax, and practical applications.
Move Windows 11 Taskbar To Left
Oct 12, 2021.
In this article, you will learn how to move Windows 11 taskbar to left.
Create Left/Right/Both Slider Menus In Your App With Objective C
Nov 19, 2015.
In this article you will learn how to create Left/Right/Both slider menus in your app with Objective C.
Left and Right Join in SQL Server
Jun 01, 2011.
In this article, I will describe how to perform left and right outer join between more than one tables in SQL Server 2008.
Human Resource Management System in ASP.NET Core MVC – Part 2
Jun 16, 2026.
Build an ASP.NET Core MVC Human Resource Management System. This article covers Leave Requests, Payroll, and Recruitment modules.
How to Use Joins in SQL With Real World Examples
Apr 03, 2026.
Master SQL joins! Learn INNER, LEFT, RIGHT, and FULL JOIN with real-world examples. Combine data from multiple tables for powerful insights and reporting.
Understanding SQL JOINS: Connecting Data the Right Way
Feb 25, 2026.
Unlock the power of SQL JOINs! Learn how to connect data across multiple tables with INNER, LEFT, RIGHT, and FULL JOINs. Master relational database querying for efficient data retrieval.
The Psychology of Customer Loyalty: Why People Stay (and Leave)
Oct 29, 2025.
Unlock customer loyalty secrets! Discover the psychology behind why customers stay (or leave) and build lasting relationships through trust, emotion, and belonging.
AI Agents in Practice: Employee Leave Request Agent
Oct 20, 2025.
Streamline employee leave requests with an AI agent! This agent automates leave processing by verifying eligibility, checking policy compliance, and managing approvals. It ensures accurate leave balance tracking, policy adherence, and efficient workflow management, reducing HR workload and improving employee experience. Perfect for vacation, sick leave, and PTO requests.
From Dev to Sec: How to Automate Security Testing in Your CI Pipeline DevSecOps.
Oct 10, 2025.
Discover how to implement DevSecOps by automating security testing in your CI/CD pipeline. Learn to shift security left with tools like Retire.js, GitLeaks, and SAST to catch vulnerabilities early. Improve collaboration, reduce risks, and accelerate secure software delivery. Embrace best practices for a resilient and innovative development process. Stop vulnerabilities before production!
Mastering SQL String Functions
Mar 25, 2025.
SQL string functions help manipulate and process text data efficiently. This guide covers key functions like UPPER(), LOWER(), LEN(), LEFT(), RIGHT(), SUBSTRING(), REPLACE(), CONCAT(), LTRIM(), RTRIM(), CHARINDEX(), REVERSE(), and FORMAT(), demonstrating their usage with examples to improve query performance and readability.
Advanced Strategies: Deciphering Complex Joins in SQL
Jun 13, 2024.
In the world of relational databases, joins are indispensable tools for combining data from multiple tables based on related columns. While simple joins are common, complex joins involving multiple tables or various join types can be daunting for SQL beginners.
How to Implement Approval in Teams Using Adaptive Cards
Feb 13, 2024.
This article introduces Adaptive Cards, versatile user interface components formatted in JSON, capable of seamless integration across various platforms. It delves into their significance in enabling lightweight UI exchange between applications and outlines.
SQL Joins for Efficient Database Queries
Feb 05, 2024.
Explore SQL joins, including inner, natural, left outer, right outer, full outer, and cross joins. Learn their usage, syntax, and differences to master relational database querying for effective data retrieval.
How To Join Tables In MySQL
Apr 27, 2023.
MySQL joins are used to combine data from two or more tables based on a related column between them. There are several types of joins available in MySQL
How To Use Full Outer Join In MySQL
Apr 24, 2023.
A full outer join combines the result of both the left and right outer join, returning records from both the tables and matching them if possible. Used to merge data from two tables
Leave Approval Application with SharePoint and Power Platform
Nov 21, 2020.
Joining Three Or More Tables In SQL Server 2017
Jul 07, 2020.
Joining three or more tables in SQL Server 2017 involves using various types of joins such as INNER JOIN, LEFT JOIN, RIGHT JOIN, and CROSS JOIN. These joins combine rows from multiple tables based on specified conditions using the ON clause.
Learn about Self Join In SQL Server
Jun 29, 2020.
Explore self-joins in SQL Server, including inner, outer, and cross joins. Understand their use for hierarchical data querying. Create a database, tables, and execute queries to grasp concepts effectively.
What Is A Test Plan And How To Write Test Plans
Feb 11, 2020.
In this article, we will learn about test plans how to write a test plan in Software testing.
Advanced Index In MongoDB - Part Six
Sep 23, 2018.
In this article, we will discuss about the advance index concept in MongoDB.
Understanding Windows Workflow Foundation - Leave Management
Jan 25, 2015.
In this article you will learn work with the Window Workflow Foundation.
Joins in SQL Server. Everything You Need To Know About SQL Joins.
Jan 11, 2015.
Joins in SQL Server are used to retrieve data from two or more tables with a joining condition. Learn how to use joins in SQL Server.
Create Code That Leaves a Legacy
Dec 17, 2014.
Written by Jesus Morales, this article provides tips on how to create code that is beautiful and pleasant to read.
Joinning in SQL Server
Apr 24, 2014.
This article explains how to join tables in SQL Server.
Angle Transformation of Image in WPF
Feb 11, 2014.
Image will be transformed by certain angles while sliding the sliders.
Enter and Leave Animation Using AngularJS
Jan 27, 2014.
This article explains how to enter and leave Animation in AngularJS.
Mouse/Pointer Events in AngularJS
Dec 28, 2013.
This article explains how Mouse/Pointer Events work in AngularJS.
Must Know SQL Server JOINS For All .NET Developers
Dec 21, 2013.
In this article you will learn about SQL Server JOINS for all .NET Developers.
Effective and Easy Logic For Touch Control and Slow Finishing Action After Touch Leaves
Oct 30, 2013.
While analyzing some controls that used for touch device I found this effective and easy logic for touch control and slow finishing action after touch leaves.
Fetching Records Using Joins in F#
Sep 30, 2013.
This article explains how to get the records in one table from one or more other tables using joins (inner join, left join and right join).
Adding a Number in String in SQL Server
Mar 22, 2013.
In this article, I provide a quick overview of how to add a number in a string in SQL Server.
Removing the First and Last Character From a Table Column in SQL Server 2012
Nov 23, 2012.
In this article I provide a quick overview of the various Queries to remove the first and last character from a string in SQL Server.
Joins in SQL Server 2012
Oct 30, 2012.
In this article, I describe Joins, Inner Join, Outer Join, Cross Join, Self Join in SQL Server 2012.
CSS Border Property in HTML: Part 2
Oct 08, 2012.
The CSS border properties allow you to specify the style and color of an element's border.
Leave Approval Without Workflow In Sharepoint 2010
Sep 02, 2012.
In this article we can explore the Leave Approval Scenario without using Workflows.
The out parameter 'parametername' must be assigned to before control leaves
Jul 28, 2012.
How to resolve The out parameter 'parametername' must be assigned to before control leaves the current method error.
Use of BLOCK ARROW With Layout Property in Expression Blend 4
Jul 20, 2012.
We are going to see the use of Block Arrow Shapes of Expression Blend 4. Block arrow Shapes are divided into 4 parts; they are: Block Arrow Down, Block Arrow Left, Block Arrow Right and Block Arrow Up.
Validation of a String Using Trim Operations
Apr 11, 2011.
Trim function validation using three functions : I) Left Trim II) Right Trim III) Trim All.
Introduction to Joins in Sql Server
Mar 22, 2011.
Ann introduction to Joins in SQL Server.
Knowing When to Leave Your Programming Job - Part II
Jul 19, 2010.
In the previous article we looked at several rationals people use to stay in a dead end .NET programming position. In this article we will explore signals in your current position you should not ignore and how to weigh your existing position against other opportunities.
Knowing When to Leave Your Programming Job - Part I
Jul 16, 2010.
This article is the first part in a series to guide you in deciding when it's best to leave your Programming Job. Part I addresses a host of myths that are associated with staying at a dead-end job, and how to combat them.
Custom String Methods using C#
Jan 27, 2010.
In this article I will explain you about the Custom String Methods using C#.
The Contains Method and Hit Test in GDI+
Jan 13, 2010.
In this article I will explain about the Contains Method and Hit Test in GDI+.
Constructing a Rectangle Object in GDI+
Jan 11, 2010.
In this article I will explain about Constructing a Rectangle Object in GDI+.
Knowing When to Leave Your Programming Job - Part I
Jun 21, 2007.
This article is the first part in a series to guide you in deciding when it's best to leave your Programming Job. Part I addresses a host of myths that are associated with staying at a dead-end job, and how to combat them.
Real Life SQL and .NET : SQL Subqueries: Part VII
Jan 13, 2004.
Welcome to the world of SQL and the huge, growing database technologies of today’s business all over the SQL world. By reading this article, we have begun accepting the knowledge that will soon be required for survival in today’s world of relational database and data management. Alas, for the reason that it is first necessary to provide a background of SQL and cover some preliminary concepts that we need to know, the majority of this article is text in paragraph format.