Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

WinRT equivalent of these .Net culture methods?

The application called an interface that was marshalled for a different thread

c# .net com wmi

How to change encoding of UserAgent in HttpWebRequest?

c# .net ios unicode user-agent

system-wide hot keys -- how to detect global keyboard shortcuts programmatically?

Unexpected speed-up on .NET Framework 4.5

c# .net

WinRT Replacement for System.ComponentModel.TypeConverter

What is the Uri bug in .NET that Ayende refers to in the Raccoon Blog source code?

asp.net .net uri

escape curly braces { in a string to support String.Format

c# .net

PODIO JSON Feed to C# Objects polymorphism

c# .net json podio

What effect does the virtual keyword have on entity properties in Entity Framework 5?

Generating T4 on Build using VS 2012

c# .net t4

Accessing UniData through .net

sql .net u2 unidata u2netdk

Using custom .NET classes with overloaded arithmetic operators in PowerShell

c# .net powershell operators

Lazy loading of assemblies/catalogs

Read SQL Table into Dictionary<string, List<string[]>>

Bounded (Db)Contexts in Entity Framework Architecture

How to manually kill a specific (running) thread from Visual Studio

Convert List to a Pivot List

c# .net pivot

How can I improve this exception retry scenario?

c# .net exception-handling

ShouldSerialize*() vs *Specified Conditional Serialization Pattern