Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

.NET project not building after changing the platform to x64 and back to Any CPU

RowStyles and Rows doesn't match in TableLayoutPanel?

get print queue details for a shared printer

Visual studio cannot detect newly created class for asp.net "website"

c# asp.net .net visual-studio

C# Unable to load DLL (Module could not be found HRESULT: 0x8007007E)

Rename a button with < character in wpf

c# .net wpf

What is the property of the C# language that makes reflection possible?

How to convert the I/O port access of Turbo Pascal for Win32 to C#.Net

c# .net turbo-pascal

Fixing error - There is already an open DataReader associated with this Command which must be closed first

c# .net

Is it safe to use newer C# features when building for older .NET Framework versions?

c# .net visual-studio

Unique Values from a list of of items in C#

c# .net linq grouping

How to convert date to 'ccyymmddhhmmss' format?

c# .net datetime date-format

Why can't I use ConditionalAttribute on a class?

Using try/catch blocks in unit tests

c# .net unit-testing

FileSystemWatcher events raising twice despite taking measures against it

c# .net filesystemwatcher

Why is this function faster and why are multiple enumerations of it faster than the first?

c# .net performance linq

Hosting two WCF services using a single console app

C#.Net UdpClient Receive Event

c# .net udpclient

How to use try catch nicely in multiple methods?

c# .net try-catch

Static constructor and inheritance