Top ".net" questions

Do NOT use for questions about .NET Core - use [.net-core] instead.

Int to byte array

I thought .net had some kind of easy conversion method to use for converting an int into a byte array? …

c# .net bytearray int32
In ASP.NET, when should I use Session.Clear() rather than Session.Abandon()?

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-state
Requested registry access is not allowed

I'm writing a tweak utility that modifies some keys under HKEY_CLASSES_ROOT. All works fine under Windows XP and …

c# .net security uac registry
How to select different app.config for several build configurations

I 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-management
How can i query for null values in entity framework?

I want to execute a query like this var result = from entry in table where entry.something == null select entry; …

.net entity-framework ado.net
How to hide a TemplateField column in a GridView

How 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-handling
How to get Printer Info in .NET?

In the standard PrintDialog there are four values associated with a selected printer: Status, Type, Where, and Comment. If I …

c# .net printing printers printdialog
Microsoft.ReportViewer.Common Version=12.0.0.0

I'm getting the following exception in my Windows Service Application: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.…

.net reportviewer
Service has zero application (non-infrastructure) endpoints

I 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
Combine two (or more) PDF's

Background: I need to provide a weekly report package for my sales staff. This package contains several (5-10) crystal reports. …

c# .net winforms pdf