Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-3.5

How can I convince my admins to upgrade from ASP.NET 2.0 to 3.5?

WPF: DataBinding a ListBox where each item is a Tab Stop

c# wpf .net-3.5

Should I keep a SerialPort connection open?

.NET - Are there any flip clock controls?

c# winforms .net-3.5 clock

How can I accomplish ThreadPool.Join?

What's the best way to implement a dynamic proxy in C#?

Showing point values by default on ZedGraph

c# .net-3.5 zedgraph

using WIX3.6 to install .NET Framework 3.5 SP1 with Burn

.net-3.5 wix burn

Add decimal hours to timespan

c# .net .net-3.5 timespan

Insert cell comments in excel programmatically

c# excel .net-3.5 openxml

Catch block not catching exception

How can I generate a Bitmap from a winform control?

c# .net-3.5 bitmap

How to register a .Net service with a command line + parameters?

c# .net-3.5 service

Subset sum problem

How to invoke an event automatically when a function is called?

c# .net events .net-3.5

Binding a method that returns List<employee> to a gridview

.net .net-3.5

How to avoid massive memory leaks on WPF on .Net 3.5?

wpf .net-3.5

C+Ctrl KeyBinding is not causing copying to happen

wpf xaml .net-3.5

Difference between assigning an Action<T> method and subscribing to Action<T> event

AppDomain.CurrentDomain.DomainUnload not be raised in Console app