volatileread.com
Utility Snippets
Interview Questions
Wiki
CodeRush
Tools
Online C# Snippet Compiler
SIGN UP
SIGN IN
K Bonneau
350 Reputation Points
34 New Threads
26 Posts & Answers
New Threads (34)
14
Wiki
Predict the Output Challenge (C#) - Part 6
2
Utility Snippet
Case Insensitive String.Replace Extension Method
0
Using Namespaces
9
Wiki
Predict the Output Challenge (C#) - Part 5
0
C# Basics: Part 1 - Hello World
15
Wiki
Predict the Output Challenge (C#) - Part 4
10
Performance Competition: Find least frequent number in a list
11
Wiki
Predict the output challenge (C#) - Part 3
3
Wiki
Beginning Unity 3D Scripting for Developers [Part 2]
7
Wiki
Beginning Unity 3D Scripting for Developers [Part 1]
13
Wiki
C# 6 Parameterless Struct Constructors, its Quirks, and Restrictions [Obsolete]
13
Wiki
C# 6 Expression Bodied Methods & Properties
2
Utility Snippet
Variance and Standard Deviation
4
Utility Snippet
String Encryption And Decryption
2
Interview Question
What is the difference between a var and a dynamic keyword in c#
37
Wiki
Predict the Output Challenge - Part 2 (C#)
98
Wiki
Predict the output challenge (C#)
1
Interview Question
What are the differences between an Interface and an Abstract Class
1
Interview Question
What is the difference between a OneWay contract and a normal contract with void return type
1
Interview Question
What is Garbage Collection in .NET
2
Interview Question
What is the difference between a const and a readonly variable
1
Interview Question
What is the use of a private constructor
1
Interview Question
What is the difference between ref and out parameters
0
Interview Question
What are the differences between a struct and a class? When should we use structs over a class?
0
Interview Question
What is Boxing & Unboxing. What are the performance implications?
1
Interview Question
What is a ManualResetEvent and a AutoResetEvent
0
Interview Question
What is a deadlock. Give an example.
1
Interview Question
Can a nested lock cause deadlock
1
Interview Question
How can we use ThreadPool's SetMinThreads function for optimization
0
Interview Question
What is Thread Safety. Give an Example of Thread Unsafe code and how to make it thread safe.
0
Interview Question
What is the difference between Thread Blocking and Spinning
1
Interview Question
What is the difference between a Thread and a Process
1
Interview Question
How does TPL ThreadPool differ from normal thread pool
1
Interview Question
Tasks vs. Threads
Posts & Answers (26)
2
Utility Snippet
Case Insensitive String.Replace Extension Method
0
Using Namespaces
0
C# Basics: Part 1 - Hello World
10
Interview Question
SQL Query to find Nth Highest Salary
2
Utility Snippet
Hamming Weight (Bit Count)
1
Utility Snippet
Variance and Standard Deviation
2
Utility Snippet
String Encryption And Decryption
0
Utility Snippet
String Encryption And Decryption
1
Interview Question
What is the difference between a var and a dynamic keyword in c#
2
Interview Question
What are the differences between an Interface and an Abstract Class
1
Interview Question
What is the difference between a OneWay contract and a normal contract with void return type
1
Interview Question
What is Garbage Collection in .NET
3
Interview Question
What is the difference between a const and a readonly variable
1
Interview Question
What is the use of a private constructor
1
Interview Question
What is the difference between ref and out parameters
0
General Question
Reliable timer in a console application
0
Interview Question
What is Boxing & Unboxing. What are the performance implications?
1
Interview Question
What is a ManualResetEvent and a AutoResetEvent
0
Interview Question
What is a deadlock. Give an example.
1
Interview Question
Can a nested lock cause deadlock
0
Interview Question
What is the difference between Multiprocessing and Multithreading?
0
Interview Question
What is Thread Safety. Give an Example of Thread Unsafe code and how to make it thread safe.
0
Interview Question
What is the difference between Thread Blocking and Spinning
1
Interview Question
What is the difference between a Thread and a Process
1
Interview Question
What is work stealing
1
Interview Question
How does TPL ThreadPool differ from normal thread pool