rnwood

Stories submitted by rnwood

smtp4dev 2.0 released(smtp4dev.codeplex.com)

submitted by rnwoodrnwood(75) 2 years ago

The latest version of this useful development tool has just been released. Smtp4dev is a fake/development smtp server for Windows that allows you to test software that sends messages using the SMTP protocol. Smtp4dev captures messages and allows the developer to view and inspect them without delivering them. read more...

add a comment |category: |Views: 25

tags: another

IronRuby and ASP.NET MVC(iunknown.com)

submitted by rnwoodrnwood(75) 3 years, 10 months ago

John Lam demonstrates the integration between the two following his demo at TechEd in June. read more...

add a comment |category: |Views: 17

tags: another

Cascading Deletings with LINQ-to-SQL(c-sharpcorner.com)

submitted by rnwoodrnwood(75) 3 years, 10 months ago

Scott discusses various techniques... read more...

add a comment |category: |Views: 16

tags: another

Why Duck Typing Matters to C# Developers(haacked.com)

submitted by rnwoodrnwood(75) 3 years, 10 months ago

Phil Haack presents a use for duck typing in C# development in order to test the untestable. He even highlights that a core feature of the C# language (foreach) uses duck typing! read more...

add a comment |category: |Views: 40

tags: another

To Duck Type or not to Duck Type, The Perils or Duck Typing(beust.com)

submitted by rnwoodrnwood(75) 3 years, 10 months ago

Otaku writes about potential problems and pitfalls of duck typing. His article refers to Java but is just as relevant to .NET languages. read more...

add a comment |category: |Views: 12

tags: another

Do namespace using directives affect Assembly Loading?(hanselman.com)

submitted by rnwoodrnwood(75) 3 years, 10 months ago

A rule in the the recent MS Stylecop release poses an interesting question - do namespace using directives affect assembly loading. Scott investigates... read more...

add a comment |category: |Views: 20

tags: another