J c

1,189
Reputation
73 views

Registered User

Name J c
Member for 1 year
Seen 11 hours ago
Website
Location UK
Age 29
Oct
12
comment NUnit vs Visual Studio 2008’s Test Projects for Unit Testing?
+1 for mentioning code coverage in Visual Studio, which is hugely awesome, you can double-click a class or method and the editor highlights the code that is covered and the code that isn't covered by your unit tests. Makes it easy to get close to 100% code coverage.
Oct
8
awarded  Yearling
Jul
19
awarded  Necromancer
Jul
11
comment Rendering a Sequence of Images in C# to make a video
An alternate solution might be to name the jpg's sequentially and then open the first one in VirtualDub, which will then play them as a video.