Tagged Questions
The .net-3.0 tag has no wiki summary.
78
votes
20answers
3k views
Am I getting left behind by not using the new features of the .NET framework (.NET 3.0 & 3.5)?
Where I work I see a lot of otherwise very talented C++ developers produce ugly C# code, purely because they are not as familiar with the .NET framework and the features of C#.
Now I only started ...
52
votes
10answers
3k views
WCF for the totally clueless [closed]
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 other things.
The ...
47
votes
34answers
10k views
When creating a new GUI, is WPF the preferred choice over Windows Forms? [closed]
Most restrictions and tricks with windows forms are common to most programmers. But since .NET 3.0 there is also WPF available, the Windows Presentation Foundation. It is said that you can make "sexy ...
37
votes
5answers
4k views
What's the difference between IQueryable and IEnumerable
I'm confused as to the difference. Being fairly new to .Net, I know I can query IEnumerables using the Linq extensions. So what is this IQueryable and how does it differ?
25
votes
8answers
6k views
WCF book recommendations [closed]
Which WCF book(s) would you recommend?
(It is touched on in other questions, but not directly...)
12
votes
3answers
1k views
What are the best resources for Windows Workflow Foundation (WF)?
I am looking for a few books, blogs or articles on WWF. I've read the books below; however, I need resources that cover the topic in more depth. I am especially interested in local services, ...
11
votes
15answers
698 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 managements for things ...
9
votes
1answer
5k views
WCF: Why does passing in a remote endpoint fail?
WCF: Why does passing in a remote endpoint fail when passing the same endpoint via the configuration file works?
This works:
Using con As New OfferingTap.OfferingTapClient(New ...
7
votes
4answers
186 views
What version of the .NET framework ahould I target?
I'm a desktop C# developer (that is not ASP) and am wondering about version targeting for small personal projects. These are, of course, trying to reach as wide an audience as possible, and so I've ...
7
votes
1answer
2k views
WCF: How do I get the list of endpoints from ServiceHost?
I can add endpoints using ServiceHost.AddServiceEndpoint. How do I get that list of endpoints back out?
5
votes
3answers
302 views
Why is there no ObservableKeyedCollection<TKey, TValue> in the .NET Framework?
The .NET Framework contains since version 3.0 the ObservableCollection<T>, but why isn“t there a ObservableKeyedCollection<TKey, TValue>.
Okay i could implement my own collection by ...
4
votes
2answers
395 views
Does WCF require configuration to handle different methods of authentication?
A WCF service has been written and can be hosted in any web site. These web sites could use Windows, Kerberos, or Forms authentication.
Is any particular configuration or development required within ...
4
votes
1answer
2k views
How to use System.IdentityModel in own client-server application
I've got a simple client-server application based on TcpClient/TcpListener and SslStream. Clients can authenticate themselves to the server using a X509Certificate or by sending a user name and ...
4
votes
3answers
2k views
blurred opacity
I need to create a transparent blurred background. Lets suppose I have a border with a white blurry transparent background. Everything that is behind the border is blurred.
I'm trying to avoid ...
4
votes
4answers
5k 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 WebClient. Much better.
3
votes
2answers
227 views
Is there any reason GDI+ would be slower on a 64-bit Operating System (or maybe it's Windows 7 related)
Background
I'm working on an application that is supposed to work on every windows platform from XP onwards in the same manner. Through the .NET framework this has been very easy, for the most part. ...
3
votes
4answers
1k 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. Is there any method ...
2
votes
3answers
176 views
Is there a way to use LINQ query syntax with .NET 3.0 projects?
I have a project which can only be deployed on a server running .NET 3.0.
I desperately want to use LINQ to simplify some excruciatingly tedious logic.
Is there a simple way to accomplish this? I'll ...
2
votes
3answers
2k views
Disable mouse scroll wheel in combobox VB.NET
Does anyone know of a way to disable the mouse scroll wheel when a control such as a combobox or listbox has focus? For my purposes, combobox is all I need the answer for.
I have a combobox set to ...
2
votes
3answers
1k views
How to deploy ClickOnce .Net 3.5 application on 3.0 machine
I have .Net 3.5 SP1 WPF application which I'm successfully deploying to client computers using ClickOnce. Now I got new requirement - one of our clients need to run the application on machines ...
2
votes
3answers
799 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 estimates of how many ...
2
votes
3answers
1k views
Differences between .NET 3.0 & 3.5?
What are the major differences between the .NET 3.0 & 3.5 frameworks?
2
votes
4answers
582 views
.NET 3.5 vs. .NET 3.0
I want to write a program in WPF but not sure should I target .net35 or .net30. The advantages of .net35 are obvious. But still, I see one major advantage of .net30 -- it's built into Vista, so, the ...
2
votes
4answers
198 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 trying HOSTING the ...
2
votes
5answers
1k views
What is new in Visual Studio 2008 vs 2005 or C# 3.0 vs C# 2.0?
I was browsing the Hidden Features of C# question and thought I would try out one of the features I was unfamiliar with. Unfortunately I use Visual Studio 2005 and the feature in question was ...
2
votes
7answers
478 views
Performance of System.IO.ReadAllxxx / WriteAllxxx methods
Is there any performance comparison of System.IO.File.ReadAllxxx / WriteAllxxx methods vs StreamReader / StremWriter classes available on web. What you think is the best way(from a performance ...
1
vote
3answers
891 views
.NET Framework 3.0 App on Windows XP SP3 with .NET Framework 4.0
My app has a Target .NET Framework of 3.0.
I have a PC with a fresh install of Windows XP SP3. Next, I installed .NET Framework 4.0 Full on it.
When I try to run my ClickOnce-deployed app, I get ...
1
vote
1answer
74 views
Use a text file as storage for a very simple web application, how to do locking?
I have a very simple web application that have to read and write in a text file. Basically, for each request the app looks for a specific line, if the line doesn't exists... it creates it. Not to ...
1
vote
3answers
56 views
How to get an XML value out of another XML value at C#
Heey, :)
I need to get a value out of an XML file...
I have this xml file for example:
<?xml version="1.0"?>
<hwids>
<user>
<userName>Ivar</userName>
...
1
vote
2answers
437 views
.NET 3.5 feature unavailable in Windows Server 2008 - only option is 3.0
I have an application I need to install in Windows Server 2008. It requires .NET 3.5 or higher and after running Windows Update I've got version 4.0 installed. However, in 'Add Features' the only ...
1
vote
2answers
267 views
How to get DNS name in load balancing environment?
I have 4 servers participating in load balancing environment. The same ASP.NET application is being hosted in each server.
I would like to get the DNS Name regardless of the underlying server.
Which ...
1
vote
4answers
348 views
List<Of T> Distinct in .NET 3.0?
NET 3.0.
Is there a Distinct on List(Of T)?
What packages would I need to import?
If not, is there an equivalence?
1
vote
4answers
2k views
Close form after 10 seconds
I have a windows form application that will open other forms, but will only display the forms for a few seconds (user configurable). I would normally do something like threading.thread.sleep(n), ...
1
vote
3answers
586 views
Dispatcher.Invoke not working in .NET 3.0 SP1
I am developing a WPF windows application and am getting into a trouble running the app in .NET 3.0. Everytime that I try to access the System.Windows.Threading.Dispatcher.Invoke() method, I get a ...
1
vote
1answer
404 views
Using MVVM design pattern in .Net 3.0
I have been looking into MVVM design patterns with WPF for a project. I have so far looked at MVVM light, MVVM Foundation, and the WPF Model-View-ViewModel Toolkit. I have a requirement to keep it ...
1
vote
3answers
553 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 for using .NET 3.5? ...
1
vote
2answers
181 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 answer with in the ...
1
vote
2answers
3k 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[] Properties { get; ...
1
vote
3answers
3k views
Convert a BindingList<T> to an array of T
What's the easiest way to convert a BindingList<T> to a T[] ?
EDIT: I'm on 3.0 for this project, so no LINQ.
1
vote
6answers
5k views
How do I write an XML string to a file?
I have a string and its value is:
<ROOT>
qwerty
<SampleElement>adsf</SampleElement>
<SampleElement2>The text of the sample element2</SampleElement2>
...
1
vote
1answer
249 views
WCF service is running at computername.mydomain.local/service.svc, why?
My WCF service running on IIS7 seems to resolve at:
http://computername.mydomain.local/service.svc
My web.config doesn't reference any url.
What could be the cause?
1
vote
3answers
564 views
C# 3.0 Anonymous Types: Naming
I was wondering if there is some way to name or rename a property on an Anonymous type to include a space in the property name. For example:
var resultSet = from customer in customerList
select ...
1
vote
4answers
425 views
How can you make use of the add-in framework in .NET 3.0?
There are some updates with .NET 3.0 concerning how to create and use add-ins for your own applications. I read about some "pipeline" you have to create for the communication between add-in and ...
1
vote
3answers
2k views
How to use .NET 3.0 with Visual Studio 2005?
My Google-fu is failing me on this question.
I have a coworker who has Visual Studio 2005 on his machine. I have Visual Studio 2008. He wants to open a project I wrote in C# 3.0, and we've gotten ...
0
votes
1answer
63 views
How to pass credentials from one web service to another?
I currently have an app that calls a web service(WS1), which in turn calls another web service(WS2) to get/set information on the server hosted on WS2. I would like to be able to pass in the user ...
0
votes
3answers
97 views
Displaying lines from a text file in rank order
I have a text file which contains several lines, many of them duplicates.
I want to depict a list in which the ones which appear the most appear at the top and the least at the bottom.
However, I ...
0
votes
2answers
28 views
DependencyProperty PropertyChangedCallback wiring
I have a user control with a UniformGrid that has a number of Buttons. I want to assign the same handler to each Button's Click event. So, I added the following to the User Control:
public ...
0
votes
2answers
71 views
WPF Grid Row Height Auto
This seems close to some other questions I've seen out here, but not close enough...
I have a grid with three rows. The first row holds a custom grid that I want to have as much space as possible. ...
0
votes
4answers
277 views
Parameterised DataTable Split
I wrote a method for splitting a DataTable into multiple small data tables; however I am getting exception. How do I correct it? Please share the code.
Exception message:
This row already belongs ...
0
votes
3answers
81 views
Is it better to store your information in a single parent class or a central static class
I am wondering which is a better way to store information? A central static class or in a parent class?
The code for the way I am storing it now. I instanciate a new class everytime.
Parent Class:
...