Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-4.0

Converters are being called on every keystroke rather than at the end of user input

CheckInGatedChanges Activity Location In Build Workflow

c# .net .net-4.0 tfsbuild

How to create unique ID from 3 values <int, int, DateTime>?

c# .net .net-4.0

Fail early or clearly throw when an enum cannot be serialized

c# wcf .net-4.0

NullReferenceException in System.Runtime.CompilerServices.AsyncServices.<ThrowAsync>b__1()

DateTime.TryParse cannot parse DateTime.MinValue

Should I wrap a task in another task or should I just return the created task?

.NET 4.0 Project will not run on Windows xp

c# .net wcf .net-4.0

app.config "forced" (?) on .net 4.0.. is it needed?

.net-4.0 upgrade app-config

How to configure multiple WCF binding configurations for a single scheme

Free .NET Profiler for .NET 4.0 mixed code

cannot be cast to [B]; Same context (Default); Different Temp File

asp.net iis .net-4.0

Are there any parts of LINQ I should avoid for SQL 2000?

linq linq-to-sql .net-4.0

iterate over a class for properties

c# .net-4.0 asp.net-4.0 t4

WPF Popup has a black border instead of a transparent one

c# wpf xaml .net-4.0 popup

Check if a webservice exists

FolderBrowserDialog SelectedPath with reparse points

c# .net winforms .net-4.0

Is it valid to use `<%= "{0}, {1}", arg1, arg2 %>` in place of `<%= string.Format("{0}, {1}", arg1, arg2) %>` in ASP.NET aspx pages

How do you add the 4.0 reference assemblies to your build server (so the compiler finds them)?

Calling varargs method via DynamicMethod