Mintman

Stories submitted by Mintman

Forget NAnt, try Rake(blog.robustsoftware.co.uk)

submitted by MintmanMintman(280) 3 years, 3 months ago

Rake is a much easier build language than NAnt. Give it a try! read more...

add a comment |category: |Views: 29

tags: another

Weekly roundup(blog.robustsoftware.co.uk)

submitted by MintmanMintman(280) 3 years, 3 months ago

My pick of the blogs I read from 27th January to 1st February. read more...

add a comment |category: |Views: 3

tags: another

Strongly typed links for ASP.NET MVC using LINQ(blog.robustsoftware.co.uk)

submitted by MintmanMintman(280) 3 years, 6 months ago

An alternative to the ActionLink method which doesn't rely on strings and anonymous types. read more...

add a comment |category: |Views: 28

tags: another

ASP.NET MVC: Strongly typing form methods with input values(garryshutler.blogspot.com)

submitted by MintmanMintman(280) 3 years, 11 months ago

Description of how you can use LINQ to implement a missing feature of the HtmlHelper class read more...

add a comment |category: |Views: 223

tags: another

Will code generation reduce the quality of my code?(garryshutler.blogspot.com)

submitted by MintmanMintman(280) 3 years, 11 months ago

Resharper and Code Rush are undeniably great tools, but can they reduce the quality of your code? read more...

add a comment |category: |Views: 10

tags: another

Creating a company library(garryshutler.blogspot.com)

submitted by MintmanMintman(280) 4 years ago

I've recently been thinking about how I could encourage the development team I am part of to further their knowledge and therefore help the entire team to advance and produce better software. read more...

add a comment |category: |Views: 4

tags: another

More fluent assertions using extension methods(garryshutler.spaces.live.com)

submitted by MintmanMintman(280) 4 years, 4 months ago

I'm a great believer in making your unit tests as easy to read and understand as possible. I was thinking about how I could improve my tests the other day and thought about using extension methods to create a more fluent way of creating complex assertions. read more...

add a comment |category: |Views: 6

tags: another

A different take on the SmartBag concept(garryshutler.spaces.live.com)

submitted by MintmanMintman(280) 4 years, 4 months ago

A different take on Jeffrey Palermo's SmartBag concept. read more...

add a comment |category: |Views: 3

tags: another

Mocking out the IHttpContext to test your routing rules(garryshutler.spaces.live.com)

submitted by MintmanMintman(280) 4 years, 5 months ago

How to unit test routing rules in the ASP.NET MVC framework. read more...

add a comment |category: |Views: 146

tags: another