Latest popular stories Subscribe to this feed

Upcoming Story

Comparison: DbC and TDD - Part 3 (www.minddriven.de)

submitted by MatthiasJMatthiasJ(315) 3 days, 20 hours ago

Here is the third blog post in my little series on comparison of TDD and DbC which examines the key characteristics, commonalities and differences of DbC and TDD. The aspects of the current blog post are universality, expressiveness and checking correctness. read more...

add a comment | category: | Views: 5

tags: another

Free ASP.NET MVC eBook Tutorial - ScottGu (weblogs.asp.net)

published 10 months, 30 days ago, submitted by beckelmwbeckelmw(2690) 10 months, 30 days ago

There has been a lot of excitement in the community about the new ASP.NET MVC framework that is about to ship (literally any day now – announcement coming soon). As with anything new, people are also asking for more tutorials/samples/documentation that cover how to get started and build applications with it. Over the last few months I’ve been helping to contribute to an ASP.NET MVC book that Scott Hanselman, Rob Conery, and Phil Haack have been writing for Wrox. The book is now in production, and will be available to buy in stores soon read more...

2 comments | category: | Views: 651

tags: another

Welcome to the new DotNetKicks (blog.dotnetkicks.com)

published 29 days, 20 hours ago, submitted by javeryjavery(3307) 29 days, 21 hours ago

Welcome to the new DotNetKicks - Lots of improvements and even more on the way! read more...

6 comments | category: | Views: 400

tags: another

12+ open source projects for .NET you probably didn’t know about. (blog.webdistortion.com)

published 11 months, 3 days ago, submitted by squiggssquiggs(340) 11 months, 3 days ago

Here’s a few of the better .NET open source projects which are making a difference to .NET developers worldwide, and it just shows that the open source .NET community is alive and well. read more...

1 comment | category: | Views: 1900

tags: another

ASP.NET MVC 1.0 released (www.microsoft.com)

published 10 months, 22 days ago, submitted by alexandrul.ctalexandrul.ct(415) 10 months, 22 days ago

ASP.NET MVC 1.0 RTM is released read more...

7 comments | category: | Views: 455

tags: another

A New Look for Visual Studio 2010! (blogs.msdn.com)

published 11 months, 16 days ago, submitted by crpietschmanncrpietschmann(11.1k) 11 months, 16 days ago

At the PDC and TechEd EMEA last year we described our new editor support built on the WPF technology in .NET Framework 4.0. Today I’m happy to reveal the new UI for Visual Studio, also built on WPF: read more...

add a comment | category: | Views: 1211

tags: another

How .NET Regular Expressions Really Work (www.moserware.com)

published 10 months, 24 days ago, submitted by moserwaremoserware(1665) 10 months, 24 days ago

A very deep dive into the source code for how .NET Regular Expressions really work read more...

3 comments | category: | Views: 593

tags: another

6 Things Developers Should Know By 2010 (blog.saviantllc.com)

published 10 months, 29 days ago, submitted by davidsdavids(475) 11 months ago

A list of 6 things I think asp.net developers should know by 2010 read more...

1 comment | category: | Views: 1433

tags: another

10 C# Shorthands that improve productivity (www.dijksterhuis.org)

published 10 months, 23 days ago, submitted by martijnmartijn(440) 10 months, 23 days ago

One of the best things about C# is that as the language and libraries expand thought is put into keeping things readable. Below I have listed 10 shorthands that you can use to make your code tighter and less wordy. No doubt you know one or more already — but do you currently use all ten of them ? read more...

add a comment | category: | Views: 1323

tags: another

13 ASP.NET MVC extensibility points you have to know (codeclimber.net.nz)

published 10 months, 1 day ago, submitted by simonechsimonech(9810) 10 months, 1 day ago

One of the main design principles ASP.NET MVC has been designed with is extensibility. Everything (or most of) in the processing pipeline is replaceable so, if you don’t like the conventions (or lack of them) that ASP.NET MVC uses, you can create your own services to support your conventions and inject them into the main pipeline. This post shows 13 extensibility points that every ASP.NET MVC developer should know, starting from the beginning of the pipeline and going forward till the rendering of the view. read more...

add a comment | category: | Views: 485

tags: another

Today I've Realized How Far We Have To Go (www.codethinked.com)

published 11 months, 29 days ago, submitted by deanweberdeanweber(230) 11 months, 29 days ago

A call to climb on the shoulders of giants within the software develeopment industry. read more...

add a comment | category: | Views: 451

tags: another

Joining "IE6: Do NOT want!" campaign (codeclimber.net.nz)

published 11 months, 16 days ago, submitted by simonechsimonech(9810) 11 months, 16 days ago

IE6 users are still too many... it started with a tweet from a Norwegian web developer, and spread like fire across Europe. Joining the campaign is easy: just add a few lines of code to your site or blog. In this post is how to do it and a little more of background on how to do it. read more...

add a comment | category: | Views: 367

tags: another

jQuery 1.4 Released! (jquery14.com)

published 26 days, 14 hours ago, submitted by powerrushpowerrush(3754) 26 days, 16 hours ago

In celebration of jQuery’s 4th birthday, the jQuery team is pleased to release the latest major release of the jQuery JavaScript library! A lot of coding, testing, and documenting has gone into this release, and we’re really quite proud of it. read more...

4 comments | category: | Views: 476

tags: another

More ASP.NET MVC Best Practices (blog.maartenballiauw.be)

published 9 months, 3 days ago, submitted by maartenbamaartenba(5585) 9 months, 3 days ago

In this post, I’ll share some of the best practices and guidelines which I have come across while developing ASP.NET MVC web applications. I will not cover all best practices that are available, instead add some specific things that have not been mentioned in any blog post out there. Existing best practices can be found on Kazi Manzur Rashid’s blog and Simone Chiaretta’s blog. read more...

add a comment | category: | Views: 1092

tags: another

My Dot Net Developer’s tools list, and more… (www.dotnetsurfers.com)

published 8 months, 14 days ago, submitted by latishlatish(400) 8 months, 14 days ago

I gave a brownbag presentation at my current client recently about the common tools (in addition to Visual Studio), that I use on a regular basis for working with .NET or web development in general. I also threw in some non-development tools that are a part of my day to day life and make things easier. Here’s the complete list: read more...

add a comment | category: | Views: 1412

tags: another

Back to Basics: Interfaces (codebetter.com)

published 11 months, 5 days ago, submitted by karlkarl(265) 11 months, 5 days ago

When it comes to object-oriented programming there are few concepts as basic and important as interfaces. Only recently though, and at a snails pace, have .NET developers started to take advantage of the simple benefits interfaces have to offer. This interest stems from the core role interfaces play in some pretty hot topics, including: dependency injection, unit testing and mocking (to name a few). read more...

1 comment | category: | Views: 665

tags: another

Content Stealing Jerks (www.kevinwilliampang.com)

published 10 months, 11 days ago, submitted by kpanghmckpanghmc(2025) 10 months, 11 days ago

I've grown somewhat accustomed to seeing my articles regurgitated on some random blogger's site and passed off as their own. Usually I just send content stealing jerk (CSJ for future reference) an e-mail asking that they provide some sort of link back to my original article and leave it at that. Sometimes they comply, oftentimes they don't. In the end, life goes on. After all, it's not like I'm going to press charges over it. read more...

add a comment | category: | Views: 686

tags: another