IBlog<Johan>
This and that in a developer's life in general
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
.NET 2.0
.NET 3.0
.NET 3.5
.NET 4.0
Ajax
ASP.NET
ASP.NET MVC
Azure
Books
c#
ClickOnce
Codeplex
CQRS
CruiseControl.NET
Interop
iPhone
IronRuby
Java
jQuery
Json
LINQ
MediaCenter
MEF
MiniBuss
MSBuild
msmq
nHibernate
Office
Open Source
OpenID
OpenXML
Orcas
Other
PDC'05
Podcasts
Pomodoro
Refactoring
REST
Ruby
Service Bus
Service Factory
Silverlight
SoapExtension
SQL
Team System
TechDays
TFS
Tools
Tutorials
Unit Testing
Unity
Vista
VS2008
VS2010
Walkthroughs & Tutorials
Walkthroughs &
WCF
Weeko
Windows 7
Windows Home Server
WPF
Writespace
Xbox
XML
News
Navigation
Home
Blogs
Archives
February 2012 (2)
September 2011 (3)
August 2011 (4)
May 2011 (3)
March 2011 (1)
November 2010 (1)
October 2010 (1)
September 2010 (3)
July 2010 (1)
April 2010 (6)
December 2009 (1)
October 2009 (4)
September 2009 (3)
May 2009 (1)
April 2009 (6)
March 2009 (18)
February 2009 (4)
January 2009 (2)
December 2008 (3)
November 2008 (3)
October 2008 (9)
September 2008 (6)
August 2008 (12)
July 2008 (5)
June 2008 (3)
May 2008 (2)
April 2008 (7)
March 2008 (3)
February 2008 (9)
December 2007 (1)
November 2007 (8)
October 2007 (4)
August 2007 (3)
July 2007 (3)
June 2007 (1)
May 2007 (1)
March 2007 (2)
February 2007 (7)
January 2007 (1)
December 2006 (2)
November 2006 (15)
October 2006 (5)
September 2006 (9)
August 2006 (2)
June 2006 (6)
May 2006 (20)
April 2006 (4)
March 2006 (9)
January 2006 (4)
November 2005 (1)
October 2005 (4)
September 2005 (19)
August 2005 (7)
June 2005 (6)
May 2005 (2)
April 2005 (8)
March 2005 (4)
February 2005 (6)
January 2005 (5)
December 2004 (3)
November 2004 (7)
October 2004 (2)
September 2004 (4)
August 2004 (7)
July 2004 (5)
June 2004 (3)
May 2004 (5)
April 2004 (11)
March 2004 (8)
February 2004 (8)
January 2004 (12)
December 2003 (16)
November 2003 (28)
Random Links
My del.icio.us links
SagaGames (in Swedish)
Walkthroughs and Tutorials
Article List
Recent Posts
0
Comments
How to Force Comments When Doing Check-In in TFS
by
jdanforth
I was looking for a policy like this, and found this blog article by Claus Konrad: http://blog.clauskonrad.net/2010/08/tfs-2010-how-to-force-comments-when.html Now, unfortunately everyone in the project has to have the TFS Power Tools installed to make...
Filed under:
TFS
2
Comments
MSTest and Calling Exe with Sample Data Files
by
jdanforth
For various reasons I’m using MSTest for my unit tests and I have this console app which generates a PDF file from an XML file that needed some tests. So, when moving the unit tests over to a TFS build server, having hard coded paths to test data files...
Filed under:
Unit Testing
5
Comments
Command Handling the Nancy Way
by
jdanforth
MiniBuss is a micro service bus framework over msmq which consists of less than 400 lines of code, sitting inside one single source file. The project is hosted over at http://minibuss.codeplex.com and the source code is maintained at https://github.com...
Filed under:
Open Source
,
Service Bus
,
MiniBuss
0
Comments
More MiniBuss Updates
by
jdanforth
MiniBuss is a micro service bus framework over msmq which consists of less than 400 lines of code, sitting inside one single source file. The project is hosted over at http://minibuss.codeplex.com Thanks to @CodingInsomnia for testing out the MiniBuss...
Filed under:
.NET
,
Open Source
,
Codeplex
,
Service Bus
,
CQRS
,
msmq
,
MiniBuss
1
Comments
MiniBuss Updates
by
jdanforth
I made a small update to MiniBuss , the micro service bus framework. The messages you send, Commands and Events, are no longer dependent on IMessage . The messages sent on the bus can now be any .NET class which can be safely serialized. The MiniBuss...
Filed under:
Open Source
,
Codeplex
,
Service Bus
,
msmq
,
MiniBuss
7
Comments
MiniBuss on Codeplex
by
jdanforth
The micro service bus framework for msmq called MiniBuss is now open source on Codeplex at http://minibuss.codeplex.com There is also now a NuGet package available for easy install into projects: If you’re interested in co-op on this project, please contact...
Filed under:
c#
,
Open Source
,
Codeplex
,
Service Bus
,
msmq
11
Comments
A One File .NET Micro Service Bus for MSMQ?
by
jdanforth
This last year our company has invested quite some time in looking at CQRS, which led to looking at great looking service-buses like nServiceBus , Rhino Service Bus and Mass Transit , which led me to do some bus-coding on my own, mostly for fun and for...
Filed under:
.NET
,
Open Source
,
Service Bus
,
CQRS
8
Comments
Pomodoro Timer for the Windows 7 TaskBar
by
jdanforth
EDIT: The code is now open source on codeplex, on http://pomodorotaskbar.codeplex.com There's a new version available for download there too. If you’re into the Pomodoro technique and looking for a pretty simple out-of-the-way timer which sits in the...
Filed under:
Windows 7
,
Open Source
,
.NET 4.0
,
Pomodoro
0
Comments
Create Tag-Cloud from RSS Feed in ASP.NET MVC
by
jdanforth
Say you want to generate your own tag-cloud from a list of categories or tags you pull from an RSS-feed or similar. This is one way to do it. I’m using ASP.NET MVC for this sample which creates a simple tag-cloud in a Razor-view with HTML looking something...
Filed under:
ASP.NET MVC
,
LINQ
,
c#
0
Comments
Never, never, never do Office interop on the server
by
jdanforth
I’ve been telling people this for years and years, and still I stepped right into the mudhole a month ago. I blame stress, but still I shouldn’t have. It’s so easy to just add the interop assemblies and off you go… until you try running your stuff on...
Filed under:
Interop
,
Office
,
OpenXML
,
Codeplex
More Posts
Next page »