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
October 2008 - Posts
0
Comments
Windows Live ID Becomes an OpenID Provider
by
jdanforth
According to this blog post on the Windows Live Dev blog : Beginning today, Windows Live ID is publicly committing to support the OpenID digital identity framework with the announcement of the public availability of a Community Technology Preview (CTP...
Filed under:
OpenID
0
Comments
Visual Studio 2010 and .NET Framework 4.0 CTP Direct Links
by
jdanforth
Want to download and play with the VS 2010 bits? You can read about and download it from MSDN Downloads , or install a pretty good Download Manager (open source, GNU GPL, quite good IMHO) and cut/paste the direct links below. http://download.microsoft...
Filed under:
VS2010
1
Comments
WCF Client Calling ASMX Service with Soap Headers
by
jdanforth
Need to send soap headers from WCF (Service Reference) clients to older ASMX services? The ASMX service not handling the header properly? It may have to do with namespaces being set in the soap header XML in a way differently from what the ASMX service...
Filed under:
.NET 3.5
,
Interop
,
SoapExtension
,
WCF
0
Comments
WPF Learnings - Animated Screen Glint Effect
by
jdanforth
To learn some WPF I wrote this full screen editor called Writespace , which is now open source on Codeplex. I wanted to add some bling to the editor when it was loaded up, so I created a simple animated "screen glint" effect which is totally...
Filed under:
WPF
,
Writespace
0
Comments
LINQ to XML in VB.NET and Using the Right Language for the Job
by
jdanforth
I'm almost always using C# in my .NET projects, unless I'm doing Office automation where the VB-way of dealing with optional parameters helps out making the code a bit cleaner. The last week we've been upgrading ASMX-clients to become WCF-clients for...
Filed under:
.NET 3.5
,
LINQ
,
XML
2
Comments
Windows Home Server Learnings - Don't Install the HP Add-Ons
by
jdanforth
This is a general warning to Windows Home Server owners in general and HP Media Smart Server owners in particular. The "Power Pack 1" update to WHS comes with 2 add-ons: McAfee’s Total Protection Service (anti-virus/anti-malware) PacketVideo’s...
Filed under:
Windows Home Server
1
Comments
Writespace - Fullscreen Writing Environment Add-in for Word
by
jdanforth
I just published this open source project on Codeplex, and this information is available on the Writespace Codeplex home page as well. Writespace is a fullscreen writing environment , developed with WPF (Windows Presentation Foundation) as a ClickOnce...
Filed under:
ClickOnce
,
Tools
,
WPF
,
Writespace
0
Comments
Expiring Temp ClickOnce Certificates - Create Your Own With Long Expiration
by
jdanforth
I'm looking at ClickOnce and ran into several blog posts where people were worried about expiring certificates when using a temporary PFX file created by VisualStudio. Appearently the certs issued by VS expire after a year and you will probably start...
Filed under:
ClickOnce
0
Comments
A Decent Search Replace In Multiple Files Tool
by
jdanforth
Just wanted to share this tool with you. I needed to search/replace text strings in some 600 files, and I've been downloading a bunch of crappy utilties that doesn't deliver. TextCrawler does this one thing and it does it good. A few features listed from...
More Posts