Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Implementing an interface

c# .net inheritance interface

Dynamically write ASP.NET code to .aspx file using C#

c# html asp.net .net

C#: Extended WPF Toolkit - Customixing Button Labels in a MessageBox

c# .net wpftoolkit

InvalidCastException Dictionary<string, string> using Exception.Data

Why double.IsNaN has so strange implementation

Select ComboBox by value in winforms

c# .net winforms combobox

Calling Task.wait may not wait if the task has not yet started?

Dapper Multi-mapping APIs splitOn param Error - I'm not using MultiMapping

c# sql .net dapper

Linq Results of Where to Object Collection

c# .net linq

How can I combine an IEnumerable(Of IEnumerable) using LINQ?

c# .net vb.net linq

c# async without await

how can i find lcs length between two large strings

c# .net text lcs

TaskCreationOptions for an async Task Method

Accepting FSharpFunc where Func is expected

.net f# extension-methods func

int -> int list is not compatible with type int -> IEnumerable<'a>

c# .net linq f#

Is WPF XAML Browser Application (XBAP) works on Android and Windows Phone browsers? What are the alternatives?

Two tasks are firing even when there's only one item, using async/await and Task.WhenAll

What would be implementation GetHashCode() for IEqualityComparer<double>

c# .net hashcode

ToListAsync() does not complete at all

DateTime.ParseExact returns current date

c# .net datetime