Contents tagged with NET 2.0
-
XML Serialization of a Collection with properties
In this particular project we needed to serialize a collection of items and include an attribute in each one. Saddly, XmlSerializer seems to not support that directly but there is a workaround: use& … more
-
Retina.NET 2.0 Core & Designer Released
Hey! just a quick announcement to say that I released a new version of Retina.NET Core and also the new DSL designer for VS2008. You can download the precompiled binaries or source code from the … more
-
Retina.NET project active again
The Retina.NET project was dormant for some time, but with some help I'm bringing it back to life. The last official release was made on October 2006 (v1.0.8.0) and at that time I was working on the … more
-
Adding a database project reference (DBPro) to a WIX 3.0 project
I'm building some installers for the project currently working on, and because we use TFS and Team Build I wanted to have the ability of creating MSI packages from the build script run at the build … more
-
Retina.NET project moved to CodePlex
As you probably know the GotDotNet site is being phased out in favor of the new CodePlex, so I have moved the Retina.NET project to http://www.codeplex.com/retina I have uploaded the last stable … more
-
WS-Compression, WCF and Named Pipes
I found the WCF version of the WSE3 compression filters on the Pablo Cribaro's blog where he published an updated WCF RC1 version.This code was first released by Morty for WSE2. At that time … more
-
Post NET 2.0 Migration Wizard steps
Migration to NET 2.0 Adventures Well, I have started the migration of our huge code base to NET 2.0. Our entire solution includes more than 30 C# projects (counting setup projects), so it's a … more