3
votes
4answers
1k views
C#: Downloading a URL with timeout
What's the best way to do it in .NET?
I always forget what I need to Dispose() (or wrap with using).
EDIT: after a long time using WebRequest, I found out about customizing WebCli …
1
vote
4answers
423 views
Download file from web to local file with progress meter in C#
I have a small app that downloads some files from a remote (HTTP) server to the users local hard drive, some of the files are large, but I don't know just how large at run time. I …
18
votes
6answers
915 views
WCF for the totally clueless
I've been hearing about WCF for a couple of years now, and I still don't get it. I understand that it's supposed to be a replacement for web services, remoting, MSMQ, and a few ot …
5
votes
8answers
642 views
WCF Book Recommendation
Touched on in other questions, but not directly...which WCF book(s) would you recommend?
1
vote
3answers
153 views
User advantage for .NET 3.5 over .NET 3.0
I've seen many questions on SO about .NET 3.5 advantages, but these are more leaned towards language features and easier development. Are there any non-developer-wise advantages f …
0
votes
4answers
97 views
ASP.NET - Learning .NET Framework 3.0 / 3.5
I would like to learn ASP.NET (Complete .NET Framework 3.0 / 3.5) and not getting time to attend training classes in any training center.
Kindly let me know if you know if there a …
2
votes
2answers
245 views
how many people have .net framework 3.5 installed?
I am building a .NET application and considering deploying it through XBAP. This requires that the users have .NET 3.0 - 3.5 installed on their machine. Are there any kind of estim …
0
votes
1answer
109 views
ASP.NET 2.0 Website uses .NET framework 3.0 DLL
We are developing ASP.NET site in VS.NET 2005. This site is will be hosted on server which has .NET 3.0 installed and in IIS, ASP.NET 2.0 would be selected under ASP.NET tab.
We w …
10
votes
15answers
573 views
.NET 3.5 published in 11/07 .NET 3.0 in 11/06. Why are most people still using .NET 2.0?
People have been developing own solutions to the following problems:
Consistent messaging frameworks for remote information exchange (webservices,rpc,...)
SDK's for state manage …
2
votes
4answers
160 views
How Do You Pass a Message From One Program To Another?
I have a .Net 3.0 application that needs to pass an integer to another program on the same machine. I was using a WCF service to do this, but ran into user rights issues when tryi …
0
votes
2answers
418 views
Replace a collection item using Linq
How do I find and replace a property using Linq in this specific scenario below:
public interface IPropertyBag { }
public class PropertyBag : IPropertyBag
{
public Property[ …
0
votes
1answer
37 views
ironpython installation problem
.net 3.0 is installed, but ironpython is still showing
'.net 2.0 sp1 is required or later'
0
votes
3answers
200 views
Does the .NET 3.0 SP1 installer also install .NET 2.0 and 3.0?
.NET 3.0 "wraps" .NET 2.0 so if I'm starting out with a clean Windows Server 2003 environment, will the .NET 3.0 SP1 installer also install .NET 2.0 and 3.0? What about .NET 2.0 SP …
1
vote
2answers
82 views
Is it even possible to do a JSON call in WCF (.NET 3.0)?
Looking over the web, I am finding no answer to this question. I see it being asked and a lot of people being referred to .Net 3.5; however, I am not seeing anything resembling an …
0
votes
4answers
324 views
Unable to call a WCF service directly (.NET 3.0)
I'm working with WCF (VS2005, .Net 3.0) and want to test out a service by directly calling it via a web browser instead of from code.
I have one method decorated with the Operatio …
