Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Can a return statement prevent a using statement from closing a connection to a database?

Where I can download compiler for C# 4.0 without Visual Studio 2010?

Which controls have ViewState maintained?

c# .net asp.net viewstate

WPF Slider problems

c# wpf slider

Abstract base class or Interface? Neither seem right

How to write bits to a file?

c# .net io bit

Does my code properly clean up its List<MemoryStream>?

BackgroundWorker completed event - which thread?

TCP Socket Server Builds Up CLOSE_WAITs Occasionally Over Time Until Inoperable

Web Service returning object with null fields

c# .net wcf web-services

C# CA2104 - Automated Code Analysis dislikes static readonly mutable types

Does the GC still clean up if you end process in task manager?

c# garbage-collection

To check weekday of a month

c# date calendar

Why does an Excel VSTO addin run slower on a higher spec machine?

c# performance excel vsto

Disposing a form from parent form in C#?

c# class forms object dispose

Draw overlay on an image

c# wpf xaml drawing overlay

What's the point in Max(Threading.Interlocked.Increment(Offset), Offset - 1)?

c# .net multithreading

C#: Where should you place event handler delegates?

How to get an Eclipse-like class outline in VS 2008/C#?

Determining size of a future file while data is still in memory

c#