Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Does GetOrAdd wait if it's busy on retrieving a value with same key?

Is WPF Hardware-accelerated when Window AllowsTransparency = true?

c# .net wpf .net-4.5

Defining my own preprocessor directives in F#

.net f# fsi

Which prefix should I use for MySql named parameters in C# using Connector/Net?

Cannot use try / with blocks inside sequence expressions. How to get around it?

.net f#

How can I convert this string to date?

c# .net string datetime

Is it possible to parse "-1.#IND", etc using Double.Parse method

c# .net

Object position (line, column) in XML after deserialization .NET

c# .net xml

How to retrieve dual batteries status?

WCF Exception Logging

c# .net wcf

How to check effectively if one path is a child of another path in C#?

c# .net windows path

Could not load file or assembly Microsoft.ServiceHosting.Tools

.NET .resx files: why does name attribute often start with >>

.net winforms resx

Abstractionlayer for Database-Access

c# .net

HttpContext, alternative approach to Context.Request.Unvalidated for pre .Net 4.5 servers

c# .net

Should a UdpClient be disposed of?

Lack of 'DotNetOpenAuth.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=2780ccd10d57b246' in MVC 4 project

Creating semi-transparent panels/controls. Is there a foolproof way?

c# .net custom-controls

Unable to locate package monodevelop

.net ubuntu monodevelop

Executing SQL batch containing GO statements in C#

c# sql .net sql-server