Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Why Finalize method not allowed to override

c# .net

Why do some .NET Framework classes not use Generics when they could?

.net generics ienumerable

SelectionChanged event binding in Silverlight+MVVM-Light

Passing variable between winforms

c# .net winforms delegates

Why/How does .Net allow me to negate a Nullable<T> that's null?

.net nullable

Simple LINQ question in C#

c# .net linq

LINQ Source Code Available [closed]

c# .net linq .net-2.0

Accessing Windows API Constants and Structs for P/Invoke

c# .net winapi

C# - How to call a method from static void main

c# .net windows

Calling Thread.Sleep() inside lock statement in .net

.NET Framework 2.0 vs 3.5/4.0... any possible advantage to use the older version?

c# .net frameworks

Should BaseType of System.Object be the same as interfaces? [duplicate]

c# .net reflection types

A using namespace directive can only be applied to namespaces

c# .net datetime

Cannot implicitly convert type 'Newtonsoft.Json.Linq.JToken' to 'string'. An explicit conversion exists (are you missing a cast?)

c# .net json

.Net Program with both WinForm and Console Interfaces

c# .net vb.net winforms console

Substring until end of the character

c# .net

Vista UAC, Access Elevation and .Net

.net uac elevation

How to refactor tightly coupled classes?

Object to Object Mapping Utility

c# .net visual-studio oop

Determine the name of a constant based on the value

c# .net reflection constants