Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

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

NuGet 2.8.6 causing dependency on .NET 4.5+?

How can I change COM Security settings programmatically by c#?

c# .net

Windows Service not starting: "The service is not responding to the control function."

How to install and use additional voices in SpeechSynthesizer()?

.net text-to-speech speech

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

.net http url iis-7

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

.net macos deployment mono

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