It has come to my attention that a lot of people who use WCF RIA Services and the Entity Framework, really don’t know how to deal with optimistic concurrency, both on the client side and the server side. This doesn’t … Continue reading
Silverlight 4: Creating useful base classes for your views and viewmodels with PRISM 4
When you are developing Silverlight applications following the MVVM pattern, you will eventually run into the fact that you’ll have to create a base class for your viewmodel classes. This post will show how to create a useful base class … Continue reading
Book review: Developing Flex 4 components
In this blog post I will review the book “Developing Flex 4 components”, written by Mike Jones. I will start off by covering the different chapters this book has and I will end with a final conclusion.The book promises to … Continue reading
C# and .NET don’t freeze when converting 2.2250738585072012e-308
I just read an interesing blog post: http://www.exploringbinary.com/java-hangs-when-converting-2-2250738585072012e-308/. It seems that both the Java compiler and the Java runtime freeze when trying to convert the string “2.2250738585072012e-308″ to a double. Next to that, the bug seems quite old and still … Continue reading
A guide through WCF RIA Services attributes
When you use WCF RIA Services in your Silverlight projects, Visual Studio usually generates all kinds of classes in your server project (based on an .EDMX or .DMBL file) which are translated to Entity classes in your Silverlight client project. … Continue reading
