Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Change value in setter property when using WPF two-way databinding

.net wpf data-binding

What is the DataGrid MappingName for a non DataTable DataSource?

How to generate double value from TimeSpan

.net double timespan

Permutations of capitalization

c# .net string capitalization

Active Directory Helper Class

Calling a method with ref or out parameters from an anonymous method [duplicate]

c# .net

Managed access to microphone input and system volume

.net audio microphone

How do I get a path suitable for storing temporary files?

c# .net

IDisposable chain

Is there a production quality Google Protocol Buffers implementation in .NET

.net protocol-buffers

How do I find a file that may not be fully-qualified by using the environment path?

C# - List<T>.Remove() always deletes the first object on the list

How can I get fields used in a method (.NET)?

.net reflection methodinfo

Is it a bad idea to jump into LINQ to SQL now?

How can I ask Windows to print a document?

c# .net c++ windows winapi

Convert string to double with 2 digit after decimal separator

WPF - Control over blending between semi-transparent layers

.NET - Is the Queue.Enqueue method thread safe?

Database neutral .NET application

.net orm database-agnostic

How to remove an object from a list collection?

c# .net asp.net asp.net-mvc