Thursday, July 29, 2010

MSDN for .NET 4

http://msdn.microsoft.com/en-us/library/w0x726c2.aspx

nettcp binding in IIS7

binding information:


[protocol='https',bindingInformation='*:443:']

[protocol='net.tcp',bindingInformation='808:*']


see http://www.iis.net/ConfigReference/system.applicationHost/sites/site/bindings/binding


http://www.devx.com/codemag/Article/33655/1763/page/6



C:\>Windows\System32\inetsrv\appcmd list config -section:Sytes/


C:\>Windows\System32\inetsrv\appcmd set app "testWS/MultipleServiceWCF" /enabledProtocols:http.net.tcp

Monday, July 26, 2010

Creating .NET web service with Visual Studio 2010




http://carvingcode.blogspot.com/2010/04/creating-wcf-web-service-with-vs2010.html

see also
http://msdn.microsoft.com/en-us/library/ms733133.aspx


WCF:
http://www.code-magazine.com/Article.aspx?quickid=060123

Thursday, July 15, 2010

IT Begriffe auf Deutsch

Interface - Schnittstelle
Web Service calls - Aufruf über Webservice [Schnittstelle]
GUI - grafische Benutzeroberfläche