• 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

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

System.Math Class

compitionpoint June 8, 2018 System.Math Class2018-06-08T05:28:06+00:00 .Net framework No Comment
You can use the ;class to perform certain mathematical calculations. You can use its method to round numbers, get the square root of a certain number, or determine the result of…
Continue Reading
.Net framework

Date Difference Calculator

compitionpoint June 8, 2018 Date Difference Calculator2018-06-08T05:10:19+00:00 .Net framework No Comment
This tutorial guides you through the creation of a Time Difference Calculator which determines the difference of two given dates and returns the result in days. The program uses the ;and ;methods.…
Continue Reading

System.DateTime Class

compitionpoint June 6, 2018 System.DateTime Class2018-06-06T06:52:16+00:00 .Net framework No Comment
The  class of the .NET Framework allows you to use, store, and manipulate data of time and date. It has methods for manipulation of dates such as adding or subtracting…
Continue Reading
Windows Form

User Controls

compitionpoint June 5, 2018 User Controls2018-06-05T16:39:06+00:00 Windows Form No Comment
You can create your own controls if you don’t find what you want from the  list of predefined controls available in .NET. You may need to create your own  control…
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 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