Peter Peter
  • Log in

Copyright © 2026

Powered by BlogEngine.NET

Designed by Francis Bio

Apple wants to own you (especially when you’re a developer …)

15 April 2010 Peter-Himschoot
Great read: http://www.slate.com/id/2250993/  If Microsoft ever wanted to do something like this … what would happen do you think? How is it Apple can?

Pex and Code Contracts

10 April 2010 Peter-Himschoot VS2010, .NET Development
I’m currently experimenting with Pex, Moles and Code Contracts, and I wondered what effect code contracts have on Pex tests. So I build this simple piece of code: 1: public class Demo 2: { 3: public int Foo(int a, int b) 4: { ... [More]

Overloading & Co/Contra-variance could break your code!

08 April 2010 Peter-Himschoot .NET Development, VS2010
Co and contra-variance were introduced to VB.NET and C# to make working with certain classes more natural (“because it should work”). But beware, I was experimenting a bit with this and found following possible breaking change. I started with these two classes: C# 1: public class Person... [More]
Newer posts >>