Tagged Questions
1
vote
10answers
296 views
Requiring users to update .NET
I'm working on some production software, using C# on the .NET framework. I really would like to be able to use LINQ on the project. I believe it requires .NET version 3.5 (correct me if I'm wrong). ...
0
votes
4answers
318 views
C# Server-Client Applications
I want to know how can I write an application in C# that acts as a chat server or any kind of server, maybe a file sharing server.
And the second application will act as a client which connects to ...