• 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

Absolute and Relative Paths

compitionpoint June 8, 2018 Absolute and Relative Paths2018-06-08T06:26:49+00:00 .Net framework No Comment
Files and directories can be uniquely identified using their path names. Path  names specify where files and directories are located. When specifying path  names, you can either use an absolute…
Continue Reading

C# File System

compitionpoint June 8, 2018 C# File System2018-06-08T06:24:31+00:00 .Net framework No Comment
Most of the time, you will need to be able to write your data to files for permanent storage. You will also need to be able to access the file…
Continue Reading
.Net framework

Validation Using Regular Expressions

compitionpoint June 8, 2018 Validation Using Regular Expressions2018-06-08T06:23:38+00:00 .Net framework No Comment
Regular expression is a great way to validate data provided by a user to the  fields of a form. Suppose that a user should input an age rather than a…
Continue Reading

C# Regular Expressions

compitionpoint June 8, 2018 C# Regular Expressions2020-10-23T08:24:34+00:00 .Net framework No Comment
Sometimes when getting input from the user, you need to check if it follows a certain pattern. For example. consider a textbox that expects to get an email from the…
Continue Reading

C# StringBuilder

compitionpoint June 8, 2018 C# StringBuilder2018-06-08T06:17:51+00:00 .Net framework No Comment
The ;class can use the + operator to concatenate two strings. But this is inefficient when concatenating two different strings. The reason is that String objects in .NET are immutable, that is, the value cannot…
Continue Reading

String Formatting

compitionpoint June 8, 2018 String Formatting2018-06-08T06:16:22+00:00 .Net framework No Comment
.NET provides you with ways to format the output of strings. You can use the ;to format your strings using different format specifiers. string str1 = "This"; string str2 = "That";…
Continue Reading

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
«‹1920212223›»

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 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