RobChappel

Stories kicked by RobChappel

Dependency Injection still has some good years left(codebetter.com)

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

According to Jeremy D. Miller Dependency Injection has it's drawbacks but it will still be used for some reasons. He then mentiones the times when he found DI necessary. read more...

1 comment |category: |Views: 1

tags: another

Use caution with Strongly Typed Resources(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 4 years, 7 months ago

Some words of caution/warning for using Strongly Typed Resources generated by VS2005+ read more...

add a comment |category: |Views: 15

tags: another

Embedding the Binsor Config File Directly in Your Assembly(jeremyjarrell.com)

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

Here's how to embed the Boo config file directly into your assembly when using Binsor to get a super clean deployment! read more...

add a comment |category: |Views: 11

tags: another

DesignByContract with Fluent Interfaces(lostechies.com)

submitted by brianjlowrybrianjlowry(640) 4 years, 7 months ago

I was reading through some blog posts and through a recent post, stumbled across this one from Bill McCafferty and took a look at the DesignByContract CodeProject article. This is just a simple utility class to pass in assertions and get an exception to be thrown with a message if the contract has been violated. read more...

3 comments |category: |Views: 17

tags: another

OSI Approves Microsoft License Submissions(opensource.org)

submitted by usshermussherm(5285) 4 years, 7 months ago

The Microsoft Public License (Ms-PL) and the Microsoft Reciprocal License (Ms-RL). read more...

add a comment |category: |Views: 1

tags: another

Set Operations with C# Generics(jachman.wordpress.com)

submitted by JachmanJachman(530) 4 years, 7 months ago

C# Generics are powerful, but there are not many generic classes beyond List and Dictionary. Especially for Set Operations Generics are missing. That’s whay I created a small class for Set Operations called Set that contains the basic Set Operations, like Union, Intersect and Difference. read more...

1 comment |category: |Views: 63

tags: another

ASP.NET MVC Framework - ScottGu's Blog (weblogs.asp.net)

submitted by ashmindashmind(775) 4 years, 7 months ago

ASP.NET MVC Framework described by ScottGu. read more...

7 comments |category: |Views: 85

tags: another

Watin Testing Pattern (dotavery.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 4 years, 7 months ago

Really nice approach for writing integration tests with WatiN. read more...

1 comment |category: |Views: 133

tags: another

ScottGu MVC Presentation and ScottHa Screencast from ALT.NET(hanselman.com)

submitted by johnmanjohnman(1280) 4 years, 7 months ago

Scott Hanselman talks about the conference and links to Silverlight videos of his presentation and Scott G's presentation on the new Model View Controller. read more...

2 comments |category: |Views: 19

tags: another

Subversion via IIS(svniis.org)

submitted by LordLord(3737) 4 years, 7 months ago

I have been working a few days on a solution to give access to an SVN repostory through IIS. I came up with a proxy handler between a working Apache environment and IIS. It works on http and https. read more...

1 comment |category: |Views: 2214

tags: another

Implementing a jQuery-Calendar ASP.NET Control(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 7 months ago

I've posted a wrapper ASP.NET around the jQuery-calendar control from Marc Garbanski. This small client side calendar control is compact, looks nice and is very easy to use and I've added an ASP.NET wrapper around it so it can more easily be more easily used with ASP.NET applications by dragging and dropping onto a form and supporting postbacks of the SelectedDate. read more...

2 comments |category: |Views: 768

tags: another

Ten CSS tricks you may not know | evolt.org(evolt.org)

submitted by findmecoolfindmecool(600) 4 years, 7 months ago

Much better! Just a couple of words of warning: This CSS shorthand version will only work if you're specifying both the font-size and the font-family. Also, if you don't specify the font-weight, font-style, or font-varient then these values will automatically default to a read more...

2 comments |category: |Views: 9

tags: another

43 Exceptionally Useful AJAX Applications(designvitality.com)

submitted by KickworthyKickworthy(300) 4 years, 7 months ago

Usability on websites is exploding right now. AJAX has enabled web developers everywhere to add functionality to their sites like never before. They’ve gathered 43 extremely useful AJAX applications for use on any website. read more...

1 comment |category: |Views: 12

tags: another

Sam Gentile: Goodbye CodeBetter and ALT.NET(samgentile.com)

submitted by MichaelDotNetMichaelDotNet(450) 4 years, 7 months ago

Sam Gentile decides to distance himself from CodeBetter and ALT.NET due to perceived an Anti-MS bias there. read more...

3 comments |category: |Views: 4

tags: another

Convert street address to longitude and latitude via web service(jamesewelch.com)

submitted by jamesewelchjamesewelch(2275) 4 years, 7 months ago

Demonstrates how to convert a street address to a geographic position in longitude and latitude coordinates by using a free REST web service provided by GeoCoder.us. Web service only works for addresses within the United States due to the source (US census) data. read more...

1 comment |category: |Views: 573

tags: another

Explaining MbUnit GUI tree.(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 4 years, 7 months ago

Learn how set values in MbUnit tree. read more...

add a comment |category: |Views: 21

tags: another