Andreas Eide's Weblog





Subscribe to "Andreas Eide's Weblog" in Radio UserLand.

Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.


26. januar 2003
 

I just put up a document outlining my tips for a Successful Technical Presentation (with many Microsoft specific tips).  I'm pretty happy with it and I think it provides a lot of good information.  Please take a look! [Scott Hanselman's Weblog]

Many good tips from Scott. Some I already live by, others I will use next time!


1:22:18 PM    comment []

[Ingo Rammer's DotNetCentric] Mono is getting serious.

Matt has been hanging around at LinuxWorld and reports on the state of Mono:

C# is done, VB is 70% done, and JavaScript is 50% done.  This is good.  Miguel demonstrated an almost unmodified version of iBuySpy that was only really slow because it was connecting to an MSSQL server in Spain over 802.11b. In theory, you could write an ASP.NET web application today and deploy it on a Linux server using Mono. [...]

Overall I was impressed by the state of Mono and the demos.  It's awsome to be able to take a Microsoft demo app out of the box and run it using Mono.

Wow. That sounds pretty serious. I guess I actually have to fire up a VMWare to install a recent Linux distribution on it and play a little. Anybody knows about the current state of ASMX support on Mono?

On our user group meeting on Tuesday we will have a presentation and demo of Mono. I am more excited about this presentation after reading about Mono in Ingo Rammer's weblog. I didn't really think the mono project had come this long.


12:57:04 PM    comment []

As some of you probably know, I started a .NET user group in Oslo in 2001, the Norwegian .NET User Group. On Tuesday we have a user group meeting and for the first time we have an international speaker, David Chappell, presenting at our user group. We are very excited about this!


12:32:04 PM    comment []

Side-by-side, tools and frameworks

The side-by-side story in .NET is excellent. I have, however, one situation that I have not found a perfect solution to yet (and the word solution is really relevant here as you’ll see shortly).

Even though as a Regional Director I try to live on the edge, I still have some customers who are a bit behind. With beta versions of v 1.1 having been around for quite some time, one of my customers are still only on version 1.0…

So, I have this project developed in Visual Studio .NET 2003 that I want to use at the customer site. At first I only needed the executables, so I set up Visual Studio .NET 2003 to compile to v1.0.3705 of the framework. This worked just fine. But now I want to use the source code at the customer site. I can’t open the VS.NET 2003 solution with VS.NET 2002. It says that the file is not a valid solution file. And I have found no way in VS.NET 2003 to save the solution in 2002 format. 

Is there a way around this? Must be. So I open the solution file in notepad. It is a text file. I am a bit surprised it is not XML based, but it is readable. In the first line, I change the version from 8.0 to 7.0. Now the solution can be opened but it complains that the project file is in a newer version. So I open the project file in notepad. This file *is* XML based. I alter a couple of settings by comparing with a 2002 project file and save. Now I can open the solution in Visual Studio .NET 2002. It recompiles just fine. I look at the project properties. The ‘required runtime’ setting is not available in VS.NET 2002.

When I now open the solution in VS.NET 2003 it asks me ‘Do you want to convert the solution and all of its projects to the new format’. I do.  Out of curiosity I take a look at the required runtime settings. The original settings are intact.

So the solution and project files are bound to a particual version of VS.NET. Another takeaway from this is that using XML makes project file extensible. The extensions added by VS.NET 2003 to the XML project file were left untouched by VS.NET 2002.


12:28:30 PM    comment []


Click here to visit the Radio UserLand website. © Copyright 2003 Andreas Eide.
Last update: 04/04/2003; 23:53:36.

January 2003
Sun Mon Tue Wed Thu Fri Sat
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  
Dec   Feb

Microsoft Regional Director
Professional ASP.NET Web Services
Professional ASP.NET Web Services with VB.NET
A picture named Pro CS2K.gif