Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-3.5

c# how do i programmatically create a replica of my form?

c# .net winforms .net-3.5

Distributed Monitoring Service using C# .NET 3.5 [closed]

c# .net-3.5 monitoring

Compiling C# .net 4 code to .net 3.5?

XBAP applications won't download: The operation has timed out?

.net-3.5 xbap

Assigning custom objects to array with a for loop?

Using a 3.5 assembly in 4

c# .net c#-4.0 .net-4.0 .net-3.5

Restrict dates in 'datetimepicker' in C#

best way to close hosted process

c# process .net-3.5 kill

Is it possible to define a left-handed ComboBox (ie. scrollbar on the left) in a winforms application?

c# .net .net-3.5 combobox

CRUD for dapper dot net using dot net 3.5

orm .net-3.5 crud dapper

Switch case giving me an error

c# .net-3.5 asp.net-3.5

What is the most efficent way to perform boolean logic operations in C#.NET?

ASP.NET 4.0 application under 3.5 application pool

Conditional resizing of JQuery dialog to content height after opening the dialog

TryGetValue() in linq expression with anonymous types

c# linq .net-3.5

How can I put WebBrowser display behind my control?

.net wpf xaml .net-3.5 browser

Collections Question (.NET 3.5, C#)

c# .net-3.5 collections

Will .NET Framework 1.x apps run on PC's with .NET 4.0 only?

c# .net vb.net .net-3.5 .net-1.1

Unable to pass IEnumerable<Triangle> into a function that is looking for IEnumerable<IShape>