Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-3.5

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

ASP.Net error: “The type ‘foo’ exists in both ”temp1.dll“ and ”temp2.dll" (pt 2)

Asp.Net Mvc - Html.TextBox - Set Autofocus property

The request failed with HTTP status 401: Unauthorized

A function that only permits N concurrent threads

c# multithreading .net-3.5

Is there unreachable code in this snippet? I don't think so, but Resharper is telling me otherwise

How to get the top 3 elements in an int array using LINQ?

c# linq .net-3.5

Getting the .Text value from a TextBox

c# asp.net .net-3.5 textbox

C# 3.5 partial class String IsNullOrWhiteSpace

c# .net string .net-3.5

Find highest integer in a Generic List using C#?

c# .net-3.5

Canonical HTTP POST code?

c# http post .net-3.5

Best Way To Determine If .NET 3.5 Is Installed

Detect Drag'n'Drop file in WPF?

c# wpf .net-3.5 drag-and-drop

How to serialize an IList<T>?

Strange Behaviour Using Delegates and Lambdas

c# .net-3.5 lambda