Posts by Category

Development

The Ref

4 minute read

No. Not the movie. The hook.

Bending Hooks to Your Will

3 minute read

So the Hook revolution is upon us and we have learned a little bit about useState and useEffect. With these two hooks alone we can get a lot of stuff done.

Getting the Hook

4 minute read

If you have been ignoring the Functional Component aspect of React and only working with Class Components, you might have missed the Hook revolution.

Becoming a Motivated Vagrant

2 minute read

I have been a long time fan of VirtualBox. Setting up and configuring a VM with a Host Only Network to run headless is something that I feel like I can do in...

Rhino Mocks 4.0.0 Alpha Released

1 minute read

It has been a little longer than expected but the latest version of Rhino Mocks has been released and is available from NuGet. You can download the package ...

Rhino Mocks NuGet

less than 1 minute read

From the beginning of my little adventure I had planned on making sure that Rhino Mocks had a consistent NuGet presence. So it was quite surprising, as I ne...

Rhino Mocks Final Stretch–Field Problems

2 minute read

The final modifications have been made to the Rhino Mocks code base. It has been interesting working through Properties and Events. What was more interestin...

Rhino Mocks Expectations for Events

2 minute read

If one of the features I don’t use very often is the Property Behavior then it’s safe to say that I have never (ever) used “events” within Rhino Mocks. I h...

Rhino Mocks Property Behavior

1 minute read

One feature that I seldom use in Rhino Mocks is the “Property Behavior.” I remember getting an exception every now and then when I would use a property but ...

Recursive Mocks

3 minute read

I have been going through all of the unit tests for Rhino Mocks attempting to get the first “alpha” release ready. One of the sets of unit tests that were f...

Am I Just Getting Lazy?

2 minute read

So I have been working on simplifying the Rhino Mock code base for a little while now and have been making good progress. While I have no empirical data yet...

If you give a Rhino a cookie…

1 minute read

There is a book that I use to read to my daughter titled “If You Give a Mouse a Cookie.” It’s a funny book which takes the reader through a circular pattern...

Unwinding Rhino Mocks

less than 1 minute read

Finally, progress!. Sure, the “progress” is 124 build errors but… it’s progress; right?

Planning the Next Rhino Mock

2 minute read

It has been a week since I have been given the “keys” to the Rhino Mocks framework and it has been an eye opening experience, to say the least. It was great...

Rhino Mocks New Home

less than 1 minute read

I am proud to state that Rhino Mocks has a new home. I must admit that I am feeling a little nervous. Its not every day that you get take charge of a projec...

State of Rhino Mocks

1 minute read

Ayende Rahien (Oren Eini) recently posted about the state of Rhino Mocks. For those of you who don’t know, Rhino Mocks is a dynamic mock object framework fo...

Head in the Clouds

3 minute read

The past couple of months have been really fun as we have moved our whole product (lock stock and barrel) out into the Cloud. Along the way I have learned a...

NServiceBus - Fifteen Minutes…

6 minute read

After downloading the assemblies I was ready to create my first sample application using NServiceBus. From what I can tell, a lot of time and effort has gon...

Better Unit Testing and TDD

5 minute read

I just got done watching Rob Conery’s latest installment in his Kona series. I have to say that I like the direction that he is going with it and I hope tha...

New ASP.Net MVC Source Drop

2 minute read

Scott Guthrie recently posted about the new ASP.Net MVC Source Preview and I have to tell you that I am really excited about these new bits. Not only have ...

Back to Top ↑

Education

Dependency Injection - Why should we care?

5 minute read

In my previous post we covered (briefly) Inversion of Control (IoC) and Dependency Injection. In this post we will discuss why we should use Dependency Inje...

Back to Top ↑

Life

Starting Over

1 minute read

Losing a job because you are not capable is something that I have always been able to handle gracefully. I have never thought that I am owed continued emplo...

Back to Top ↑