Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-3.5

MDI Form detecting with a child form is added or removed

c# winforms .net-3.5 mdi

Split large file into smaller files by number of lines in C#?

c# .net .net-3.5

How can I restart Application Pool's from a website without having setting app pool identity to local system?

Thread-safe buffer for .NET

Forcing an app to run single core only?

c# multithreading .net-3.5

Animated GIF problem in WPF

c# wpf .net-3.5

is .net ( or any part of it ) open source?

.net asp.net .net-3.5 .net-2.0

XML: A namespace prefix is claimed to be not declared when it fact it is

Efficient way to remove all entries in a dictionary lower than a specified value

c# linq .net-3.5 dictionary

VS 2012 Debugger hangs when I try to quick watch variables

Adding a horizontal separator in a MenuStrip

c# .net-3.5 menustrip

Snapping / Sticky WPF Windows

c# .net wpf .net-3.5

Ensuring only one application instance [duplicate]

c# .net winforms .net-3.5

Parsing command-line options in C# [duplicate]

Logging with NLog and runtime parameters to Database

NHibernate ICriteria - Does the sort allow for null?

c# nhibernate .net-3.5

How do I loop through all layers of Treeview nodes?

c# winforms .net-3.5 loops

How can I use a custom TabItem control when databinding a TabControl in WPF?

What does ?? mean in C#? [duplicate]

c# .net .net-3.5 nullable

Is std::byte in C++ 17 equivalent to byte in C#?