Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Why does a single loop cause a memory leak?

Are there benefits to quick-exiting a method or constructor?

Call F# function that has a function parameter from C#

c# f#

decimal.parse("value") seems odd

c#

What is the correct casing convention for C# local and instance variables? [closed]

How do I ScrollIntoView after changing the filter on a ListView in a MVVM (WPF) App?

c# wpf listview mvvm filter

TextBlock accepting only digits in Windows Phone 7

c# windows-phone-7

DataTable (like DataSet) component in Delphi

c# delphi tdataset

ODBC Command does not provide the count of inserted records

c# mysql .net odbc

How to get FileInfo via a foreach Loop?

How to show Windows Login Dialog?

c# .net wpf windows winapi

removing single quote from end of a string in C#

c#

Can I cast an int into a C# enum type?

c# .net enums

Prevent people from reverse-engineering my network protocol

How to cast from a concrete class to an interface type?

c#

Regular Expression - Finding 4 digits in a string

c# regex string

Using Linq to filter out certain Keys from a Dictionary and return a new dictionary

c# linq

ASP.Net MVC3: UrlHelper Extension method requires argument

c# asp.net asp.net-mvc-3

More elegant way to update index into circular list?

c#

Filtering dates between x & y using ODATA

c# .net odata asp.net-web-api