Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
jpoh
jpoh has asked
19
questions and find answers to
12
problems.
Stats
322
EtPoint
62
Vote count
19
questions
12
answers
About
Code monkey
jpoh questions
Is it good practice to encapsulate many parameters that are alike into a struct
How to suppress compiler warnings from the use of COM references in a .NET project
Mocking internal classes with RhinoMocks
How do I dispose an IDisposable object if the using statement throws an exception?
How do I unit test an implementation detail like caching
Is it a code smell for one method to depend on another?
What is a first class .NET language?
How to use TDD when the fix involves changing the method under test's signature?
How do I unit test overloaded functions?
Using sprintf without a manually allocated buffer
jpoh answers
Mocking internal classes with RhinoMocks
.designer.cs what is it for?
Is there a time when && (AndAlso) does not matter over & (And)
Has anyone successfully mocked the Socket class in .NET?
tabbing in C# resource file
Microsoft Visual Studio and C#: How to Visually Add Events to Controls?
Header files in dev-C++