Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Efficient sorting of pairs<key, value> by value

c# .net performance sorting

Get a registry key value

c# .net registry

LinQ to objects GroupBy() by object and Sum() by amount

Is there a built-in way to compare IEnumerable<T> (by their elements)?

c# .net .net-3.5 comparator

LINQ inner join

c# .net linq

Where should logging logic sit within a DDD solution?

.NET collection to support LIFO

.net collections

Why is there OrderBy and OrderByDescending but not OrderBy(SortOrder)?

c# .net linq api

Convert VB.NET code to C# [closed]

How can a new Form be run on a different thread in C#?

What are the disadvantages of using P/Invoke

c# .net pinvoke

Moving from Winforms to WPF

.net wpf winforms

c# datasource is returning System.Data.DataRowView

c# .net data-binding

Inheriting from Array class

c# .net arrays

How to round and format a decimal correctly? [duplicate]

DateTime.AddDays vs Calendar.AddDays

C# - Code compiler for .NET & CF.NET

using interfaces - design pattern aspect

Do I have to dispose of returned objects that I don't use?

c# .net dispose

Regular Expression - Get Word Between Characters

.net regex