Anders Hejlsberg heard my prayers!
30 10 2008Comments : Leave a Comment »
Categories : Uncategorized
How To: Leave a funky placeholder in the MSDN Documentation
8 09 2008Take a look to this MSDN page! I already reported the “blah blah” placeholder.
Comments : Leave a Comment »
Tags: Funky Stuff, Visual Studio Extensibility
Categories : Software Development
Using Linq in .NET 3.0
23 06 2008Yesterday I faced an issue: I needed to host an .NET 3.5 application in a .NET 3.0 web server, because the .NET 3.5 web server wasn’t available at time. The application was built using Linq to Sql instead of “traditional” CRUD classes. So I had no choice, but make the app run.
Well, a workaround is to make a local copy of the referenced assemblies; in my case, System.Data.Linq.dll and System.Core.dll.
- First, configure the target framework of the projects using Linq to .NET 3.0. The .NET 3.5 references will be removed.
- Then, copy System.Data.Linq.dll and System.Core.dll in the solution, wherever you prefer (in my case, the root folder).
- Add them as references in all the corresponding projects. Visual Studio will warn about the assemblies need a later version of the framework. Press Yes.
- Set the SpecificVersion property of the references to true. This will prevent compiling errors.
- Compile.
- Run the app!
Comments : 3 Comments »
Tags: Linq, Walkarounds
Categories : Software Development
Almost Missed
23 06 2008Comments : 1 Comment »
Tags: Funky Stuff, Visual Studio Tools For Office
Categories : Software Development
Dummy 1, 2, …, n
23 06 2008Expect more “dummy” members in future releases of the Microsoft Office Word 2007 PIA ApplicationClass! Is a shame they aren’t documented.

Comments : 1 Comment »
Tags: Don't Do This, Funky Stuff, Visual Studio Tools For Office
Categories : Software Development

