Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Web like Desktop GUI in C# winforms

c# .net winforms

Hiding the PromptChar for .NET's MaskedTextBox

Is it possible to create a generic bitwise enumeration 'IsOptionSet()' method?

c# .net enums bit-manipulation

Why lookup in SortedDictionary<> is SLOWER than lookup in Dictionary<>?

.net algorithm

How to refresh data driven combo box on a winform

creating Virtual directory in IIS 7.0 using c#.net

.net

Readonly wrapper of a LinkedList. HowTo?

.net list .net-2.0 readonly

How to make PLINQ to spawn more concurrent threads in .NET 4.0 beta 2?

How to ensure that no item is selected in databound ListBox?

.net wpf listbox selecteditem

is there a way to continue an exception in C#?

c# .net exception continue

.NET WCF service references use server name rather than IP address causing issues when consuming

.net wcf iis

The stack is an implementation detail, or not?

.net stack value-type

Recommend a solid .Net FTP library [closed]

c# .net ftp

Linq Query not returning IEnumerable

.net vb.net linq

Why does the .NET framework not include USB tools [closed]

TreeView text clipped if font changed from bold to regular

.net fonts treeview bold

Can I display links in a ListView's detail mode?

c# .net winforms listview

Is VisualStudio 2010 built with WPF/XAML?

what exactly happens when we use ajax

.net ajax asp.net-ajax

Refactoring method with many conditional return statements