Core ASP.NET Cheat Sheet

This Refcard summarizes the most commonly used core functions and controls in ASP.NET.

db40 for .NET Cheat Sheet

This Refcard walks you through db4o's basic operations, various query types and data access optimization techniques.

Propagating the ActivityId to a WCF service

In case you don't already know, the ActivityId is something we use to correlate trace events when logging so we know which 'start' goes with which 'stop'...

0 replies - 806 views - 06/07/08 by Josh Twist in News

Object Oriented Programming with JavaScript

I’ve wanted to move towards programming in C# for a while, and it seems like Silverlight 2 is giving me a great reason to make the time to learn it. In the...

0 replies - 2251 views - 06/07/08 by Schalk Neethling in News

Krypton - A Free Winforms Controls Toolkit

As I have just been asked to prototype the front end application for the reference architecture that I have recently designed, I was in need of some help.Here...

0 replies - 1903 views - 06/06/08 by Schalk Neethling in News

dotNET WPF Dialogs and DialogResult

In WPF Dialogs are quite different from Windows Forms. The behavior is still the same i.e when you have a Dialog opened (by calling the ShowDialog() method)...

0 replies - 3301 views - 06/06/08 by Marlon Grech in News

Introducing the A-* Stack

There are so many frameworks, architectural styles, tool stacks from which to choose. Perhaps, there are too many. Yet none of them are able to solve all...

0 replies - 3036 views - 06/04/08 by Aslam Khan in Articles

And you get all the VM libraries for free! Is it actually what I want when I switch languages?

So it is getting more and more interesting. A vast number of languages available. And they are even available on your favorite platform. So you may not need...

3 replies - 2098 views - 06/03/08 by Sadache in News

Less MSIèrables - Extract the content of a .MSI file

Yesterday, I decided to spent some time reviewing the WindowsLiveWriter plugin gallery and search for a replacer for Steve Dunn CodeFormatter plugin. I've been...

2 replies - 735 views - 06/01/08 by Nuno Gomes in News

10 dotNET Articles you should not miss - .NET Zone - May 2008

This is the first edition of the monthly post that collects not to be missed articles from around the web that relates to .net. The amount of articles may vary...

0 replies - 1996 views - 06/01/08 by Schalk Neethling in News

.NET Thinking Concurrently

In recent posts, you've found that I've been harping on immutability and side effect free functions. There is a general theme emerging from this and some real...

0 replies - 971 views - 05/30/08 by podwysocki in News

Design for Scalability

Building scalable system is becoming a hotter and hotter topic. Mainly because more and more people are using computer these days, both the transaction volume...

6 replies - 4903 views - 05/27/08 by riho in News

Windows PowerShell Refcard Now Available

This Refcard covers starting and using Windows PowerShell, including the syntax for all statements, operators and other elements of the language. Also included...

0 replies - 566 views - 05/27/08 by Nitin Bharti in Articles

Microformats: Gearing up for the Semantic Web

What is the semantic web? This question is better answered by the W3C and here is what they have to say about it: The Semantic Web is a web of data. There...

0 replies - 2810 views - 05/23/08 by Mads Kristensen in News

The Case for Colocation

I've been thinking a lot about the colocation of agile development teams (or any development team for that matter). Some people argue that collocated team...

5 replies - 1960 views - 05/21/08 by Chris Spagnuolo in News

Getting to Know Immutable Data Structures - Immutability and Concurrency – Part I

When asking the question how does functional programming help me with concurrent programming? The standard response tends to be functional programming use...

0 replies - 945 views - 05/20/08 by Robert Pickering in News

Parallelism with Map/Reduce

In this article, we will explore the Map/Reduce approach to turn a sequential algorithm into parallelOverview of Map/ReduceSince the "reduce"...

2 replies - 3880 views - 05/20/08 by riho in News