By default, the ASP.NET MVC framework instantiate controllers
calling their default constructor. This makes using Dependency
Injection impossible. But, as...
0 replies - 1603 views - 02/06/09 by Simone Chiaretta in News
Application Architecture I'm going to back up and bit
discuss my overall approach to structuring this WPF project. So far the
solution consists of four...
0 replies - 1253 views - 02/03/09 by bennage in News
If you’ve spent more than a day programming in CSharp, you have already discovered the need for the using directive:
using System;
using...
0 replies - 783 views - 02/02/09 by DaveMBush in News
So let's get back to this whole building a WPF application thing. A
number of things went down since my last post: I was out sick with a
stomach bug for few...
0 replies - 853 views - 01/26/09 by bennage in News
A few months ago, I demonstrated how to use ASP.NET’s JSON capabilities.
Lately, I’ve been demonstrating how to use jQuery. Both use a
considerable...
0 replies - 4213 views - 01/22/09 by DaveMBush in News
Wow, I didn't realize when I started this series that it would take
me this long to get to part 2. Sorry about that guys (and ladies)! If
you have forgotten...
0 replies - 1396 views - 01/20/09 by justin_etheredge in News
Yesterday I participated in a Twisation (the replacement term for
“Twitter Conversation” founded by me!) about a solution to embed the
XML response of a...
0 replies - 862 views - 01/17/09 by keyvan in News
DZone recently had a chance to sit down with Joe Duffy, author of 'Concurrent Programming on Windows'.
In this interview, Joe discusses the origins and...
0 replies - 1832 views - 01/14/09 by alashcraft in Articles
Hi all
I was into filtering items lately and I have decided to write about some of the techniques out there starting with the old:
The good old Foreach
Well...
0 replies - 685 views - 01/11/09 by AmitDev102 in News
I don't know about most of you out there, but I know that I am
extremely excited about the impending release of ASP.NET MVC. I'm even
more curious though about...
1 replies - 4846 views - 01/09/09 by justin_etheredge in News
I've got an admission to make: I've never used any of the Microsoft
Ajax Toolkit. But recently I've been adding some mapping functionality
to the project I'm...
0 replies - 2030 views - 01/07/09 by mikehadlow in News
I actually meant to say in my last post that I had investigated the API options for FriendFeed and they have a C# wrapper already available here.
It's packaged...
0 replies - 1097 views - 01/05/09 by bennage in News
I'm assuming that like myself, many of you out there work for
companies that base much of their IT infrastructure (or at least
software development tools)...
1 replies - 2144 views - 12/29/08 by justin_etheredge in News
Have you ever been instructed to make an enhancement to an existing
project where the codebase looked like the picture above? I have. As
a matter of fact,...
1 replies - 1260 views - 12/22/08 by Keith Elder in News
For those of you who have used Ruby on Rails before, you most likely
already know what migrations are, and you probably love them! They are
such a simple idea...
0 replies - 1159 views - 12/17/08 by justin_etheredge in News