C-Sharp

How to use Ninject with ASP.NET MVC

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

Building a WPF Application: Part 3

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

using - There’s More There Than You Are Using

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

Building a WPF Application: Part 2

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

jQuery, JSON and ASP.NET

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

Making the Entity Framework Fit Your Domain - Part 2

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

Use an Envelope Element in RESTful WCF Service Response

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

.NET Fireside Chats - Joe Duffy on 'Concurrent Programming on Windows'

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

Filtering List Items, The Old, The New and the Slick

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

ASP.NET MVC - Think Before You Bind

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

MVC Framework and jQuery = Ajax Heaven

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

Building a WPF Application: Part 1

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

Making the Entity Framework Fit Your Domain - Part 1

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

Cleaning Up Your C# Closet, Making Messy C# Code More Readable

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

Migrations in C# using RikMigrations

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