Articles Tagged 'framework design'
Showing 1 to 10 of 411 2 3 4 5
Fabulous Adventures In Coding
3/9/2010
The Framework Design Guidelines say in section 3.4 “do not use the same name for a namespace and a type in that namespace”. (*) That is: namespace MyContainers.List { public class List { … } } Why is this badness? Oh, let me count the ways. Pa...
As a nice follow up from my Belgium Visual Studio User’s Group: 10 Years of Framework Design Guidelines talk, I saw that they just posted the video (slides+audio). Enjoy! Oh, and i must include the shameless plug… Framework Design Guidelines:...
I had a great time at ReMix and the Architect Forum in Belgium. I had a chance to cover build an application end-to-end with Silverlight 3 and RIA Services which was basically the this application . At the Architect Forum I had a chance to t...
I had a great time at the the Belgium Visual Studio User’s Group meeting. The turn out was excellent. Thanks especially to Gill Cleeren and Pieter Gheysens for hosting it. Gill asked me to talk about Framework Design Guidelines – I subject ne...
I was lucky enough to be asked to go on a brief western European ReMix tour. Our goal with these events is to bring the best of Mix 09 (and some new stuff) closer to where some of the best developers and designers in the world live. A few of my ...
This morning I showed my hand a little on Twitter . I've had a dream for a long time about the ultimate C# book. It's a dream based on Effective Java , which is my favourite Java book, along with my experiences of writing C# in Depth. Effective Ja...
A few weeks ago a reader wrote in to tell me that they bought the Kindle version of the Framework Design Guidelines and was disappointed to not receive the DVD. Well, I was of course immediately jealous because I don’t have a kindle , but when I ...
Today we have a guest post from Kit George who is the keeper of much of our internal Framework Design Guidelines. This is the stuff that Krys and I based a the book on. I asked Kit to post this internal information so you can get a feeling for w...
A while back I finished reading Framework Design Guidelines by Krzysztof Cwalina and Brad Abrams. It's been ranked well on Amazon, and I can see why. Besides the general guidance one expects from a book like this, it had two other things that I re...
Continuing in our weekly blog post series that highlights a few of the new additions to the Framework Design Guidelines 2 nd edition .. This content is found in the LINQ section of Chapter 9: Common Design Patterns. Supporting LINQ through IEnumer...
Showing 1 to 10 of 411 2 3 4 5