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
Browse by Tags
All Tags
»
.NET 2.0
(
RSS
)
Books
Unit Testing
[.NET 2.0] Playing Around with BuildProvider and CodeDom
by
jdanforth
This is old news for some of you, but I've never looked at the ASP.NET buildprovider functionality in more detail until tonight, and it is pretty cool. The buildprovider can generate/build code from certain file types you drop into an ASP.NET project...
Filed under:
.NET 2.0
[.NET 2.0] On Battery or Not
by
jdanforth
I'm thinking of writing a small utility to manage which of my apps gets started at startup of Windows, depending on if my laptop is running on batteries or not. Normally, when I boot it up on batteries, I don't want to start things such as my...
Filed under:
.NET 2.0
[.NET 2.0][Unit Testing] Good Tutorial on System.Transactions (and Unit Testing)
by
jdanforth
On my random blog reading and Googling around System.Transactions and Unit Testing, I ran into a series of short but great articles by Stuart Celarier which actually covers both topics. Stuart teaches the reader about System.Transaction by using unit...
Filed under:
.NET 2.0
,
Unit Testing
[.NET 2.0][Unit Testing] Using Anonymous Methods when Testing Events
by
jdanforth
I've not used anonymous methods too much when coding, but I ran upon a (what I think is) great use of it when writing unit tests and specifically when you need to test events. Mark Seemann blogged about it some time ago (and got lots of comments)...
Filed under:
.NET 2.0
,
Unit Testing
[.NET 2.0] Detecting Idle Time with Mouse and Keyboard Hooks
by
jdanforth
I thought I could share some piece of code I wrote a couple of years ago to detect if a user is idle or not. I used it on a chat client I developed because we were not allowed to use Messenger at the site. So the way to do it is to set up a coupld of...
Filed under:
.NET 2.0
WinFX Renamed to .NET Framework 3.0
by
jdanforth
Picked this up from Soma's blog : ...we have decided to rename WinFX to the .NET Framework 3.0. .NET Framework 3.0 aptly identifies the technology for exactly what it is – the next version of our developer framework. What a pack of good stuff developers...
Filed under:
.NET 2.0
[.NET 2.0] Anonymous Methods
by
jdanforth
My mate Eric blogs about how useful Anonymous Methods could be when calling on multiple asynchronous methods. Check it out.
Filed under:
.NET 2.0
[.NET 2.0] Testing Generics, Collections and Yield Return
by
jdanforth
I've not looked too much at the yield return statement in c# 2.0 yet, but if you learn how to use it I'm sure it will become something you use "every day" when programming. Whenever you need to do some conditional iterations on a collection, array or...
Filed under:
.NET 2.0
[.NET 2.0] Quick Way of Closing VisualStudio Files
by
jdanforth
If you end up having a zillion files opened in the VisualStudio 2005 IDE and want to close a few of them, just click with the MIDDLE mouse button on their tabs where you see the filename. Quick and easy.
Filed under:
.NET 2.0
[.NET 2.0] Visual Studio 2005 Web Application Project V1.0 Released
by
jdanforth
From the Visual Studio 2005 Web Application Project webby : Today we released the V1.0 release of the VS 2005 Web Application Project option. You can learn about it here , and download it here . You should then check out the tutorials on this site to...
Filed under:
.NET 2.0
More Posts
Next page »