C-Sharp

WCF / Windsor Integration: Adding Behaviours

Continuing my love fest with the Windsor WCF facility, today I'm going to show you how to add behaviours to your WCF service. Behaviours are the core extension...

0 replies - 597 views - 03/19/09 by mikehadlow in News

Beginning Mocking with Moq 3 - Part 2

In the previous entry in this series on beginning mocking using Moq, we looked at how to create a mock and then later verify that some method was called. This...

1 replies - 1189 views - 03/16/09 by justin_etheredge in News

Unit Testing File I/O Operations

This is an issue I’ve seen come up in my own team a lot lately and I thought it may be of general interest as well.  This issue is how would I unit test...

0 replies - 969 views - 03/13/09 by jeremyjarrell in News

Building a WPF Application: Part 6

I opened up the ChumChase code this evening with the sad realization that my last commits were on November 14th. Ouch. In reading over the code, something...

0 replies - 624 views - 03/12/09 by bennage in News

Beginning Mocking With Moq 3 – Part 1

While I was at the ALT.NET and MVP summits, the one topic that came up over and over again was the fact that we don’t focus on the beginners enough. And not...

0 replies - 1542 views - 03/09/09 by justin_etheredge in News

More Uses for Value Converters and Extension Methods in Silverlight Binding

I’m working on a super quick Silverlight 2 application for a restaurant kiosk. We’re using EF and Astoria / ADO.NET Data Services as our data provider, and...

0 replies - 1436 views - 03/07/09 by Psychlist1972 in News

What's the point of Value types?

Here's another post that started out as an answer to an excellent comment by Mike Boldischar: "I'm reading through Domain Driven Design. One thing...

0 replies - 630 views - 03/02/09 by mikehadlow in News

How to Create a Drag & Drop / Move, Zoom In & Out Content Control

Hi.   As the Headline says, I will show you how to make a Drag and Drop / Move Content control. for this example I will use a canvas and an Image. But you...

0 replies - 1157 views - 02/23/09 by AmitDev102 in News

WPF Kid Stuff: Extracting a Control Template

One of the design principles for WPF was to enable the developer decide the look and feel of the control and that resulted in the most versatile UI framework...

0 replies - 658 views - 02/18/09 by raasiel in News

Building a WPF Application: Part 4

Since my last post on building ChumChase, I've had a couple of projects that have changed my thinking just a bit about how to architect a WPF application. When...

0 replies - 877 views - 02/18/09 by bennage in News

Free Book: C# in Depth, Winner Announced

Thank you for all of your support for the C# discussion. We truly appreciate your valuable comments and are proud to announce the winner: Bryan Migliorisi...

0 replies - 1040 views - 02/17/09 by WeiLing in Announcements

Using Regular Expressions in C# vs PHP

Recently at work I made a call out to all of the engineers to send me code they thought should be placed in the common library for .Net development. In one of...

0 replies - 2022 views - 02/13/09 by Keith Elder in News

Windows 7 Taskbar: APIs

After all the introductions (see also the Windows 7 blog), there’s nothing left but to dive into the APIs you need to leverage the new Windows 7 Taskbar...

0 replies - 4954 views - 02/12/09 by sashag in News

LINQ and The Matrix – Introducing MLinq

Today we’ll take a look at project “MLinq”, a very simple way to perform symbolic matrix calculations based on LINQ expression trees.   ...

0 replies - 714 views - 02/11/09 by bdesmet in News

Back to Basics – Zip in .NET

In today’s post I’m going to share a problem I solved this week. The solution was to use the framework’s System.IO.Compression namespace and the...

0 replies - 578 views - 02/09/09 by gilf in News