Remember
Register
Search With
Seek4Info.com
Programming & Software Q&A | CollectiveSolver
Questions
Tags
Users
Welcome to collectivesolver - Programming & Software Q&A with code examples. A website with trusted programming answers. All programs are tested and work.
Contact: aviboots(AT)netvision.net.il
Most popular tags
python
c
java
cpp
c#
javascript
php
vb#
typescript
nodejs
go
rust
scala
swift
kotlin
pascal
html
ruby
dart
vbnet
r
css
bootstrap
win32
groovy
winapi
sql
mysql
jquery
pascal-string
lua
winforms
kotlin-string
bash
c-string
swift-string
cpp-string
go-string
php-string
cobol
c#-string
java-string
vbnet-string
rust-string
python-string
cpp-vector
f#
opengl
scala-string
javascript-string
pascal-array
swift-array
typescript-string
c-array
php-array
javascript-array
rust-vector
typescript-array
python-list
reactjs
scala-array
c-windows
nodejs-string
go-array
kotlin-array
nodejs-array
sdl2
sdl3
cpp-matrix
cpp-array
c#-list
vbnet-list
c-matrix
pascal-matrix
go-slice
c#-array
java-array
nodejs-express
character-code-ascii-unicode
swift-matrix
c#-matrix
angularjs
transpose-matrix
binary-search-algorithm
dot-product-two-arrays
generate-random-floating-point-numbers
all-permutations-combinations
kotlin-matrix
typescript-matrix
vbnet-array
kotlin-list
calculate-volume-cube
divide-given-amount-into-bills-coins
convert-decimal-number-to-rational-number
count-non-overlapping-instances-substring-in-string
print-floyds-triangle
case-insensitively-check-character-exists-in-string
calculate-area-pentagon
measure-function-execution-time
sort-words-string
Disclosure:
My content contains affiliate links.
Recent questions tagged C#
42,635
questions
55,370
answers
573
users
Recent questions tagged C#
1
answer
186
views
How to pop the first element of a list in C#
asked
May 2, 2025
by
avibootz
c#
c#-list
1
answer
215
views
How to convert a URL inside a string to a hyperlink in C#
asked
May 1, 2025
by
avibootz
c#
c#-string
1
answer
144
views
How to pause execution for 5 seconds in C#
asked
Apr 29, 2025
by
avibootz
c#
3
answers
144
views
How to break the outer loop in C#
asked
Apr 28, 2025
by
avibootz
c#
c#-loop
1
answer
138
views
How to unload all open forms using WinForms in C#
asked
Apr 27, 2025
by
avibootz
c#
winforms
1
answer
149
views
How to check if an integer include specific digits x times in C#
asked
Apr 27, 2025
by
avibootz
c#
c#-integer
1
answer
93
views
How to use Console.ReadLine() inside a while loop in C#
asked
Apr 25, 2025
by
avibootz
c#
c#-loop
2
answers
117
views
How to continue outer loop in C#
asked
Apr 24, 2025
by
avibootz
c#
c#-loop
1
answer
196
views
How to remove the first N characters from a string in C#
asked
Apr 23, 2025
by
avibootz
c#
c#-string
3
answers
127
views
How to create a set of objects in C#
asked
Apr 22, 2025
by
avibootz
c#
c#-hashset
1
answer
127
views
How to create and set values to a 3d array in C#
asked
Apr 21, 2025
by
avibootz
c#
c#-array
1
answer
100
views
How to find the position of the first occurrence of a substring in a string with C#
asked
Apr 20, 2025
by
avibootz
c#
c#-substring
2
answers
191
views
How to send a value to another thread in C#
asked
Apr 19, 2025
by
avibootz
c#
c#-thread
1
answer
123
views
How to assign to string the japanese word ネコ in C#
asked
Apr 19, 2025
by
avibootz
c#
c#-string
1
answer
83
views
How to convert hh:mm:ss to minutes in C#
asked
Apr 17, 2025
by
avibootz
c#
c#-time
2
answers
100
views
How to find the largest prime factor of a number in C#
asked
Apr 16, 2025
by
avibootz
c#
c#-largest-prime-factor-number
largest-prime-factor-number
1
answer
75
views
How to find the sum of the even valued in fibonacci sequence with C#
asked
Apr 15, 2025
by
avibootz
c#
c#-fibonacci
2
answers
109
views
How to find the sum of all the multiples of 3 or 5 below 1000 in C#
asked
Apr 14, 2025
by
avibootz
c#
c#-multiples
1
answer
121
views
How to convert binary code to text in C#
asked
Apr 14, 2025
by
avibootz
c#
c#-binary
1
answer
112
views
How to create an equivalent to JavaScript encodeURIComponent and decodeURIComponent in C#
asked
Apr 13, 2025
by
avibootz
c#
c#-encode
c#-decode
1
answer
100
views
How to create an equivalent to JavaScript encodeURIComponent in C#
asked
Apr 13, 2025
by
avibootz
c#
c#-encode
1
answer
145
views
How to convert text to binary code in C#
asked
Apr 13, 2025
by
avibootz
c#
c#-string
c#-binary
2
answers
212
views
How to format a string with fixed width fields in C#
asked
Apr 12, 2025
by
avibootz
c#
c#-string
1
answer
135
views
How to create an array of dates starting with today and going back the last 30 days in C#
asked
Apr 10, 2025
by
avibootz
c#
c#-array
c#-date
1
answer
150
views
How to create a list of days starting with today and going back the last 30 days in C#
asked
Apr 10, 2025
by
avibootz
c#
c#-list
c#-date
2
answers
112
views
How to get tomorrows date in C#
asked
Apr 9, 2025
by
avibootz
c#
c#-date
1
answer
203
views
How to initialize an array of structs in C#
asked
Apr 9, 2025
by
avibootz
c#
c#-array
1
answer
111
views
How to return multiple values from a function in C#
asked
Apr 7, 2025
by
avibootz
c#
c#-return-multiple-values-function
return-multiple-values-function
1
answer
123
views
How to write a recursive function that calculates power in C#
asked
Apr 6, 2025
by
avibootz
c#
c#-recursion
1
answer
131
views
How to check if a string starts with a substring from a list of substrings in C#
asked
Apr 3, 2025
by
avibootz
c#
c#-string
1
answer
127
views
How to create a button and add to it a click event handler in a WinForms application using C#
asked
Apr 2, 2025
by
avibootz
c#
winforms
1
answer
130
views
How to create a button in a WinForms application using C#
asked
Apr 2, 2025
by
avibootz
c#
winforms
1
answer
120
views
How to get window size in a WinForms application using C#
asked
Apr 2, 2025
by
avibootz
c#
winforms
1
answer
123
views
How to set window size in a WinForms application using C#
asked
Apr 2, 2025
by
avibootz
c#
winforms
1
answer
119
views
How to extract a substring between two tags using RegEx in C#
asked
Apr 2, 2025
by
avibootz
c#
c#-regex
c#-substring
1
answer
131
views
How to center a window in a WinForms application using C#
asked
Apr 2, 2025
by
avibootz
c#
winforms
1
answer
117
views
How to maximize a window in a WinForms application using C#
asked
Apr 2, 2025
by
avibootz
c#
winforms
1
answer
225
views
How to convert a list of ints to an array of strings in C#
asked
Apr 1, 2025
by
avibootz
c#
c#-list
1
answer
110
views
How to combine all keys and values from a dictionary into a single string in C#
asked
Mar 31, 2025
by
avibootz
c#
c#-dictionary
1
answer
123
views
How to convert nested list to array in C#
asked
Mar 31, 2025
by
avibootz
c#
c#-list
1
answer
138
views
How to split a string into chunks of two characters each in C#
asked
Mar 30, 2025
by
avibootz
c#
c#-string
1
answer
138
views
How to extract the unique integers from a list excluding duplicates in C#
asked
Mar 29, 2025
by
avibootz
c#
c#-list
1
answer
79
views
How to get the current OS name and version in C#
asked
Mar 27, 2025
by
avibootz
c#
1
answer
103
views
How to convert lines in a multiline string starting with some "#" to start and end with "_" in C#
asked
Mar 27, 2025
by
avibootz
c#
c#-regex
1
answer
120
views
How to check if a string contains only letters and numbers using RegEx in C#
asked
Mar 25, 2025
by
avibootz
c#
c#-regex
2
answers
184
views
How to get array subset in C#
asked
Mar 24, 2025
by
avibootz
c#
c#-array
2
answers
186
views
How to get a grade and transform it into a letter grade in C#
asked
Mar 23, 2025
by
avibootz
c#
1
answer
109
views
What is the equivalent to VB.NET ReDim Preserve in C#
asked
Mar 23, 2025
by
avibootz
c#
c#-redim
1
answer
127
views
How to create an array containing a range of characters in C#
asked
Mar 21, 2025
by
avibootz
c#
c#-array
2
answers
152
views
How to create a list containing a range of characters in C#
asked
Mar 21, 2025
by
avibootz
c#
c#-list
Page:
« prev
1
...
4
5
6
7
8
9
10
11
12
13
14
...
80
next »
...