|
|
-
|
|
In this post I’ll describe another breaking change I’m making to my open source project, CuttingEdge.Conditions.You might noticed I'm working on CuttingEdge.Conditions again; my open source library on Microsoft's CodePlex. Two days ago I descr...
|
|
-
|
|
In this post I’ll describe a controversial change I’m making in my open source project, CuttingEdge.Conditions.For a long time I had my doubts about a particular part of the API of my CuttingEdge.Conditions library and these doubts were the ma...
|
|
-
|
|
This post explains what’s wrong with ApplicationException and why it should not be used.For over three years the Framework Design Guidelines (also available online on MSDN) make a clear statement about the use of ApplicationException:DO NOT throw or...
|
|
-
|
|
Last month I read ‘Microsoft .NET: Architecting Applications for the Enterprise’, written by Dino Esposito and Andrea Saltarello. This book is a great piece of work.Microsoft .NET: Architecting Applications for the Enterprise discusses many de...
|
|
-
|
|
Just found this free ebook on the Red Gate site:This book is for busy programmers who want a succinct and yet readable guide to C# 3.0 and LINQ. C# 3.0 Pocket Reference, written by Joseph and Ben Albahari, tells you exactly what you need to know, without ...
|
|
-
|
|
Dennis Doomen, architect at Aviva Solutions, published a set of C# 3.0 Coding Guidelines a few months ago. While a lot of different C# coding guidelines can be found on the web, this one caught my attention.The last four pages of the document consist of t...
|
|
-
|
|
The Entity Framework Design blog just published a template that enables converting a LINQ to SQL .dbml file to a Entity Framework .edmx file.Note that this is not a complete solution and that the template is still in development. However, the template is ...
|
|