Normal
Hello guys,Let me clarify some points: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.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.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.Microsoft does strongly recommand not to use remoting anymore because it is outdated. This statement is more than 1 year old. My concern is, that remoting will be removed from future versions of the .NET Framework.Also the advantages of the binary format compared to Web Services are not so big so WCF with SOAP protocol (= Web Service) would be the best solution for the TV Engine V0.3.Regards,Christoph
Hello guys,
Let me clarify some points:
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.
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.
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.
Microsoft does strongly recommand not to use remoting anymore because it is outdated. This statement is more than 1 year old. My concern is, that remoting will be removed from future versions of the .NET Framework.
Also the advantages of the binary format compared to Web Services are not so big so WCF with SOAP protocol (= Web Service) would be the best solution for the TV Engine V0.3.
Regards,
Christoph