vkreynin

Stories submitted by vkreynin

How To: Create a ReSharper File Template.(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 4 years, 1 month ago

Learn in this step by steps instructions how to create MbUnit Test Fixture template for ReSharper. read more...

add a comment |category: |Views: 21

tags: another

Removing #regions, or "How to keep your code expanded"(codebetter.com)

submitted by vkreyninvkreynin(1424) 4 years, 2 months ago

Kyle Baley explains how to remove regions with the Reformat Code feature (VBA & ReSharper ways). read more...

add a comment |category: |Views: 1

tags: another

Tool to help with InternalsVisibleTo attribute.(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 4 years, 5 months ago

Learn how to use InternalsVisibleTo attribute. Also get the tool that helps you to create the syntax for this attribute. read more...

add a comment |category: |Views: 92

tags: another

Enum Conversions(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 4 years, 7 months ago

Learn how to convert Enum to String, String to Enum, and value to Enum. read more...

add a comment |category: |Views: 13

tags: another

Unit test non-public classes with MbUnit.(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 4 years, 7 months ago

With MbUnit you even can unit test even if you don't have the source code. read more...

add a comment |category: |Views: 3

tags: another

Unit Test private members with MbUnit(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 4 years, 7 months ago

Did you know that you can unit test private, protected, and internal classes, methods, properties, an fields with MbUnit? read more...

add a comment |category: |Views: 57

tags: another

Explaining MbUnit GUI tree.(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 4 years, 7 months ago

Learn how set values in MbUnit tree. read more...

add a comment |category: |Views: 21

tags: another