• 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

C# System.IO.Directory Class

compitionpoint June 8, 2018 C# System.IO.Directory Class2018-06-08T06:33:04+00:00 .Net framework No Comment
The ;class offers methods for creating, deleting, moving, retrieving file lists, and many more. These methods are static so you don’t need to create an instance of that class. The following…
Continue Reading

C# System.IO.FileInfo Class

compitionpoint June 8, 2018 C# System.IO.FileInfo Class2018-06-08T06:30:58+00:00 .Net framework No Comment
The ;class is quite similar to the ;class in that, they are used for the same purpose of manipulating a file. The difference is that FileInfo does not have static methods so you need…
Continue Reading

C# System.IO.File Class

compitionpoint June 8, 2018 C# System.IO.File Class2018-06-08T06:29:08+00:00 .Net framework No Comment
The ;class is a static class that exposes methods to manipulate an existing file in a directory. Such methods allow you to create, delete, open, move or copy a file.  As…
Continue Reading

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

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