Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-4.0

Is it possible to convert language specific characters to latin characters in UTF8

unicode c#-4.0

How to hash a URL quickly

c# algorithm c#-4.0 hash

Is there a list of values I can use for objectClass and objectCategory?

Mapping DayOfWeek from the System namespace using Fluent Nhibernate

Linq to SQL create table

.net wpf linq-to-sql c#-4.0

Is C# 4.0 compile-time turing complete?

What is the function of the LockItem attribute in appSettings in App.Config file?

c# c#-4.0

How to use IronRuby or IronPython together with c# in Web/Windows Form?

Lazy<T> with LazyThreadSafeMode.PublicationOnly and IDisposable

C# deep/nested/recursive merge of dynamic/expando objects

ChannelFactory bug with dynamic arguments

What is a best practice for making a class's properties thread safe?

System.Net.WebRequest and TLS 1.2 creates a 'Handshake Failure' with haproxy

How good idea is it to use code contracts in Visual Studio 2010 Professional (ie. no static checking) for class libraries?

this operation is not supported in the wcf test client because it uses type system.object[]

.net wcf c#-4.0

Pass table value param to stored procedure using PetaPoco

How Dynamically change URL in a WCF Custom Behavior

Can I somehow mimic multiple inheritance using dynamic objects?

c# .net dynamic c#-4.0 .net-4.0

How to bind gridview using linq/Entity Framework?

The purpose of creating anonymous types in AutoFixture for class under tests?