Do NOT use for questions about .NET Core - use [.net-core] instead.
Both Session.Clear() and Session.Abandon() get rid of session variables. As I understand it, Abandon() ends the current session, …
asp.net .net session session-stateI have a dll-type project that contains MSTest integration tests. On my machine the tests pass, and I want the …
.net visual-studio configuration continuous-integration release-managementI want to execute a query like this var result = from entry in table where entry.something == null select entry; …
.net entity-framework ado.netHow can I hide a TemplateField column in a GridView? I tried the following: <asp:TemplateField ShowHeader="False" Visible=…
asp.net .net data-binding gridview exception-handlingIn the standard PrintDialog there are four values associated with a selected printer: Status, Type, Where, and Comment. If I …
c# .net printing printers printdialogI'm getting the following exception in my Windows Service Application: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.…
.net reportviewerI recently created a WCF service (dll) and a service host (exe). I know my WCF service is working correctly …
.net wcf exception-handling wcf-configuration wcf-endpoint