Browse by Tags
All Tags »
NET 2.0 (
RSS)
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 containment instead of derivation and then apply the...
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 CodePlex Retina.NET page. As always, comments / suggestions...
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 new v2 release, but I never finished that task and so...
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 server. Unfortunately MSBUILD doesn't natively support...
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 sources and binaries (v1.0.8.0) and sources to the CodePlex...
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 we ( Rodolfo Finochieti and I) make some improvements to...
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 rather big solution. I opened the VS2003 root solution using...
More Posts