ben2004uk

Stories kicked by ben2004uk

Very exciting news! Red Gate's .Net Reflector(blog.benhall.me.uk)

submitted by ImplicitGeekImplicitGeek(260) 3 years, 9 months ago

Red Gate announced today that, under a new agreement, it will be responsible for the future development of .NET Reflector, the popular tool authored by Lutz Roeder. read more...

add a comment |category: |Views: 25

tags: another

Free eBook - Best of Simple Talk ASP.NET(weblogs.asp.net)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 11 months ago

I wrote a few articles for the Simple Talk Website (run by RedGate Software) over the past year and was honored to be included in the "Best of Simple Talk ASP.NET" eBook they just released. The book is a free PDF that covers a lot of different topics including: read more...

add a comment |category: |Views: 50

tags: another

Microsoft Pex - 0.5 Released(blog.benhall.me.uk)

submitted by ImplicitGeekImplicitGeek(260) 4 years ago

Great post into the new Microsoft Pex Unit Testing framework. Demostrates how what gets executed, the results and some on the initial cool features. read more...

add a comment |category: |Views: 480

tags: another

Project White: Automated UI Testing(blog.benhall.me.uk)

submitted by ben2004ukben2004uk(75) 4 years, 3 months ago

Discussion about Project White automated UI testing framework. read more...

add a comment |category: |Views: 29

tags: another

Ben Hall's Blog: Introduction to XUnit(blog.benhall.me.uk)

submitted by simonebsimoneb(5450) 4 years, 4 months ago

The basics on XUnit, a new testing framework with some cool features. read more...

add a comment |category: |Views: 12

tags: another

ASP.NET MVC - some source code(hanselman.com)

submitted by sirroccosirrocco(800) 4 years, 6 months ago

Some early MVC Demos Source Code from ScottHa :) read more...

2 comments |category: |Views: 5

tags: another

MVC or MVP Pattern – Whats the difference?(blogs.infragistics.com)

submitted by uadozeruadozer(650) 4 years, 6 months ago

This awesome post explains differences between MVP and MVC patterns using VS Class Diagrams read more...

3 comments |category: |Views: 611

tags: another

"Click to Activate" in IE going away!(blogs.msdn.com)

submitted by rimsystemsrimsystems(6119) 4 years, 6 months ago

Update for IE to be included in Vista SP1, XP SP3 and standalone update available starting in December. read more...

4 comments |category: |Views: 7

tags: another

Test Driven Development with ASP.Net Model View Presenter Pattern(codebetter.com)

submitted by s.farmars.farmar(330) 4 years, 6 months ago

g very good overview of MVP and TDD read more...

add a comment |category: |Views: 11

tags: another

DevConnections - The ASP.NET MVC Framework (hanselman.com)

submitted by RemanReman(1970) 4 years, 6 months ago

A nive powerpoint presentation about the new MVC Framework on scottha`s Blog read more...

add a comment |category: |Views: 2

tags: another

TDD is like snowboarding (or learning any new skill)(jpboodhoo.com)

submitted by k000derk000der(4765) 4 years, 6 months ago

Snowboarding and TDD compared. Good post! read more...

add a comment |category: |Views: 4

tags: another

SubSonic, MVC and IronRuby(subjunctive.wordpress.com)

submitted by bdsuttonbdsutton(525) 4 years, 6 months ago

Chris Sutton talks about Microsoft's recent ASP.Net related hires and what the new .Net MVC stack is starting to look like. read more...

add a comment |category: |Views: 15

tags: another

Using .NET reflection to help test legacy code(mattcalla.com)

submitted by mattcallamattcalla(95) 4 years, 6 months ago

an article about using .net refleciton to unit test legacy code. read more...

add a comment |category: |Views: 7

tags: another

Announcing MbUnitForms!(jeremyjarrell.com)

submitted by jeremyjarrelljeremyjarrell(2685) 4 years, 9 months ago

I've ported NUnitForms to run against the increasingly popular unit testing framework, MbUnit. read more...

add a comment |category: |Views: 7

tags: another

Framework to automatically UnitTest your Model(thejoyofcode.com)

submitted by .NetKicks.NetKicks(1304) 4 years, 9 months ago

The author "Josh" created a kind of framework to automatically unit test the Model-Classes. "Stuff that nobody ever tests directly because it would be so time consuming." can now be tested with almost no afford. Read his article so you know why you want to test those domain classes read more...

add a comment |category: |Views: 6

tags: another

Good bye NUnit.Behave hello Behave#(lostechies.com)

submitted by agilejoeagilejoe(860) 4 years, 9 months ago

Most of you who read my blog know that I have been working on NUnit.Behave which was meant to mirror the functionality of rbehave in .Net. My initial spike was a success but it required that you inherit from an base NUnit Test Fixture. Even I wouldn't use it! So I spent some time decoupling it from NUnit into it's own framework. At the same time my idea caught on and Jimmy Bogard decided to do the same thing. Well to make a long story short we have been collaborating on the differences between our two frameworks over the last week and have decided to go with Behave#. I love OSS, where else could this be possible! read more...

2 comments |category: |Views: 5

tags: another