English
Türkçe
[email protected]
  • HOME PAGE
  • LESSON
  • QUESTION
  • DATA-BANK
  • BLOG
  • APPS

YouTube Kanalımız

ÇOK YAKINDA SİZLERLE

C# Taking Action by MessageBox OK Button

In C# Windows applications, below is a code example for action when pressing the OK button in the MessageBox alert box...

206 C# .NET

C# Non-Restart Check If Application is Open

In the C # programming language, if our application is open, we may need to set a check to prevent it from reopening...

214 C# .NET

C# Finding the Path to the Windows AppData Folder

The following sample codes are used to find the paths of the "Local" and "Roaming" folders in "Windows AppData" in the C# programming language...

208 C# .NET

C# Finding the Path to the Windows System32 Folder

Below is the sample code to find the path to the "System32" folder in C# programming language...

311 C# .NET

C# Finding the Desktop Path

The following code is used to find the desktop path in C#...

284 C# .NET

C# Finding the Computer Name

In C#, the MachineName property of the Environment class is used to find the name of the computer on which the program is running...

200 C# .NET

How to Find the Name of the Operating System in C# ?

In C#, the "OSVersion" property of the "Environment" class is used to find out what the operating system is...

210 C# .NET

C# Finding the Operating System Username

In the C# programming language, the UserName property of the Environment class is used to find the active user name in the current operating system...

206 C# .NET

C# Finding the Path to the Windows Folder

The "SpecialFolder" enum of the "Environment" class is used to find the path to the "Windows" folder (aka SYSROOT) in the C# programming language...

206 C# .NET

C# Finding the Path to the Windows Fonts Folder

In the C# programming language, the "SpecialFolder" enum of the "Environment" class is used to find the path to the "Fonts" folder in the Windows Operating System...

216 C# .NET

C# Generating Random Letters

The sample code for generating random letters in C# is given below...

210 C# .NET

C# Finding the Path to My Documents Folder

The "SpecialFolder" enum of the "Environment" class is used to find the path of the "My Documents" folder in the C# programming language...

355 C# .NET

What is Connection Pooling in .NET ?

To minimize the cost of opening and closing connections, ADO.NET uses an optimization technique called connection pooling. The pooler maintains ownership of the physical connection...

170 .NET

C# Reverse Array

We use the Array.Reverse() function to reverse an array, or in other words to sort the elements in reverse order...

199 C# .NET

C# Getting Last Character of String

If we want to get the last character of a string, we can do this using the Substring() and Length methods..

198 C# .NET

C# Linq Contains Method

One of the methods we can use to find whether the desired element exists in the Array or Collection is the "Contains" method..

198 C# .NET

Finding Character Count of String in C#

We use the "Length" method to find how many characters a string consists of, or in other words the number of characters.

199 C# .NET

Finding the Index Order of a Character in a String in C#

In C#, we use the IndexOf() method to find the index order of a character in a string..

195 C# .NET

Splitting a String By Desired Character in C#

In C#, if we want to split a string variable into the character or characters we want, we use the "Split()" method...

197 C# .NET

C# Substring Method

Substring method is used to get a desired part from a string. It has 2 ways of use. In the first use, the starting index is given and how many characters from here...

193 C# .NET

Total Result : 40
  • 1
  • 2

DATA-BANK CATEGORY

  • .NET ( 40 )
  • C# ( 53 )
  • DevExpress ( 20 )
  • Flutter ( 1 )
  • Go ( 1 )
  • Hardware General ( 142 )
  • HTML ( 8 )
  • Internet General ( 40 )
  • Java ( 150 )
  • JavaScript ( 37 )
  • Kotlin ( 1 )
  • Ms Sql ( 127 )
  • Network General ( 7 )
  • Oracle ( 1 )
  • Python ( 1 )
  • Ruby ( 1 )
  • Security General ( 6 )
  • Software General ( 5 )
  • Swift ( 2 )
  • Technology ( 295 )
  • Unity ( 28 )
  • Visual Basic ( 17 )
  • Visual Studio ( 7 )
© 2012-2023 - All Rights Reserved. Yazilim Ders