fredrik

Stories submitted by fredrik

Automated Exploratory Testing(research.microsoft.com)

submitted by fredrikfredrik(250) 4 years ago

Pex (Program EXploration) is an intelligent assistant to the programmer. From a parameterized unit test, it automatically produces a traditional unit test suite with high code coverage. In addition, it suggests to the programmer how to fix the bugs. read more...

add a comment |category: |Views: 4

tags: another

Asserting That a Transaction was Completed(iridescence.no)

submitted by fredrikfredrik(250) 4 years ago

How to write unit test to verify that a TransactionScope within the method being tested is completed. read more...

add a comment |category: |Views: 4

tags: another

Linq to Sql, Programming Against an Interface and the Repository Patte(iridescence.no)

submitted by fredrikfredrik(250) 4 years ago

Using the Repository pattern to create an abstraction from the auto-generated classes Linq to Sql or other O/R mappers give us. read more...

add a comment |category: |Views: 9

tags: another

Thanks to BDD (Unit Test Naming Conventions)(elegantcode.com)

submitted by fredrikfredrik(250) 4 years ago

Smart, legible naming conventions for unit tests which borrow from Behaviour Driven Design read more...

add a comment |category: |Views: 617

tags: another

Pedantic about Semantics(iridescence.no)

submitted by fredrikfredrik(250) 4 years, 1 month ago

The woes of updating a legacy application to present-day technologies can be many; here's the story of one. read more...

add a comment |category: |Views: 0

tags: another

Scot Hanselman NDC interview(iridescence.no)

submitted by fredrikfredrik(250) 4 years, 1 month ago

Video interview by Rune Grothaug from Microsoft Norway with Scott Hanselman, where they talk about Scott coming to Norway in June for the Norwegian Developer Conference 2008. read more...

add a comment |category: |Views: 6

tags: another

Inversion of Control, ASP.NET MVC and Unit Testing(iridescence.no)

submitted by fredrikfredrik(250) 4 years, 1 month ago

Using the inversion of control pattern to write testable controllers with the latest ASP.NET MVC bits. read more...

add a comment |category: |Views: 7

tags: another

A Set of Useful Extension Methods for DateTime(iridescence.no)

submitted by fredrikfredrik(250) 4 years, 2 months ago

Presenting 11 time-saving (oh, the pun!) extension methods for the DateTime class. read more...

add a comment |category: |Views: 47

tags: another

Implementing an AOP Framework(iridescence.no)

submitted by fredrikfredrik(250) 4 years, 3 months ago

A three part series which explain the concepts of aspect oriented programming by implementing an AOP framework in C# read more...

add a comment |category: |Views: 15

tags: another

This is Not a C# 3.0 Hello, World Post(iridescence.no)

submitted by fredrikfredrik(250) 4 years, 6 months ago

Discussing some of the dangers of misusing the new c# 3.0 language features read more...

add a comment |category: |Views: 0

tags: another