terrble

Stories kicked by terrble

ALT.NET subreddit(reddit.com)

submitted by terrbleterrble(1665) 2 years, 6 months ago

In case you're looking for a better place to share links. read more...

add a comment |category: |Views: 17

tags: another

Castle Windsor 2.0 RTM Released!(ayende.com)

submitted by LordLord(3737) 3 years ago

Some would say that it is about time, I would agree. Windsor might not be the OSS project in pre release state for the longest time (I think that the honor belong to Hurd), but it spent enough time at that state to at least deserve a honorary mention. f you will look, you won’t find Windsor 1.0, only release candidates for 1.0. As I believe I mentioned, Windsor has been production ready for a long time, and for the full release we decided to skip the 1.0 designator, which doesn’t really fit, and go directly to 2.0 read more...

add a comment |category: |Views: 343

tags: another

SubControllers in ASP.NET MVC(mhinze.com)

submitted by terrbleterrble(1665) 3 years, 8 months ago

I should have known something was up when I caught Jeffrey Palermo browsing the ASP.NET MVC Preview 5 source. read more...

add a comment |category: |Views: 142

tags: another

Subversion Support Comes to CodePlex… Sorta’(stevenharman.net)

submitted by usshermussherm(5285) 3 years, 8 months ago

A little publicized feature lets you use Subversion to access project hosted on CodePlex - without the need to run SvnBridge locally! read more...

3 comments |category: |Views: 251

tags: another

Four Ways to Test Expected Exceptions(nunit.com)

submitted by terrbleterrble(1665) 3 years, 9 months ago

For new applications, I recommend you set aside ExpectedException and use either Assert.Throws or Throws.Exception. That way, what you are testing is clearly stated right in the code, for everyone to see. read more...

add a comment |category: |Views: 9

tags: another

Partitioning an ASP.NET MVC application into separate "Areas"(blog.codeville.net)

submitted by simonechsimonech(10.1k) 3 years, 9 months ago

A missing feature of ASP.NET MVC: separating controllers in different areas and namespaces. read more...

add a comment |category: |Views: 236

tags: another

The Onion Architecture : part 2(jeffreypalermo.com)

submitted by terrbleterrble(1665) 3 years, 9 months ago

If you are looking for a full, working application as an example, please have a look. read more...

add a comment |category: |Views: 43

tags: another

Diving Deeper into Ninject -- Contextual Binding(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 9 months ago

Short screencasts about diving deeper into Ninject with Contextual Binding. read more...

add a comment |category: |Views: 178

tags: another

The Onion Architecture(jeffreypalermo.com)

submitted by terrbleterrble(1665) 3 years, 9 months ago

The fundamental rule is that all code can depend on layers more central, but code cannot depend on layers further out from the core. This architecture is unashamedly biased toward object-oriented programming, and it puts objects before all others. read more...

1 comment |category: |Views: 487

tags: another

Setting up a Project in Subversion (Svn)(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 9 months ago

Short screencasts on how to set up a Project in Subversion (Svn). read more...

add a comment |category: |Views: 201

tags: another

Specification Pattern and Lambdas(ang3lfir3.wordpress.com)

submitted by ang3lfir3ang3lfir3(660) 3 years, 9 months ago

While working on my current project I decided that I had a need to use the Specification Pattern . After finding a clean implementation by Jeff Perrin I set to work creating the specifications that I needed. I quickly realized that we were going to end up having a ton of specifications and sometimes they would only apply to very special cases. Other times they would be very broad cases and they needed to be even more composable than even the fluid interface implemented in Jeff’s implementation wasn’t going to be enough. It after all still required me to create a concrete implementation for each specification, no matter how minuscule it might be. This is the part where I thought to my self that since i was really only creating implementations for a single method that I could just write a LambdaSpecification and be able to use this for all the special cases I had. read more...

add a comment |category: |Views: 334

tags: another

Phil Haack: Unit Test Boundaries (haacked.com)

submitted by JemmJemm(9604) 3 years, 10 months ago

One principle to follow when writing a unit test is that a unit test should ideally not cross boundaries. read more...

add a comment |category: |Views: 186

tags: another

Introduction on how to use Reflector(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 10 months ago

In this episode we will walk you though how to use the .Net tool Reflector. Reflector is the class browser, explorer, analyzer and documentation viewer for .NET. Reflector allows to easily view, navigate, search, decompile and analyze .NET assemblies in C#, Visual Basic and IL. read more...

add a comment |category: |Views: 259

tags: another

Summer of NHibernate Screencast Series(summerofnhibernate.com)

submitted by terrbleterrble(1665) 3 years, 10 months ago

A collection of screencasts demonstrating and teaching NHibernate, the ORM. Non linkjacked. read more...

add a comment |category: |Views: 16

tags: another

Linq to NHibernate in 10 minutes(mhinze.com)

submitted by terrbleterrble(1665) 3 years, 10 months ago

If you are curious about Linq to NHibernate and want to quickly check it out, here is an easy way to do it. read more...

add a comment |category: |Views: 40

tags: another

Functional C#(code.msdn.microsoft.com)

submitted by terrbleterrble(1665) 3 years, 10 months ago

This is a set of libraries to demonstrate functional programming aspects as implemented in C#. This is not to imply that C# is a functional language, but can implement some of the aspects of it. This project is to demonstrate some of those techniques read more...

add a comment |category: |Views: 23

tags: another