Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

C# Multiple Screen View Single Form

web.config transforms in alternate namespaces

WPF Datagrid horizontal scrolling with only header data

c# wpf datagrid

Correct way to use databases in Windows 8 and Windows Phone 8

How to overcome OutOfMemoryException pulling large xml documents from an API?

c# .net out-of-memory

Replace string with another in DataColumn of DataTable

c#

Fastest way to remove the leading special characters in string in c#

c# string

"Cannot modify the return value" error when modifying content of List<T>

c#

How to refactor this switch statement?

An exception of type 'System.OperationCanceledException' occurred

Sum, Subtract and Multiply arrays

c#

Entity Framework How to properly Update an entity Code First?

Invoke a SignalR hub from .net code as well as JavaScript

c# jquery asp.net-mvc signalr

How to get files from exact subdirectories

c# getfiles

Unexpected behavior from 2-level Task.ContinueWith

c# task-parallel-library

Converting for loops to parallel loops

How to write check if a TextBlock consists a specific string in windows phone 7 XAML?

c# windows-phone-7 xaml

C# re-using SQLCommand

c# sql

C# equivalent of a const pointer/pointer to const in C++

c# c++ clr constants

Using Random in generating 50 random numbers in c#

c# random