Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-4.0

c# lock and listen to CancellationToken

Porting a Prism-based WPF application to .NET Core

c# wpf .net-core .net-4.0 prism

Problems using FluentNHibernate + SQLite with .NET4?

Why can't I cast DateTime[] to object[]?

c# .net .net-4.0 casting

DirectoryInfo.EnumerateFiles(...) causes UnauthorizedAccessException (and other exceptions)

c# algorithm .net-4.0

A .Net4 Gem: The ConcurrentDictionary - Tips & Tricks

.net .net-4.0 concurrency

Is there an ASP.NET WebControl for the <p> tag?

Constants in .NET with String.Format

c# .net-4.0

ThreadLocal<T> and static approach?

Where I can download the REAL Full .Net Framework 4 Standalone Installer?

.net-4.0

Thread Safety with Dictionary

XmlSerialize an Enum Flag field

Populate IEnumerable through XAML neatly?

xaml .net-4.0

.NET 4 RTM MetadataType attribute ignored when using Validator

Configuration error: System.Web.Helpers

Why does a direct cast fail but the "as" operator succeed when testing a constrained generic type?

Doesn't .NET 4.0 contain .NET 2.0?

What .NET 4.5 (or earlier) higher-level constructs make Threading easier?

Generic method inside non-generic class

c# .net generics .net-4.0

How to execute a private static method with optional parameters via reflection?