benhart

Stories kicked by benhart

Dynamic Compilation in a Web Application(blog.kjeldby.dk)

submitted by stenbaekstenbaek(545) 3 years, 5 months ago

With a simple trick, you can mimic the dynamic complilation of a Web Site in a Web Application. read more...

add a comment |category: |Views: 29

tags: another

Code Contracts - TDD in a DbC World (codebetter.com)

submitted by benhartbenhart(100) 3 years, 5 months ago

As developers start to discover the upcoming Code Contracts for .NET 4.0, it's important to understand not only Design by Contract, and TDD, but how they can complement each other. For business value, we as developers need to flush out our design through the use of TDD, and we can refactor into using contracts for our constraints over time. With these methodologies in place, the edge cases will melt away and help us ensure DRY and write more concise code directly having business value. read more...

add a comment |category: |Views: 27

tags: another

MvcFluentHtml - Fluent HTML Interface For MS MVC(lunaverse.wordpress.com)

submitted by benhartbenhart(100) 3 years, 6 months ago

A few weeks ago I attended a presentation at the KaizenConf by Jeremy Miller and Chad Myers in which they showed their “opinionated” approach to MS MVC. One of the things that caught my attention was the fluent interface they had created for HTML generation. So I went home and started working on this for my own application. read more...

add a comment |category: |Views: 153

tags: another

Unit Testing in JavaScript(notesfromatooluser.com)

submitted by benhartbenhart(100) 3 years, 6 months ago

Last week a colleague asked for my help finding better unit test tools for Java Script. He's done some digging on the state of the art with JavaScript unit tests and finds the whole lot wanting... read more...

add a comment |category: |Views: 12

tags: another

I digg kicking that link into the zone of votes(blog.benhartonline.com)

submitted by benhartbenhart(100) 3 years, 6 months ago

So many means to share development related content these days. What's a poor developer to do? read more...

add a comment |category: |Views: 5

tags: another

Continuous Integration Display Wall(weblogs.asp.net)

submitted by jdschwarjdschwar(365) 3 years, 6 months ago

Awesome 4 monitor display wall for visualizing a CruiseControl.NET build process. read more...

add a comment |category: |Views: 745

tags: another

New ASP.NET Charting Control(weblogs.asp.net)

submitted by craigtpcraigtp(683) 3 years, 6 months ago

From ScottGu's blog. Brand new, Free, ASP.NET 3.5 chart control. It looks very nice! read more...

1 comment |category: |Views: 890

tags: another

CSS Friendly Control Adapters -- Dead? : LeeDumond.com(leedumond.com)

submitted by leedumondleedumond(2144) 3 years, 6 months ago

It's now coming up on two years since the release of Microsoft's ASP.NET CSS Friendly Control Adapters. Remember them? Well, 1.0 is still the "official" production release, but at some point Microsoft handed over the keys and the whole shebang was moved to CodePlex, where it seems a lot of good ideas go to die. read more...

add a comment |category: |Views: 20

tags: another

Pair Programming - Marketing FAIL(blog.magenic.com)

submitted by gavinjoycegavinjoyce(25.7k) 3 years, 6 months ago

When people talk about lack of adoption of "XP" (aka Extreme Programming) practices, one of the chief problems people have with it is the idea of "Pair Programming" read more...

1 comment |category: |Views: 731

tags: another

Suspicious DNK Accounts(mattberseth.com)

submitted by jacook11jacook11(350) 3 years, 6 months ago

Conclusion There is an incentive for publishers that use DNK to setup phony accounts that will help get stories from certain domains on the front page. So guess what happens ... it would appear that a certain number of people are doing this. read more...

7 comments |category: |Views: 336

tags: another

LINQ To SQL is Dead - Read Between the Lines (codebetter.com)

submitted by colinjackcolinjack(1010) 3 years, 6 months ago

David Hayden with some great points on the Linq to SQL announcement and some ideas on how the project could be saved. read more...

4 comments |category: |Views: 817

tags: another

Microsoft kills Linq to SQL(ayende.com)

submitted by JonSagaraJonSagara(310) 3 years, 6 months ago

Ayende (aka Oren) expresses disbelief at Microsoft's decision to effectively kill off LINQ to SQL. read more...

5 comments |category: |Views: 1388

tags: another

LINQ To SQL Gets Kicked to the Curb... Needs A Good Home!(codebetter.com)

submitted by colinjackcolinjack(1010) 3 years, 6 months ago

Great post on why L2S needs to be supported by the community and why a L2S targeted at the community is a good idea. read more...

5 comments |category: |Views: 490

tags: another

Handycons - a free, hand drawn social media icon set, By Janco(jankoatwarpspeed.com)

submitted by mosessaurmosessaur(5424) 3 years, 7 months ago

Handycons is a free, hand drawn social media icon set that contains 12 icons. Package contains icons for del.icio.us, Digg, Mixx, DesignBump, StumbleUpon, Reddit, Developer Zone, DesignFloat, Technorati, Twitter and RSS feed and Email icon, of course. All icons are available in four sizes: 16x16, 24x24, 32x32 and 48x48 pixels read more...

1 comment |category: |Views: 545

tags: another

NHibernate Starter Kit(blog.benhartonline.com)

submitted by benhartbenhart(100) 3 years, 7 months ago

A Visual Studio project template for getting started with NHibernate. Contains only the basics (binaries, example entity + test and schema generator), but enough to hit the ground running. read more...

add a comment |category: |Views: 95

tags: another

Essential Visual Studio Tips & Tricks that Every Developer Should Know(weblogs.asp.net)

submitted by swaltherswalther(975) 3 years, 7 months ago

In this blog entry, Stephen Walther lists the essential tips and tricks that every developer who uses Visual Studio 2008 should know. The list is kept brief. The list focuses on only those tips and tricks that can be used on a daily basis. Almost all of these tips and tricks are just as useful regardless of whether you are building an ASP.NET Web Forms or ASP.NET MVC application. read more...

add a comment |category: |Views: 845

tags: another