Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
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]
Manpreet Singh(5)
Rahul Bansal(2)
Pankaj Lohani(2)
George (1)
Akash Kumhar(1)
Satya Prakash(1)
Jithu Thomas(1)
Sameer Shukla(1)
Pramod Thakur(1)
Satendra Singh Bhati(1)
Mahesh Chand(1)
Primal Lobo(1)
Rajiv Singh(1)
Rajeev Kumar(1)
Jitendra Mesavaniya(1)
Gopi Chand(1)
David Lloyd(1)
Resources
No resource found
Get Common SubString From Two Strings
Oct 03, 2021.
In this article, you will learn how to get a common SubString from two strings.
Check If String Contains Substring In JavaScript
Feb 13, 2018.
In this article, learn how to search string or substring in JQuery or JavaScript. JQuery Substring or JavaScript Subscript code example.
Find Substring In String Using Nintex Workflows In SharePoint 2013 And Office 365
Jan 31, 2016.
In this article you will learn how to find substring in string using Nintex Workflows in SharePoint 2013 and Office 365.
Replace Substring In String Using Nintex Workflows In SharePoint 2013 And Office 365
Jan 30, 2016.
In this article you will learn how to replace substring in string using Nintex Workflows in SharePoint 2013 and Office 365.
Extract Substring From Index Of String Using Nintex Workflows In SharePoint 2013 and Office 365
Jan 29, 2016.
In this article you will learn how to extract substring from Index of string using Nintex Workflows in SharePoint 2013 and Office 365.
Extract Substring Of String From Index With Length Using Nintex Workflows In SharePoint 2013 And Office 365
Jan 29, 2016.
In this article you will learn how to extract substring of string from Index with length using Nintex Workflows in SharePoint 2013 and Office 365.
Extract Substring From Start Of String Using Nintex Workflows In SharePoint 2013 and Office 365
Jan 29, 2016.
In this article you will learn how to extract substring from start of string using Nintex Workflows in SharePoint 2013 and Office 365.
How to Match a Substring From a String
Mar 27, 2015.
This article descibes a program that will get a string and match it with a substring
Find Substring and Reverse it in Windows Store App
Feb 07, 2013.
In this article I will explain how to find a substring from a string and if present then reverse the substring in a Windows Store Application.
Difference between split(), match(), splice(), substring(), and substr() in JavaScript
Jan 24, 2024.
The article gives a brief idea about various string operations like split(), match(), splice(), substring(), and substr() in JavaScript.
Substring Functions In Python
Feb 02, 2022.
The article explains the substring functions find, rfind, count, replace, slice in Python.
All Possible Unique Substrings From an Input String
Mar 27, 2015.
In this article we will learn about the substrings in the C# programming.
Stuff Vs. Replace Vs. Substring
Sep 22, 2014.
In this article we learn how and why we use the stuff, replace and Substring functions in SQL Server.
Substring Method in Java
Oct 28, 2013.
In this article you will learn about the substring method in Java.
Substring in C#
Aug 22, 2010.
Learn how to get a C# Substring from a string using String.Substring method in C#.
Assigning Sequential IDs to Records in Dataverse Using Power Automate
Jan 18, 2025.
Learn how to create a Power Automate flow to assign sequential IDs to records in Dataverse. This guide covers setting up triggers, extracting numeric values, incrementing IDs, and ensuring unique IDs for both existing and new records.
Learn Sliding Window Technique
Sep 19, 2024.
The Sliding Window Technique is an efficient method for solving problems involving subarrays or substrings. It uses a "window" that slides across the data structure, allowing for dynamic adjustments in size.
Mask an Aadhar Number into Blocks of 4 Digits Each
Jul 30, 2024.
This C# code demonstrates how to mask sensitive numbers, like Aadhar or account numbers. It validates input length, uses StringBuilder to format Aadhar numbers with spaces, and shows account number masking via substring, regex, and string formatting.
Exploring String Searching Techniques in C#
May 02, 2024.
Searching for substrings within strings is a fundamental operation in software development, and in the context of C# programming, there are several techniques and methods available to accomplish this task efficiently. In this article, we will explore various string searching techniques in C#.
String Class Methods in Java: Session 8
May 10, 2015.
This article provides a brief explanation of a few more string class methods used in Java to get the complete knowledge of string methods.
Use Scalar Functions in Windows Form Using F#
Nov 18, 2013.
Aggregate functions perform the calculation on the single value and returns a single value for the specified column.
Timer Object in F#
Nov 07, 2013.
This article explains the Timer object and the properties of the Timer class in Windows Forms applications.
C# Versions of Java's StringTokernizer
Jan 13, 2003.
Here is another C# version of the Java StringTokenizer Class from the version posted August last year on your site. Given a string and a set of delimiters, the class return an enumeration of substrings based on the delimeters passed in.