Do NOT use for questions about .NET Core - use [.net-core] instead.
I'm calling functions from a 32-bit unmanaged DLL on a 64-bit system. What I get is: BadImageFormatException: An attempt was …
.net 64-bit pinvoke 32-bit badimageformatexceptionI have a web server which will read large binary files (several megabytes) into byte arrays. The server could be …
c# .net bytearray binary-dataI developed a Windows service using C#.NET to generate PDF report. To generate PDF file I am using a …
.net windows-services com-interop 32bit-64bitLets say I have this array, int[] numbers = {1, 3, 4, 9, 2}; How can I delete an element by "name"? , lets say number 4? Even …
c# .net arraysI have a WCF Data Service project built with Visual Studio 2010, which was working fine. All of a sudden, it …
c# .net visual-studio-2010 visual-studioWhat is the difference between int, System.Int16, System.Int32 and System.Int64 other than their sizes?
c# .netIs there any class in the .NET framework that can read/write standard .ini files: [Section] <keyname>=<…
c# .net iniI'm busy rewriting an old project that was done in C++, to C#. My task is to rewrite the program …
c# .net arrays initialization