Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

How to write tests for debug and release configurations

Exception is thrown by SOS

.net windbg sos

How get Attribute Value in CodeAttribute

c# .net visual-studio t4

Using different versions of the same DLL in a project

c# .net dll

Is it ok to have a GUID private property in a class in order to use it in GetHashCode override?

c# .net guid gethashcode

What's the standard pattern for a method that might fail for different reasons? [closed]

java c# .net

TPL Dataflow block never completes on PropagateCompletion

CONTEXT_INFO lost while executing Entity Framework .SaveChanges (overload)

c# sql .net entity-framework wcf

Can I safely intermix Linq-to-SQL queries and non-Linq-to-SQL queries on the same DataContext.Connection?

.net linq-to-sql

Get with Reflection fields that are not generated by the compiler

c# .net reflection

Get all DNS records associated with an IP

HTTP 400 : detected invalid characters in the URL. IIS decoding URL too early? Whats going on here?

.net http url iis-7

Side effects of calling Assembly.Load multiple times

c# .net load assemblies

How do I turn a Mono .exe into a bundle for OS X?

.net macos deployment mono

NUnit "missing" GPSVC.DLL on Windows 7/64

With Windows Azure Tools, why do I receive Invalid access to memory location?

Allow async method to be called only one instance at a time

Adding an "average" parameter to .NET's Random.Next() to curve results

c# .net algorithm random

Null coalescing operator IList, Array, Enumerable.Empty in foreach

Clipboard behaves differently in .NET 3.5 and 4, but why?

c# .net .net-4.0 clipboard