Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-3.5

A generic list of generics

c# generics .net-3.5

What does "=>" mean?

c# .net .net-3.5 lambda

Pass a method as a parameter [duplicate]

c# .net-3.5

InvalidCastException in a LINQ query

.NET List.Distinct

Check that all items of IEnumerable<T?> has the same value using LINQ

c# linq .net-3.5 ienumerable

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