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#
javascript
cpp
php
vb#
typescript
nodejs
go
rust
scala
swift
html
kotlin
dart
ruby
r
pascal
css
bootstrap
groovy
sql
win32
mysql
jquery
winapi
lua
winforms
bash
f#
cobol
reactjs
opengl
c-windows
sdl2
nodejs-express
sdl3
angularjs
raylib
glfw
pascal-string
php-array
javascript-array
html5
swift-array
kotlin-string
typescript-array
nodejs-array
go-array
vbnet-string
pascal-array
cpp-vector
postgresql
scala-string
python-list
scala-array
dom
swift-string
rust-string
go-string
c#-string
c-array
rust-vector
kotlin-array
android-java
typescript-string
javascript-string
direct3d11
wordpress
c#-array
php-string
glad
bootstrap4
perl
css3
windows
cpp-file
nodejs-string
python-array
vbnet-array
python-string
java-string
c-string
cpp-string
java-array
typescript-regex
nodejs-regex
javascript-regex
kotlin-list
objective-c
visual-studio-code
software
cpp-map
c#-list
vbnet-list
php-regex
fortran
web-hosting
Disclosure:
My content contains affiliate links.
Recent questions tagged c#
35,654
questions
46,598
answers
573
users
Recent questions tagged c#
1
answer
2
views
How to use Console.ReadLine() inside a while loop in C#
asked
4 hours
ago
by
avibootz
c#
c#-loop
2
answers
9
views
How to continue outer loop in C#
asked
1 day
ago
by
avibootz
c#
c#-loop
1
answer
11
views
How to remove the first N characters from a string in C#
asked
2 days
ago
by
avibootz
c#
c#-string
3
answers
8
views
How to create a set of objects in C#
asked
3 days
ago
by
avibootz
c#
c#-hashset
1
answer
11
views
How to create and set values to a 3d array in C#
asked
4 days
ago
by
avibootz
c#
c#-array
1
answer
9
views
How to find the position of the first occurrence of a substring in a string with C#
asked
5 days
ago
by
avibootz
c#
c#-substring
2
answers
7
views
How to send a value to another thread in C#
asked
6 days
ago
by
avibootz
c#
c#-thread
1
answer
14
views
How to assign to string the japanese word ネコ in C#
asked
6 days
ago
by
avibootz
c#
c#-string
1
answer
8
views
How to convert hh:mm:ss to minutes in C#
asked
Apr 17
by
avibootz
c#
c#-time
1
answer
12
views
How to find the largest prime factor of a number in C#
asked
Apr 16
by
avibootz
c#
1
answer
11
views
How to find the sum of the even valued in fibonacci sequence with C#
asked
Apr 15
by
avibootz
c#
c#-fibonacci
2
answers
15
views
How to find the sum of all the multiples of 3 or 5 below 1000 in C#
asked
Apr 14
by
avibootz
c#
1
answer
8
views
How to convert binary code to text in C#
asked
Apr 14
by
avibootz
c#
c#-binary
1
answer
11
views
How to create an equivalent to JavaScript encodeURIComponent and decodeURIComponent in C#
asked
Apr 13
by
avibootz
c#
c#-encode
c#-decode
1
answer
12
views
How to create an equivalent to JavaScript encodeURIComponent in C#
asked
Apr 13
by
avibootz
c#
c#-encode
1
answer
12
views
How to convert text to binary code in C#
asked
Apr 13
by
avibootz
c#
c#-string
c#-binary
2
answers
14
views
How to format a string with fixed width fields in C#
asked
Apr 12
by
avibootz
c#
c#-string
1
answer
13
views
How to create an array of dates starting with today and going back the last 30 days in C#
asked
Apr 10
by
avibootz
c#
c#-array
c#-date
1
answer
10
views
How to create a list of days starting with today and going back the last 30 days in C#
asked
Apr 10
by
avibootz
c#
c#-list
c#-date
2
answers
10
views
How to get tomorrows date in C#
asked
Apr 9
by
avibootz
c#
c#-date
1
answer
9
views
How to initialize an array of structs in C#
asked
Apr 9
by
avibootz
c#
c#-array
1
answer
14
views
How to return multiple values from a function in C#
asked
Apr 7
by
avibootz
c#
1
answer
15
views
How to write a recursive function that calculates power in C#
asked
Apr 6
by
avibootz
c#
c#-recursion
1
answer
14
views
How to check if a string starts with a substring from a list of substrings in C#
asked
Apr 3
by
avibootz
c#
c#-string
1
answer
18
views
How to create a button and add to it a click event handler in a WinForms application using C#
asked
Apr 2
by
avibootz
c#
winforms
1
answer
15
views
How to create a button in a WinForms application using C#
asked
Apr 2
by
avibootz
c#
winforms
1
answer
16
views
How to get window size in a WinForms application using C#
asked
Apr 2
by
avibootz
c#
winforms
1
answer
13
views
How to set window size in a WinForms application using C#
asked
Apr 2
by
avibootz
c#
winforms
1
answer
13
views
How to extract a substring between two tags using RegEx in C#
asked
Apr 2
by
avibootz
c#
c#-regex
c#-substring
1
answer
15
views
How to center a window in a WinForms application using C#
asked
Apr 2
by
avibootz
c#
winforms
1
answer
13
views
How to maximize a window in a WinForms application using C#
asked
Apr 2
by
avibootz
c#
winforms
1
answer
16
views
How to convert a list of ints to an array of strings in C#
asked
Apr 1
by
avibootz
c#
c#-list
1
answer
14
views
How to combine all keys and values from a dictionary into a single string in C#
asked
Mar 31
by
avibootz
c#
c#-dictionary
1
answer
17
views
How to convert nested list to array in C#
asked
Mar 31
by
avibootz
c#
c#-list
1
answer
14
views
How to split a string into chunks of two characters each in C#
asked
Mar 30
by
avibootz
c#
c#-string
1
answer
22
views
How to extract the unique integers from a list excluding duplicates in C#
asked
Mar 29
by
avibootz
c#
c#-list
1
answer
14
views
How to get the current OS name and version in C#
asked
Mar 27
by
avibootz
c#
1
answer
9
views
How to convert lines in a multiline string starting with some "#" to start and end with "_" in C#
asked
Mar 27
by
avibootz
c#
c#-regex
1
answer
22
views
How to check if a string contains only letters and numbers using RegEx in C#
asked
Mar 25
by
avibootz
c#
c#-regex
2
answers
15
views
How to get array subset in C#
asked
Mar 24
by
avibootz
c#
c#-array
2
answers
12
views
How to get a grade and transform it into a letter grade in C#
asked
Mar 23
by
avibootz
c#
1
answer
15
views
What is the equivalent to VB.NET ReDim Preserve in C#
asked
Mar 23
by
avibootz
c#
c#-redim
1
answer
19
views
How to create an array containing a range of characters in C#
asked
Mar 21
by
avibootz
c#
c#-array
2
answers
19
views
How to create a list containing a range of characters in C#
asked
Mar 21
by
avibootz
c#
c#-list
2
answers
17
views
How to exit a method in C#
asked
Mar 20
by
avibootz
c#
1
answer
25
views
How to get the number of characters that two strings have in common in C#
asked
Mar 20
by
avibootz
c#
c#-string
1
answer
20
views
How to match words in a string that are wrapped in curly brackets using RegEx with C#
asked
Mar 18
by
avibootz
c#
c#-string
1
answer
16
views
How to convert byte to double in C#
asked
Mar 17
by
avibootz
c#
1
answer
21
views
How to sort each row from a two-dimensional rectangular array in C#
asked
Mar 15
by
avibootz
c#
1
answer
19
views
How to calculate the week number for a given date in C#
asked
Mar 15
by
avibootz
c#
Page:
1
2
3
4
5
6
...
72
next »
...