Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

CA1811 warning for private imported properties in WPF

c# .net wpf properties mef

Localization works when culture is set via QueryString but not when culture is in route

Why running .Net Regex with ECMAScript flavor support \A

c# .net regex ecma

Can you step into specific properties in VS 2010?

Guidelines for solution source code organisation(OO/DDD)

How to write in an file in MSIL code

.net cil

Office 2007 add-in takes long time to load the first time

.net vsto office-addins

Any point unit testing methods that use EF or Linq?

System.Windows.Forms.Timer and instance variables

What is the purpose of File.Exists if not path validation?

.net msdn

How set a Session variable expired time on MVC 5?

c# asp.net .net asp.net-mvc

Cannot cast DBNull.Value to type 'System.DateTime'. Please use a nullable type

c# sql .net sql-server-2008-r2

Why isn't AddMonths() working on my DateTime? (see code)

C# login to website using HTTPWebRequest

.net strongly typed view Model not set to instance of object [duplicate]

Why is my array index out-of-bounds in this algorithm?

c# .net arrays algorithm

How do I call a C++ function that sets the values of an int array from C#?

c# c++ .net