Archives
-
Download full DVD set from PDC 2005
Of course you already knew that the PDC 2005 sessions are available online, right? (although not for much longer, I heard). But you just don't have the time to browse the list to find the interesting ones and download them one by one... Well, now you can point your favorite site copier software to the starting point Full PDC05 Sessions (grouped by DVD ;)), and download the full set. Note that the links point to the zipped presentations only.
-
Upgrading from GAT May CTP and December CTP
These are roughly the things that you need to change in your current package:
-
patterns & practices Guidance Automation released for Whidbey RTM!
Note: this entry has moved.
-
Being 15th worth blog in weblogs.asp.net
It turns out that according to some algorithm that someone posted, I'm number 15 in weblogs.asp.net according to my blog's worth :o). Very cool. I will try to keep posting useful information here...
-
GAT podcast from TechEd 2005 with Ron Jacobs
Somehow I missed the link before. Go listen Ron and myself chatting about the Guidance Automation Toolkit and what you can do.
-
MS doing the wrong thing because of the wrong backwards compatibility reasons (TypeConverter.IsValid story)
About a year ago (feb-22-2005) I reported a bug in the implementation of most built-in TypeConverters, which is that even if the value you pass to
IsValid
is invalid for the target type, it will return true. To better understand the issue (which is fairly trivial anyway), say you have code like the following that performs validation on a property value before setting it: -
IE is a FireFox plugin :)
Now I don't have to leave FireFox anymore, *ever*, not even for WindowUpdate, MSDN Library, etc.: http://ietab.mozdev.org/
-
Create secure string easily in tests (i.e. for a password for Process.Start)
SecureString pwd = new SecureString(); foreach(char c in "Pass@word1") { pwd.AppendChar(c); } Process.Start("notepad", "Administrator", pwd, Environment.MachineName);
-
Virtual PC and the lack of Maximize button
Nowadays, it's unbelievable that an application has the Maximize button disabled. Even more if it's an application I use everyday and which most of the time NEEDS to be maximized.
-
NUnit 2.2 for .NET v2.0 RTM
I've modified the public MSI with the Orca tool so that it installs in any version of .NET (which runs fine and is supported anyways...). So go download it and enjoy doing TDD ;).
-
TabControl.Visible / Hide() not working, and won't be fixed **ever**?!?
Read this bug report please. Sometimes I'm amazed at the things they do in the name of "backwards compatibility"...
-
The pleasure of travelling 16 hours to Redmond with a 2 years old daughter
Note: this entry has moved.
-
GAT slides from Seattle CodeCamp
Note: this entry has moved.
-
MVP Summit: the most worthwhile conference ever
Note: this entry has moved.
-
Reflection severely broken for properties
Note: this entry has moved.
-
Google + eBay: that would be killer
Note: this entry has moved.
-
New C# conditional assignment operator ?? for null cases!! (no more ? .. : in C# 2.0)
Note: this entry has moved.
-
How to get the type of a generic type
Note: this entry has moved.
-
Google to kill Exchange Server?
Note: this entry has moved.
-
Search with Google Desktop from within Outlook!!!
Note: this entry has moved.
-
I hate sealed classes!!!
Note: this entry has moved.
-
The Whidbey provider pattern was the tip of iceberg
Note: this entry has moved.
-
What it takes to be a Dev Lead at patterns & practices
Note: this entry has moved.
-
Presenting GAT @ MS Argentina
Note: this entry has moved.
-
WCF, WPF, WTF?
Note: this entry has moved.
-
String concatenation considered harmfull (or how is HTML different than XML with regards to creating it)
Note: this entry has moved.
-
Nightly build is NOT continuous integration
Note: this entry has moved.
-
I WANT THAT KEYBOARD!
Note: this entry has moved.
-
Known issues with GAT
Note: this entry has moved.
-
Open source projects and irresponsible use of incompatible licenses
Note: this entry has moved.
-
Enter Guidance Automation Toolkit (and who you should blame ;))
Note: this entry has moved.
-
Longhorn and Consolas font: sex and the city...
Note: this entry has moved.
-
XQuery AND XSLT 2.0 WILL be available for .NET v2.0!!!
Note: this entry has moved.
-
CAB (Composite UI Application Block) hands on labs @ Redmond: fully packed and fun!
Note: this entry has moved.
-
Generate classes from XSD, now integrated with a guidance package!
Note: this entry has moved.
-
Teamwork and introspective analysis to make things better: a must in every project
Note: this entry has moved.
-
Working for patterns & practices rocks
Note: this entry has moved.
-
How to show commands in a web project command bar
Note: this entry has moved.
-
Composite UI Application Block is out!
Note: this entry has moved.
-
ClariuS Rocks!
Note: this entry has moved.
-
Get the Guidance Automation Toolkit TechEd 2005 Hands on Lab!
Note: this entry has moved.
-
How to convert NUnit tests to Team System tests
Note: this entry has moved.
-
What's going on in PAG about smart clients? Composite UI Application Block (CAB) is coming!
Note: this entry has moved.
-
What is a wiki, in the end???
Note: this entry has moved.
-
Inferring in parameter types in SqlCommand: does not work with Nullable<T> values
Note: this entry has moved.
-
Search engines don't do magic with crappy websites
Note: this entry has moved.
-
How to get binary XML out of SQL Server 2005 XML field
Note: this entry has moved.
-
Being in Somasegar's top 3 customer issues list
Note: this entry has moved.
-
Microsoft is listening, but you need to talk
Note: this entry has moved.
-
High-performance XML (V): Increase performance on message-based web services by avoiding XmlDocument creation when using XmlSerializer
Note: this entry has moved.
-
ASP.NET v2.0: is the non-visual components support finally back?
Note: this entry has moved.
-
Leveraging .NET Components and IDE Integration: UI AOP in an MVC use case
Note: this entry has moved.
-
Pair-programming with Virtual Server and two mouse pointers!!!
Note: this entry has moved.
-
Guidance Automation finally out, to revolutionize the way you integrate with VS ;)
Note: this entry has moved.
-
Religious, unproductive and useless contract-first vs code-first discussions again
Note: this entry has moved.
-
Microsoft licenses open source project from MVPs
Note: this entry has moved.
-
Guidance Automation: a little history from another key player
Note: this entry has moved.
-
TechEd 2005: aggregated blogs :)
Note: this entry has moved.
-
Presenting at TechEd 2005: ARC412 Packaging Design and Architecture Guidance for Visual Studio
Note: this entry has moved.
-
Is IDisposable missing something???
Note: this entry has moved.
-
CAB (Composite UI Application Block) is coming from PAG
Note: this entry has moved.
-
Don't miss the new cool addition from MS patterns & practices: integration with VS was never so easy....
Note: this entry has moved.
-
Versioning messages in WebServices using XmlSerializer (was One parameter to rule them all)
Note: this entry has moved.
-
Wrong execution path picked by C# compiler when mixing generic and non-generic method signatures.
Note: this entry has moved.
-
A dark day for MS .NET Passport service
Note: this entry has moved.
-
W3C XML Schema and XInclude: impossible to use together???
Note: this entry has moved.
-
The lost art of using regular expressions for parsing?
Note: this entry has moved.