Latest popular stories

Upcoming Story

New tools for your TDD arsenal(www.beletsky.net)

submitted by dpetersondpeterson(3451) 6 days, 21 hours ago

Alexander Beletsky shares a list of sweet new TDD tools to retrofit into your current load-out, including a tool to automatically re-run tests as you make changes to source code, a replacement for Moq, and some awesome fluent assertions. read more...

add a comment |category: |Views: 316

tags: another

Add a visual Linq expression builder to your app today!(www.codeproject.com)

submitted by dpetersondpeterson(3451) 6 days, 21 hours ago

Rabb Moshe Plotkin has created and open-sourced a control for creating Linq queries visually. Using this control, you can give your users the power to query data, rather than writing canned reports or queries. read more...

add a comment |category: |Views: 301

tags: another

Web Essentials and CSSCop for Visual Studio 2010 (www.techbubbles.com)

submitted by kalyanms1kalyanms1(1720) 4 days, 15 hours ago

This post discuss about new features in Web Essentials extension and Image optimizer which helps developers to write web applications faster. A new extension CSSCop which is a FXCop for style sheets. You can download the Web Essentials for Visual Studio 2010 here. The CSSCop can be download from here. Download link for Image Optimizer is here. You can read my previous post on Web Standards update here to refresh your memories. read more...

1 comment |category: |Views: 36

tags: another

NCrunch, The Incredible TDD Tool!(www.ellogical.com)

submitted by elroydsilvaelroydsilva(90) 3 days, 21 hours ago

A review of the TDD tool 'NCrunch'. read more...

add a comment |category: |Views: 390

tags: another

Running your TeamCity builds from PowerShell for any Git branch(www.laurentkempe.com)

submitted by laurentkempelaurentkempe(307) 3 days, 19 hours ago

I love TeamCity and use it since a while to automate my build/release processes. As human we should never do the work a machine can do, we have certainly better and more interesting things to do. The habit I saw in the different projects I worked for is to create new TeamCity builds for the branches you work on. It take quite some work to do, even with templates… So I came with another way of doing it. It is leverage Git, PowerShell and the possibility to run TeamCity builds by “Accessing Server by HTTP” read more...

add a comment |category: |Views: 75

tags: another

Why is RAID So Important for Databases?(www.sqlservercurry.com)

submitted by flyingkickflyingkick(326) 3 days, 4 hours ago

A good server design has no, or very few, single points of failure. One of the most common server component that fails, are disks. So data redundancy becomes essential to recoverability. Redundant Array of Independent/Inexpensive Disks (RAID) is a disk system that provides better fault-tolerance by making use of redundancy of disk(s). read more...

1 comment |category: |Views: 125

tags: another

Implementing Undo/Redo with Lambda expressions(tommulgrew.pixelati.com)

submitted by tmulgrewtmulgrew(25) 3 days, 3 hours ago

How to implement multiple levels of Undo (and Redo) in a .NET application using Lambda expressions. read more...

1 comment |category: |Views: 299

tags: another

Creating a Dynamic Extensible Expando Object(www.west-wind.com)

submitted by dpetersondpeterson(3451) 20 hours, 22 minutes ago

Rick Strahl takes us on a tour of the wonderful ExpandoObject in C# and shows us how to use it to create extensible objects with ease. read more...

add a comment |category: |Views: 107

tags: another

Debugging Windows Service(pavanarya.wordpress.com)

submitted by pavanaryapavanarya(101) 4 days, 19 hours ago

In this post we can see the process of debugging windows services read more...

add a comment |category: |Views: 104

tags: another

Differences Between jQuery .bind() vs .live() vs .delegate() vs .on()(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1353) 3 days, 23 hours ago

I've seen quite a bit of confusion from developers about what the real different is between the .bind(), .live(), .delegate(), and .on() methods are jQuery and when they should be used. read more...

2 comments |category: |Views: 223

tags: another

C# Needs Seqs(www.kodefuguru.com)

submitted by KodefuGuruKodefuGuru(2589) 2 days, 10 hours ago

A proposition for a new keyword in C# to support IEnumberable<T>. read more...

3 comments |category: |Views: 239

tags: another

A list of useful link for Team Foundation Server(www.codewrecks.com)

submitted by alkampferalkampfer(1748) 2 days, 4 hours ago

A list of useful link for Team Foundation Server, if you use TFS you probably will find these useful. read more...

add a comment |category: |Views: 137

tags: another

Basic Raven DB Indexing and Querying with Lucene(unstructuredthinking.blogspot.com.au)

submitted by guffshemrguffshemr(173) 2 days, 3 hours ago

We've got up and running with Raven DB for our new project, which has been a delight to use from a code perspective, but one of the big gaps for me is figuring out how to do SQL like queries. I'm not too bad at putting a SQL query together as something I do semi-regularly as part of my job, so I thought it shouldn't be too much of a stretch to start pulling some statistics. I was wrong. read more...

add a comment |category: |Views: 76

tags: another

Regular Expressions in CoffeeScript are Awesome!(www.elijahmanor.com)

submitted by elijahmanorelijahmanor(1353) 2 days ago

Let's face it, regular expressions aren't for everyone. It takes a special breed of developer to actually enjoy writing regular expressions. Although I enjoy them, the developer that comes after me may find that they are cryptic and hard to read ... One of the very cool things I like about CoffeeScript is that you can annotate your regular expressions! read more...

1 comment |category: |Views: 128

tags: another

Dynamic CSS with Razor (part 2)(www.h3mm3.com)

submitted by hemmehemme(164) 1 day, 17 hours ago

In PART ONE we saw how to create a gradient programmatically in order automate a CSS stylesheet using the Razor engine. We started from a base color in the RGB space and converted it to the HSL space. Given its Lightness we could easily build shades and highlights of the starting color. read more...

2 comments |category: |Views: 131

tags: another

Casting just a little faster(www.smelser.net)

submitted by JoeGeekyJoeGeeky(359) 2 days, 16 hours ago

This is a tip for the micro-optimizers in the crowd. Got a tight loop and need a little more performance. This may help. read more...

1 comment |category: |Views: 262

tags: another