Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Whats the risk of using TPL with ConcurrentDictionary with "addValueFactory"? MSDN implies threading issues

Simple Xml parse with Xdocument

c# xml-parsing linq-to-xml

How to navigate in WPF using PRISM and bind DataContext

c# wpf mvvm prism

Calling C# webMethod in Objective C

How to get twitter user timeline in C# using Twitterizer

c# asp.net twitter twitterizer

How to detect if executable requires UAC elevation (C# pref)

c# windows file uac

Getting multiple controls and changing propertys

c# winforms controls

Handling commands in WPF application without window

c# wpf xaml

How to remove the plus sign (+) displayed on GMap centre location?

c# gmap.net

LINQ Design Curiosity: Skip/Take vs. SkipWhile/TakeWhile

c# linq

Is a ConcurrentBag still the proper choice for backing an Object Pool if you know the access pattern will be unfavorable?

Correct way to dispose object in C#?

c# dispose

WPF, how to reset combobox after selection is made

c# wpf xaml combobox

SpreadsheetLight working with multiple worksheets

How do I make sure that my windows impersonation level is valid?

linq query to split a time interval into daily batches with part days at start and end

c# linq

Application Insights in desktop app won't send perf counters

Writing Case statement in LINQ

c# linq

Thread safe limited size queue, without using lock

How to remove XML node by attribute

c# xml