Do NOT use for questions about .NET Core - use [.net-core] instead.
How to bring my application window to front? For example whan my app needs attention. This is for my personal …
c# .net winformsI'm trying to center a fixed size control within a form. Out of interest, is there a non-idiotic way of …
c# .net winforms center-alignI'm receiving an unhandled exception while debugging, and the program stops executing. The debugger doesn't show me the line so …
c# .net exception aggregateexceptionWhat is the difference between the internal and private access modifiers in C#?
c# .net private access-modifiers internalC# 2008 I have been working on this for a while now, and I am still confused about the use of …
c# .net idisposable finalizerI just got this exception (ProtocolViolationException) in my .NET 2.0 app (running on windows mobile 6 standard emulator). What confuses me is …
.net webrequestI'm trying to create a ZIP archive with a simple demo text file using a MemoryStream as follows: using (var …
c# .net zip compression ziparchive