tagged [definition]
C# Foreach statement does not contain public definition for GetEnumerator
C# Foreach statement does not contain public definition for GetEnumerator I'm having a problem with a Windows Form application I'm building in C#. The error is stating "foreach statement cannot operat...
- Modified
- 1 Mar at 13:48
What's the difference between faking, mocking, and stubbing?
What's the difference between faking, mocking, and stubbing? I know how I use these terms, but I'm wondering if there are accepted definitions for , , and for unit tests? How do you define these for y...
- Modified
- 12 Jan at 07:25
Implementing interface at run-time: get_Value method not implemented
Implementing interface at run-time: get_Value method not implemented I was trying to define a type at run-time that inherits from a known class and implements an interface. Here's the code snippet tha...
- Modified
- 13 Jun at 19:56