Scott Guthrie recently announced that Silverlight 1.1 will in fact be Silverlight 2.0 to mark the major changes from 1.0. I've been wondering about the numbering myself and now it finallly makes sense... Now I just have to change my presentation slides for next weeks meeting
d16d098b-316f-41a0-90de-8a16aac9646c|0|.0
Tags:
version
Categories:
.NET |
Silverlight
Posted by jesfer on November 30, 2007 09:50
Actions:
E-mail |
Permalink |
Comment RSS
I just found a wonderful collection of tools called TFS Sidekicks. I'd recommend it to all TFS administrators who dont want to mess around with command line tools, which is just sooo last century
The program is actually five or so different TFS sidekick tools that have been combined into a single tool. Not that I've checked but I dare say that it offers no unique functionality but you get a lot of useful stuff in one place and a nice GUI.
88fdb6c0-fa88-4e3c-99c0-4b6ac6fbead2|0|.0
Tags:
.net,
tfs
Categories:
GUI |
.NET
Posted by jesfer on August 23, 2007 12:06
Actions:
E-mail |
Permalink |
Comment RSS
I was recently asked to bugfix an application. The bug was eaasy enough to fix, just add two lines of code, no big deal. In order to build the application I had to install Enterprise Library 3.1 and re-reference a few .dll files in it. Also no big deal, done it before with previous versions of Enterprise Library... but it turns out i stumbled right into a configuration pitfall!
Short version for those who dont want to read Tom Hollander's blog about Avoiding configuration pitfalls with incompatible copies of Enterprise Library:
If you install Enterprise Library 3.x a go with all default options/choices, you end up with two sets of .dll files. If you have to re-reference these files in a project and use the wrong .dll your code will compile but throws an exception in runtime... referencing the other set of dll files will solve the problem (but might cause new problems as well).
693ec8cb-c774-49c6-bfe2-28621adcce01|0|.0
Tags:
programming,
.net
Categories:
Programming |
Troubleshooting |
.NET
Posted by jesfer on August 21, 2007 11:21
Actions:
E-mail |
Permalink |
Comment RSS