February 2007 - Posts
You have to increase binding receive timeout, binding receive timeout is responsible for session time out. Example: SERVICE CONFIG: <?xml version="1.0" encoding="utf-8" ?> <configuration> <system.serviceModel> <bindings> <netTcpBinding>
Read More...
.NET Framework 3.0 labs http://msdn.microsoft.com/virtuallabs/netframe/default.aspx
Read More...
If you have windows xp,sp2 or windows 2003,you can follow these instructions to install .NET 3.0 (all downloads are free, so you can install it) STEP1: ======= You can install Visual c# express edition from here (Its free, so you can download from here)
Read More...
Unmanaged code: Florin wrote sample on this topic http://blogs.msdn.com/florinlazar/archive/2004/10/02/236965.aspx Managed code: #1 (.NET 2.0) Create a System.Transactions.Transaction object, one way or another. Use System.Transactions. TransactionInterop.GetTransmitterPropagationToken
Read More...