Browse by Tags
All Tags »
WCF (RSS)
Visual Studio 2010 and .NET Framework 4 Beta 2 available for customers, Please check following link to install Visual Studio 2010 and .NET Framework 4 Beta 2, If you have any feedback about WCF/WF 4.0, Please let me know http://msdn.microsoft.com/en-us/vstudio/dd582936.asp
Read More...
If you are very interested about contract first development, You can use this tool, If this tool is not meeting any of your contract first needs, please let me know Web Services Contract First tool. http://wscfblue.codeplex.com/
Read More...
If you see any problem with NET TCP Service, You can use following config to debug NET TCP problems On 64 bit machines, you have to add this info to C:\WINDOWS\Microsoft.NET\Framework64\v3.0\Windows Communication Foundation\SMSvcHost.exe.config On 32
Read More...
WF 4.0 http://channel9.msdn.com/tags/pdc2008.wf/ WCF 4.0 http://channel9.msdn.com/tags/pdc2008.wcf/ PDC 2008 links http://channel9.msdn.com/pdc2008/ https://sessions.microsoftpdc.com/public/timeline.aspx
Read More...
Microsoft .NET Framework 3.5 Service Pack 1 http://www.microsoft.com/downloads/details.aspx?FamilyId=AB99342F-5D1A-413D-8319-81DA479AB0D7&displaylang=en Microsoft Visual Studio 2008 Service Pack 1 (exe) http://www.microsoft.com/downloads/details.aspx?FamilyId=FBEE1648-7106-44A7-9649-6D9F6D58056E&displaylang=e
Read More...
WCF Development Improvements .NET 3.5 SP1 and VS 2008 SP1 include several enhancements for WCF development. Some of these include: Significant scalability improvements (5-10x) in Web-hosted application scenarios Support for using ADO.NET Entity Framework
Read More...
WCF Security Resources http://blogs.msdn.com/jmeier/archive/2008/05/23/wcf-security-resources.aspx
Read More...
//Click on each link to go through following WCF training sessions Overview- Monday, July 02, 2007 9:00 AM Pacific Time Contracts- Monday, July 09, 2007 9:00 AM Pacific Time Contract Versioning- Wednesday, July 11, 2007 10:00 AM Pacific Time Exceptions
Read More...
How to send Message from WSE3 client to WCF service? WCF SERVICE SIDE: (1)You have to define custom binding to communicate with WSE3 client apps(when you are communicating with WSE clients, you can't use standard binding) (2) In this custom binding, you
Read More...
How to enable WCF trace: Open config file in svcconfigeditor , from wizard, you can enable tracing and logging STEP1: Open config file in svcconfigeditor STEP2: Select Diagnostics option on left side, you will see Different tracing options on right side
Read More...
Attachment(s): Basicsample.zip
The following is one legal order you can stack, this is for the NetTcpBinding when reliable messaging is true. TransactionFlowBindingElement ReliableSessionBindingElement BinaryMessageEncodingBindingElement WindowsStreamSecurityBindingElement TcpTransportBindingElemen
Read More...
(1) Chapter #2 and #4 http://www.learnxmlws.com/book / (2)MSDN ARTICLE http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/dnarxml/html/wsdlexplained.asp
Read More...
[KnownType] applies to [DataContract] types and [ServiceKnownType] applies to [ServiceContract] in Indigo
Read More...
I was thinking about, How to extend service functionality without breaking existing clients (Thinking about old COM rules) COM interface rules still apply to wcf contract. Contract/service level: (1)Adding new method to the service won’t break existing
Read More...
http://forums.microsoft.com/msdn/showforum.aspx?forumid=118&siteid=1
Read More...