Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .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

Value Types, Immutability (Good) & Mutability (Evil) in .NET [duplicate]

Inconsistent accessibility: parameter type 'x' is less accessible than method 'y'

c# .net class methods parameters

Entity Framework returns null for Include properties

c# sql .net entity-framework

What exception should I throw when method returns invalid result

c# .net exception

How to make asynchronous methods that use a queue thread safe

TPL Dataflow async scheduling

How to guarantee that async method continuation runs on another thread?

C# .Net SqlConnection to LocalDB

Why am I getting sporadic invalid tokens for email verification in ASP.NET Identity?

c# .net asp.net-identity-2

Why are locks used here?

System.ServiceModel.QuotaExceededException

c# .net

Getting "incorrectly aligned or overlapped by non-object" error on explicit struct

c# .net marshalling

T4 Assembly directive cannot find the file specified

Why doesn't Nullable<T> implement IComparable?

.net generics