• Home
  • Privacy Policy
Top Menu
  • Home
  • C#
  • .Net
  • ADO.NET
  • LINQ .Net
  • Windows Form
  • Python

Compitionpoint

C# Tutorial easy to learn

  • Home
  • C#
  • .Net
  • ADO.NET
  • LINQ .Net
  • Windows Form
  • Python

Changing the Casing of Strings

compitionpoint June 8, 2018 Changing the Casing of Strings2018-06-08T06:13:18+00:00 .Net framework No Comment
You can change the casing of a string. For example, a string composing of lowercase letters can be transformed into all caps. We use the ToUpper() and ToLower() instance methods which returns an uppercase…
Continue Reading

Extracting, Removing, and Replacing Strings

compitionpoint June 8, 2018 Extracting, Removing, and Replacing Strings2018-06-08T06:11:32+00:00 .Net framework No Comment
If you want to extract a part of a string, you can use the Substring() method. The Substring() method accepts two arguments, the start index and the length of the string to…
Continue Reading

Searching Strings

compitionpoint June 8, 2018 Searching Strings2018-06-08T06:09:58+00:00 .Net framework No Comment
Searching strings have been made easy thanks to the different methods provided by .NET. Let’s take a look at the different methods to find the occurrence of a particular string.…
Continue Reading

Splitting Strings

compitionpoint June 8, 2018 Splitting Strings2018-06-08T06:08:16+00:00 .Net framework No Comment
If you want to split a string into multiples strings, you can use the Split method. Let’s take a look at the different overloads of the Splitmethod. The Split method returns a string array that…
Continue Reading

Trimming Strings

compitionpoint June 8, 2018 Trimming Strings2018-06-08T06:06:28+00:00 .Net framework No Comment
Sometimes, a user types unnecessary spaces that may cause certain errors. When accepting strings from a user, especially if the input came from a text box or similar controls, have…
Continue Reading

Inserting Strings

compitionpoint June 8, 2018 Inserting Strings2018-06-08T05:43:24+00:00 .Net framework No Comment
0
Continue Reading

Concatenating Strings

compitionpoint June 8, 2018 Concatenating Strings2018-06-08T05:39:10+00:00 .Net framework No Comment
There are several ways of concatenating strings. Concatenating simply means combining multiple strings into one. In C#, the simplest way to concatenate strings is by using the + operator as shown below.…
Continue Reading
.Net framework

Comparing Strings

compitionpoint June 8, 2018 Comparing Strings2018-06-08T05:37:41+00:00 .Net framework No Comment
We can compare two strings for equality using several ways. For example, we can use the == operator to test if the two strings are equal. The == operator doesn’t compare their references, but…
Continue Reading

Strings and Regular Expressions

compitionpoint June 8, 2018 Strings and Regular Expressions2020-09-03T07:40:10+00:00 .Net framework No Comment
String is the most common data type found in almost any programming languages. A string is a group of characters such as letters, numbers or symbols. It is declared using…
Continue Reading

Random Number Generation

compitionpoint June 8, 2018 Random Number Generation2018-06-08T05:30:51+00:00 .Net framework No Comment
We use the ;class to generate random numbers. The Random class provides a method for generating random numbers. Each number has an equal chance of getting picked. We   use the Next method to…
Continue Reading
«‹2021222324›»

Categories

  • .Net framework
  • ADO.NET
  • Basic UNIX
  • Blog
  • C#
  • DataGuard
  • Javascript
  • LINQ .Net
  • Oracle Apps DBA
  • Oracle Cloud ICS / OIC
  • Oracle database
  • ORACLE DBA
  • PHP
  • Python
  • R12.2
  • React.js
  • RMAN
  • Technologies
  • Windows Form

Tags

Arrays Assignment Operators Asynchronous Programming Backup Strategies C# Iterators Command Line Arguments Comparison Operators Constant Variables Data-Driven Development Database Administration Delegates Disaster Recovery Escape Sequences Explicit Conversion Exploring Visual Studio Failed to connect to the Server FRM-92050 Getting Input From User Implicit Conversion Jagged Arrays java.io.IOException Logical Operators Looping Mathematical Operators Method Overloading Migration Named Arguments Nesting if Statements null Coalescing Operator Object Oriented Programming Operator Overloading Operator Precedence Optional Parameters Passing Arguments by Reference Recursion Security strings and regular expressions Telegram The DateTimePicker Control The ListView Control User Interface Using Variables Variables Virtual Methods Visual Studio
Copyright ©2025. Compitionpoint
  • Home
  • C#
  • .Net
  • ADO.NET
  • LINQ .Net
  • Windows Form
  • Python

Mesocolumn Theme by Dezzain