Do NOT use for questions about .NET Core - use [.net-core] instead.
Do you need to dispose of objects and set them to null, or will the garbage collector clean them up …
c# .net garbage-collection disposeHow do I start a process, such as launching a URL when the user clicks a button?
c# .net windows process process.startWhen connecting to a network share for which the current user (in my case, a network enabled service user) has …
c# .net winapi networking passwordsI'm new to parallel programming. There are two classes available in .NET: Task and Thread. So, my questions are: What …
c# .net multithreading taskmsiexec is command prompt software that installs an MSI program. But I have found that you can install an MSI …
.net command-line installation windows-installerController: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using MvcApplication1.Models; …
c# .net entity-frameworkIs there a built-in way of getting the full URL of an action? I am looking for something like GetFullUrl("…
c# .net asp.net-mvc url-routingI just can't remember those. So, what is the right way to properly terminate old fashioned ASCII lines?
.net windows asciiI'm using LINQ on an IQueryable returned from NHibernate and I need to select the row with the maximum value(…
c# .net linq