Welcome to MSDN Blogs Sign in | Join | Help

MADHU@MICROSOFT BLOG

All About Distributed apps

Syndication

News

Madhu Ponduru works at Microsoft. Everything here, though, is his personal opinion and is not read or approved by Microsoft before it is posted. No warranties or other guarantees will be offered as to the quality of the opinions or anything else offered here.

February 2007 - Posts

How to change WCF session time out value?
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...

by madhu_ponduru@hotmail.com | 2 Comments

.NET Framework 3.0 labs(WCF labs)
.NET Framework 3.0 labs http://msdn.microsoft.com/virtuallabs/netframe/default.aspx Read More...

by madhu_ponduru@hotmail.com | 0 Comments

How to install .NET 3.0 RTM?
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...

by madhu_ponduru@hotmail.com | 0 Comments

How to export Transaction token to remote process
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...

by madhu_ponduru@hotmail.com | 0 Comments

© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement  
Page view tracker