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
java
c
c#
cpp
javascript
php
vb#
typescript
nodejs
go
rust
scala
swift
kotlin
pascal
html
dart
ruby
r
css
bootstrap
win32
groovy
winapi
sql
mysql
jquery
lua
winforms
pascal-string
bash
kotlin-string
swift-string
c-string
cpp-string
go-string
cpp-vector
f#
opengl
java-string
php-string
c#-string
vbnet-string
pascal-array
swift-array
rust-string
python-string
scala-string
c-array
javascript-string
php-array
javascript-array
typescript-string
cobol
rust-vector
typescript-array
python-list
reactjs
scala-array
c-windows
go-array
nodejs-string
kotlin-array
nodejs-array
sdl2
cpp-matrix
c-matrix
cpp-array
c#-list
vbnet-list
pascal-matrix
go-slice
c#-array
java-array
nodejs-express
swift-matrix
c#-matrix
sdl3
angularjs
generate-random-floating-point-numbers
all-permutations-combinations
kotlin-matrix
typescript-matrix
vbnet-array
kotlin-list
rust-matrix
go-matrix
javascript-matrix
raylib
glfw
remove-last-occurrence-word-string
extract-words-with-first-letter-lowercase-from-string
convert-specific-column-decimal-matrix-to-string
convert-specific-row-decimal-matrix-to-string
number-made-prime-deleting-single-digit
convert-days-human-readable-weeks-days
square-root-rounded-down-to-nearest-integer
remove-middle-word-string
area-triangle-herons-formula
Disclosure:
My content contains affiliate links.
Recent questions tagged c#
40,023
questions
51,974
answers
573
users
Recent questions tagged c#
1
answer
63
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
79
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
95
views
How to get array subset in C#
asked
Mar 24, 2025
by
avibootz
c#
c#-array
2
answers
104
views
How to get a grade and transform it into a letter grade in C#
asked
Mar 23, 2025
by
avibootz
c#
1
answer
67
views
What is the equivalent to VB.NET ReDim Preserve in C#
asked
Mar 23, 2025
by
avibootz
c#
c#-redim
1
answer
79
views
How to create an array containing a range of characters in C#
asked
Mar 21, 2025
by
avibootz
c#
c#-array
2
answers
85
views
How to create a list containing a range of characters in C#
asked
Mar 21, 2025
by
avibootz
c#
c#-list
2
answers
54
views
How to exit a method in C#
asked
Mar 20, 2025
by
avibootz
c#
1
answer
89
views
How to get the number of characters that two strings have in common in C#
asked
Mar 20, 2025
by
avibootz
c#
c#-string
1
answer
84
views
How to match words in a string that are wrapped in curly brackets using RegEx with C#
asked
Mar 18, 2025
by
avibootz
c#
c#-string
1
answer
86
views
How to convert byte to double in C#
asked
Mar 17, 2025
by
avibootz
c#
c#-convert
1
answer
107
views
How to sort each row from a two-dimensional rectangular array in C#
asked
Mar 15, 2025
by
avibootz
c#
c#-array
1
answer
71
views
How to calculate the week number for a given date in C#
asked
Mar 15, 2025
by
avibootz
c#
c#-date
1
answer
86
views
How to extract a column from a rectangular array to a one-dimensional array in C#
asked
Mar 13, 2025
by
avibootz
c#
1
answer
78
views
How to extract a row from a rectangular array to a one-dimensional array in C#
asked
Mar 13, 2025
by
avibootz
c#
1
answer
57
views
How to convert a jagged array to a one-dimensional array in C#
asked
Mar 13, 2025
by
avibootz
c#
1
answer
62
views
How to convert a rectangular array to a one-dimensional array in C#
asked
Mar 13, 2025
by
avibootz
c#
2
answers
90
views
How to get the indexes of words from an array of strings that start with a specific letter in C#
asked
Mar 13, 2025
by
avibootz
c#
1
answer
82
views
How to remove trailing nulls (0) from byte List in C#
asked
Mar 13, 2025
by
avibootz
c#
2
answers
109
views
How to remove trailing nulls (0) from byte array in C#
asked
Mar 12, 2025
by
avibootz
c#
1
answer
69
views
How to add single and double quotes to a string in C#
asked
Mar 12, 2025
by
avibootz
c#
1
answer
53
views
How to double a variable with bitwise shift left in C#
asked
Mar 9, 2025
by
avibootz
c#
1
answer
59
views
How to convert from HEX color to RGB in C#
asked
Mar 6, 2025
by
avibootz
c#
1
answer
78
views
How to remove the leading and trailing commas from a string in C#
asked
Mar 6, 2025
by
avibootz
c#
1
answer
54
views
How to count occurrences of each letter in a char array with C#
asked
Mar 2, 2025
by
avibootz
c#
1
answer
64
views
How to count the occurrences of each word in a string with C#
asked
Mar 1, 2025
by
avibootz
c#
1
answer
60
views
How to assign a new value to Hashtable without using the Add method in C#
asked
Feb 28, 2025
by
avibootz
c#
1
answer
55
views
How to match a string not containing a substring using RegEx in C#
asked
Feb 27, 2025
by
avibootz
c#
1
answer
42
views
How to match a set of characters (letter + any single character from set + letter) using RegEx in C#
asked
Feb 25, 2025
by
avibootz
c#
1
answer
91
views
How to perform case-insensitive two strings comparison in C#
asked
Feb 23, 2025
by
avibootz
c#
2
answers
60
views
How to perform a case-insensitive search in C#
asked
Feb 23, 2025
by
avibootz
c#
1
answer
83
views
How to convert a string to PascalCase using RegEx in C#
asked
Feb 22, 2025
by
avibootz
c#
1
answer
45
views
How to validate a 10-digit standard 10 digit phone number using RegEx in C#
asked
Feb 22, 2025
by
avibootz
c#
1
answer
53
views
How to validate a 10-digit phone number with hyphens (e.g. 333-555-1234) using RegEx in C#
asked
Feb 21, 2025
by
avibootz
c#
1
answer
62
views
How to insert an element at a specific index in a list with C#
asked
Feb 20, 2025
by
avibootz
c#
1
answer
58
views
How to calculate the number of weekdays between two dates in C#
asked
Feb 18, 2025
by
avibootz
c#
2
answers
64
views
How to calculate the number of weekdays in the current year with C#
asked
Feb 17, 2025
by
avibootz
c#
1
answer
61
views
How to create a custom array uses an array with indexing starting from an arbitrary index in C#
asked
Feb 17, 2025
by
avibootz
c#
1
answer
47
views
How to get unique values from two arrays in C#
asked
Feb 16, 2025
by
avibootz
c#
1
answer
50
views
How to match the $ special character using regular expression in C#
asked
Feb 16, 2025
by
avibootz
c#
2
answers
54
views
How to get the unique values of an array in C#
asked
Feb 16, 2025
by
avibootz
c#
1
answer
80
views
How to match any single character in a string using regular expression with C#
asked
Feb 15, 2025
by
avibootz
c#
1
answer
78
views
How to create an array from a 2D array that only includes the non-zero elements in C#
asked
Feb 12, 2025
by
avibootz
c#
1
answer
61
views
How to extract all the substrings between single quotation marks in C#
asked
Feb 12, 2025
by
avibootz
c#
1
answer
62
views
How to extract substring between single quotation marks in C#
asked
Feb 11, 2025
by
avibootz
c#
1
answer
48
views
How to sum the digit of a factorial of a number in C#
asked
Feb 11, 2025
by
avibootz
c#
1
answer
85
views
How to convert an ArrayList to an array of structures in C#
asked
Feb 9, 2025
by
avibootz
c#
1
answer
49
views
How to fill a large array by repeatedly copying the values from a small array in C#
asked
Feb 7, 2025
by
avibootz
c#
1
answer
63
views
How to create and initialize a 2d array of characters with different row lengths in C#
asked
Feb 7, 2025
by
avibootz
c#
3
answers
106
views
How to create a string from one row of a two-dimensional character array in C#
asked
Feb 6, 2025
by
avibootz
c#
Page:
« prev
1
2
3
4
5
6
7
8
9
10
11
12
...
77
next »
...