Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Customize rounded corner radius of a WPF polyline

c# .net wpf polyline

Default values for enums using the default keyword?

c# .net enums

WinForms ListView.HideSelection property has no effect?

IObservable in Silverlight 4 : type or namespace IObservable could not be found

How to replace an exported part / object in a MEF container?

c# .net mef

How do i use System.Net.NetworkInformation.GatewayIPAddressInformation Class?

How do I create a two-way link the SelectedItem property of a ListView?

Implicit/Explicit conversion with respect to the "as" keyword

c# .net casting

In c# how do I set the active directy field "office" so i can show the location of our users in Outlook

c# .net active-directory

Generic Dictionary with a value as a Interface with a Generic reference

c# .net generics

Documentation of WCF Default Binding Settings (e.g. wsHttpBinding)

Why does the DevExpress Treelist throw a HideException regularly?

.NET Treeview doesn't send click event on empty control

Code-friendly version of event signature in .NET

c# .net events

Update data without retrieving

.net nhibernate

C# deserialize xml file to form List<T>

c# .net xml xml-serialization

How to create Library project

How do I programatically change the layout of a Word 2010 document?

c# .net ms-word

Why there is no static destructor?

is it possible to use ?? operator on class member?

c# .net