Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-4.0

How can I validate a PasswordBox using IDataErrorInfo without an AttachedProperty or DependencyProperty?

wpf xaml c#-4.0 mvvm

Are there any commonly used implementations of IQueryable?

c# c#-4.0

C# Generic List.Any() throws System.NullReferenceException

Is it possible to call a user-defined (custom) R function from within C#?

r c#-4.0

What is the alternative for number(2,0) of oracle in sqlserver?

asp.net sql-server c#-4.0

is it possible to run clickonce application with Mono?

c#-4.0 mono clickonce

Completed c# Task Runs Again... Why?

c# c#-4.0 async-await

Loading .NET UserControls in IE with .NET 4.0

Reflection test does not show expected numbers

.NET Framework 4.0: Chaining tasks in a loop

Adding a System.Threading.Timer to a windows service in VS 2010

set Enums using reflection

c# c#-4.0 c#-3.0 c#-2.0

How to fix "unhandled exception" when clicking on WPF DataGrid?

c# wpf c#-4.0 wpf-controls

How to efficiently implement immutable types

c# c#-4.0

Explicit cast of dynamic method return value within a method doesn't allow an extension method to be called

c# c#-4.0 dynamic

When to separate code into new assemblies (DLL's)

Serialization of TestRunType throwing an exception [duplicate]

How to programmatically compile a c code from a c# code using mingw32-gcc compiler

c# c#-4.0

Connection Pooling with Access database

How to make sure validation in adorner layer is shown behind other controls