![]() |
Tags | Domains | Searches | Statistics | Options | Advanced Search |
ISerializable - Roy Osherove's Blog - 10 hours ago
so I won't forget: here's how you can iterate over a type definition's methods and see if one of them is an explicit intreface definition: foreach (var info in GetType().GetMethods( …
UI with Basil Goldman - Oct 13, 2008
With the new version of Microsoft's Windows Vista - you and me as a software developer confronted with the problem of "How to run the application with Administrative rights under VISTA - a decision use app.manifest …
ISerializable - Roy Osherove's Blog - Oct 12, 2008
James, I would love to see you take the idea of “SharpMock” to the next level. If not anything else, it would be an interesting challenge to write about. James took PostSharp and started looking at the possibility of …
Also tagged: agile, unit testing, typemock
Shai Raiten - Oct 11, 2008
How To: Get Build List Using TFS API Here is a example how to use TFS API to get Builds List per project. In the next post I'll show how to use GetListOfBuild as a Team Build Task that will help you override …
Also tagged: tech, visual studio, tfs, team system, team build, dev, tfs administration
![]() |
Isolator feature focus – Advanced Debugger Support for fakesISerializable - Roy Osherove's Blog - Oct 11, 2008 Two features that Typemock Isolator has make the debugging experience with it very different than any other isolation framework: 1) Highlight fake method during debugging When stepping into a method that is being … |
DevCorner - Oct 9, 2008
I've updated Silverlight TreeView control and with RC0 changes. Both projects has couple community requested changes. For example, TreeView supports DoubleClick and Single click on node and String-To_PathGeometry …
Also tagged: c, codeplex, dev, source code, silverlight, net 3 5, treeview, rc0, silverlight 2, string to pathgeometry converter
ISerializable - Roy Osherove's Blog - Oct 8, 2008
Update: A full list, with links to the tools, an editable wiki page and more, is now located on the book wiki site. Feel free to add your own tools in there. Working on an appendix for my book, with a list of tools …
Also tagged: agile
ISerializable - Roy Osherove's Blog - Oct 6, 2008
If you're into multi threading, how about a little deadlock challenge?
ISerializable - Roy Osherove's Blog - Oct 2, 2008
Here is one feature that sets Typemock Isolator apart from all the other frameworks, that has nothing to do with legacy code: Live Objects. This feature allows you to just “new” up an instance of an object, if you …
Also tagged: agile, unit testing, typemock
ISerializable - Roy Osherove's Blog - Oct 1, 2008
The discussion on the future of unit testing for the masses has shifted from the standard “if they are too stupid to learn it, we don’t want them” to “TDD without good design will make really bad tests”. and this is a …
Also tagged: agile, art of unit testing, agile related