Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-4.0

Why do I get this compile error trying to call a base constructor/method that takes a dynamic argument?

using ILMerge with .NET 4 libraries

Adding unknown (at design time) properties to an ExpandoObject

c# c#-4.0 expandoobject

Using System.ComponentModel.DataAnnotations with Entity Framework 4.0

object to string array

c# c#-4.0 c#-3.0

C# 4.0 Dynamic vs Expando... where do they fit?

Is there a way to convert a dynamic or anonymous object to a strongly typed, declared object?

How to get DateTime from the internet?

c#-4.0 datetime

What is the entry point of a WPF application?

c# .net wpf c#-4.0

Named arguments and generic type inference in C# 4.0

How does one configure HttpClient not to automatically redirect when it receives a 301 HTTP Status Code?

Parallel ForEach on DataTable

How do I express a void method call as the result of DynamicMetaObject.BindInvokeMember?

Task.Factory.StartNew vs new Task

c# c#-4.0 asynchronous

Why is C# dynamic type static?

c# c#-4.0 dynamic

How to call a C# library from Native C++ (using C++\CLI and IJW)

How to get first object out from List<Object> using Linq

c# .net list linq c#-4.0

how to set default culture info for entire c# application

Why isn't there generic variance for classes in C# 4.0?

c# .net generics c#-4.0

Serialize an object to XElement and Deserialize it in memory

c# xml linq serialization c#-4.0