Do NOT use for questions about .NET Core - use [.net-core] instead.
I saw the ViewBag in MVC 3. How's that different than ViewData in MVC 2?
.net asp.net-mvc-3 difference viewbag viewdataI often want to grab the first element of an IEnumerable<T> in .net, and I haven't found …
c# .netWhat do I need to do to make a Windows Forms application run in the System Tray? Not an application …
c# .net winforms system-trayThis is my first time ever using JSON as well as System.Net and the WebRequest in any of my …
c# .net json httpwebrequest json.netI want to run regasm.exe from cmd. which is available in c:\windows\Microsoft.net\framework\2.057 I do like …
.net c++ visual-c++ command-line operating-systemI am looking for a .NET implementation of a priority queue or heap data structure Priority queues are data structures …
c# .net data-structures heap priority-queueLet's say I have this SQL: SELECT p.ParentId, COUNT(c.ChildId) FROM ParentTable p LEFT OUTER JOIN ChildTable c …
c# .net linq linq-to-sqlI have a C# winforms app that runs a macro in another program. The other program will continually pop up …
c# .net winformsIs there an open source library that will help me with reading/parsing PDF documents in .Net/C#?
c# .net pdfWhile debugging my C# application I have noticed a large amount occurrences of the following sentence: The thread -- has …
c# .net debugging