- September 25, 2006
- 18
- 0
- 52
- Home Country
-
Croatia
1) VS 2005 uses his own web server to debug web applications or a web service. This has nothing to do with hosting a web service inside a EXE. The XP-Version (Home, Profesional) is not an issue here because you can host a web service even on XP home without having any kind of Web Server installed.
This is nice, I did't know that I can host web service in EXE that is great!
I guess I didn't done my homework ..
2) Media Portal does not need to be ported to the .NET Framework 3.0 because the new Framework is based on the CLR 2.0. The .NET Framwork 3.0 is the .NET Framework 2.0 plus WCF and some other "Libraries". So It's not really a new version and Media Portal will run fine on V3.0 without any changes or recompilation.
Well FW1.1 -> FW2.0 was huge change especially in web part, at least untill web application project was re introduced, before that porting old web application to FW 2.0 was close to impossible .. (I have full time job as web developer).
That is my main reason to be very cautious to all new technologies MS advertises.
3) With WCF you can switch with a config parameter between Web Services for compatibility or Binary Format (comparable with remoting) for best speed. Code changes are not requred so the user can decide what to use. Using WCF you get the best of both worlds.
Aynway since other members mentioned cross platform I would stick to standard soap, that would hopefully enable e.g. MythTv to access Media Portal TvServer and vice versa. It would be nice to have plugins on MP for accesing MythTv and MP for accesing MythTv
Have a nice day!
gljubojevic