Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Sort order when using foreach on an array, list etc

.net arrays foreach

Why would adding an **appSettings** section to App.config cause an error in WPF application?

.net wpf prism app-config

Where can you release eensy weensy helpful little .NET classes?

.net components release

Run .NET application as administrator

.net security uac

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