Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-4.0

Dynamically implementing an interface in .NET 4.0 (C#)

c# .net dynamic .net-4.0 c#-4.0

What instantiate-able types implementing IQueryable<T> are available in .Net 4.0?

How can I trace the HttpClient request using fiddler or any other tool?

c# c#-4.0 httpclient fiddler

How do I create an COM visible class in C#?

C# 4 "dynamic" in expression trees

How can I simulate a mouse click at a certain position on the screen?

c# wpf c#-4.0 click mouse

Convert an int to bool with Json.Net [duplicate]

How to get current working directory path c#?

How do I use GZipStream with System.IO.MemoryStream?

c# .net-4.0 c#-4.0 gzip

How can I securely embed a static string (key) in C#?

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