Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-3.5

Working with byte arrays in C#

Why would overwriting .GetHashCode clear these databound values in WinForms?

How can I draw a "soft" line in WPF (presumably using a LinearGradientBrush)?

.net wpf xaml .net-3.5 gradient

ListViewItem's group not being preserved through another collection

c# winforms listview .net-3.5

AesManaged versus RijndaelManaged [closed]

Form.Parent and StartPosition.CenterParent

c# winforms .net-3.5

Dynamic LINQ and Dynamic Lambda expressions?

linq .net-3.5 dynamic lambda

How to force an application to use .NET 3.5 or above?

.net .net-3.5 .net-4.0 clr

Design: How to inform controllers about data modification across application

Design Patterns using IQueryable<T>

Why would Process.WaitForExit throw a "no process" exception even when a process does exist?

FirstOrDefault() off of a LINQ versus FirstOrDefault() with a Lambda?

linq .net-3.5

SetWindowsHookEx failing in .NET 4.0 on 32-bit machine with "module not found"?

Which wizard control can I use in a WinForms application?

.net winforms .net-3.5 wizard

Winforms DataGridView databind to complex type / nested property

BindingList and LINQ?

c# .net linq .net-3.5 c#-3.0

Getting configuration settings from web.config/app.config using class library

asp.net vb.net .net-3.5

compiler build error : The call is ambiguous between the following methods or properties

Something better than .ToArray() to force enumeration of LINQ output

c# linq .net-3.5

How to make a text box Visibility=Hidden with a trigger