Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Regex to match comma in string

c# regex

Nunit - testing exe

c# visual-studio-2010 nunit

Quickest way to display a List<String> in a WinForms app?

c# winforms

Generic factory method for a generic interface

c# generics factory-pattern

Will the following cached item expire after 15 minutes?

c# asp.net caching

Why can't get the right value of dropdownlist in asp.net

c# asp.net html

How to determine if a Directory/Folder has been changed

c# directory subdirectory

Programmatically Call WPF TargetedTriggerAction

Avoid crashing when file is locked?

Drawing 2D Graphics To A Form Seems To Lag/Slow Down My Program

c# .net graphics 2d lag

Adding Visual States to a Data Template in Windows 8

c# xaml windows-8 datatemplate

How to create an internet shortcut with an icon in c#?

c# wpf icons shortcut

creating a list from two ints

c#

Adding NUnit 2.6.1 reference Visual Studio 2012

How to embed AssemblyFileVersion in resource/constant/string/other?

c# .net visual-studio msbuild

Visual Studio referencing a ServiceStack SOAP method

How can Nullable<T> use it's underlying value type extension method

c# .net enums nullable

QueueUserWorkItem with delegate does not work, but WaitCallBack does work

c# multithreading delegates

Proper way to dispose Hwnd IntPtr

c# memory-leaks handle

Lambda and memory leaks: Looking for alternative approaches

c# events lambda