Archive for the ‘Uncategorized’ Category
Kick post on Types, nothing outrageous, but this was just a construct that I never used too much. The other day a collegue and we got stuck on a method similar to this void DoStuff(Type type) { var iInterface = typeof(ISomethingAmazing); Type genericType = //how to get ISomethingAmazing<type> //do more things } and well I didn’t [...]
Filed under: Uncategorized | Leave a Comment
Tags: c#, generics
So I was getting an ” Could not Load File or Assembly” error, even thou I was pretty certain I was referencing the right dlls in the correct folders. What could this error possibly mean? The actual error I had was: System.IO.FileLoadException: Could not load file or assembly ‘Moq, Version=2.6.1014.1, Culture=neutral, PublicKeyToken=69f491c39445e920′ or one of [...]
Filed under: Uncategorized | Leave a Comment
Tags: fuslogw, moq
On Pair Programming
What is pair programming? Its when 2 developers sit down together to write a piece of code. There is one person in the keyboard known as the driver and another person looking at the code and commenting about it, known as the navigator, these roles can change in time. The idea is that while you are typing [...]
Filed under: Uncategorized | 3 Comments
Tags: pair-programming, xp
More than a text editor
Recently I started using Visual Studio 2010, if you follow me on twitter you probably know that this hasnt been a nice transition for me (apologies for the cursing btw) I ve had many crashes, and I m pretty sure I m not alone, not only a quick search in twitter will reflect this (see [...]
Filed under: Uncategorized | 3 Comments
I think the best way to describe this is saying, When is the next one? (We think around late August, early September) Thanks again to our sponsors: Jetbrains, Manning and Microsoft, and particularly to our hosts: the open source Lab in UCD, that place is just designed for this type of events. Sessions: – Rx [...]
Filed under: Uncategorized | 3 Comments
Tags: alt-net, IOSCD
Irish Open Spaces Coding Day II
Hi all: Just thought I d post here that a group of us in Dublin. Alt.Net are organizing a coding day the 24th of April in UCD, it should be a fun day of hacking some code. One of the really cool things is that James Gregory will be there talking about Fluent Nhibernate. If [...]
Filed under: Uncategorized | Leave a Comment
I understand the title makes little sense, but this is probably what I would search in a web search engine ( hopefully at the time I ll find my own post) A short, unordered list of things I install when I get a new machine/wipped machine An FTP client Filezilla will do Firefox + Add [...]
Filed under: Uncategorized | 4 Comments
DDD South West
So there is another DDD event the 5th of June, and this time is in Bristol, call for speakers is on ( if you want to submit, you can get instructions on how to do so here) Sessions look interesting so far. I really enjoyed the last DDD in Reading, Uk.
Filed under: Uncategorized | Leave a Comment
The Art of Unit Testing – Review
A few of us have been reading this book as a part of a book club. Finally I think is time to push a review for this book . Let me start saying that my expectations for the book were very high, the book club helped because we were really reading it in depth and [...]
Filed under: Uncategorized | Leave a Comment
Tags: unit-testing
The other day I was listening to Kent Beck in this podcast where he was talking about, amongst other things, push on green deployment, basically the idea is that once your test suite goes green, you deploy. When I heard this originally I thought : 1) Think about all possible problems -> not only technical( this [...]
Filed under: Uncategorized | 5 Comments
Tags: deployment, development, push-on-green
Search
-
You are currently browsing the roundcrisis.Find<Solution>() weblog archives for the Uncategorized category.