I\'m using TCP over an unreliable mobile data connection, which may drop packets due to interference or whatever may be going wrong with the signal strength.
How do I stream binary data to disk, where the user first choose the location path? What I开发者_StackOverflow have so far:
When you want to change types most of the time you just want to use the traditional cast. var value = (string)dictionary[key];
I\'m a bit confused about how extension methods work. If I\'m reading this correctly http://msdn.microsoft.com/en-us/library/bb383977.aspx and this If an extension method has the same signature as a
I have a NET.TCP WCF server and client application and would like开发者_StackOverflow社区 to provide stats in the server side component for the bandwidth, TTL etc for each client connected.
I am looking to create a desktop application in C# which : Allows the user to select a file / multiple files / folder containing files from his computer.
I am using ASP.NET/C# Framework 3.5/SQL Server 开发者_如何学编程with AjaxControlToolkit\'s ModalPopupExtender to freeze the main window.
In C#, I have the following types: List<List<mytype>> MyLists; List<mytype> MainList;
I started a Windows Forms project that in essence it will download several Zip files, un-compress them and run the installer .msi plus it had to be able to ask SQL connection values to be replaced in
I have a Visual Studio 2008 C# .NET 3.5 application where I am trying to connect to a locally hosted MySQL 5.1.53 database using System.Data.Odbc.