Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Multiple applications on the same kinect device

c# .net kinect

MongoDB Official C# Driver in ASP.NET MVC app with Ninject dependency injection

MS Unit Test with pre and post conditions

.net visual-studio mstest

How can I catch the unhandled exceptions of another process?

c# .net windows

Websphere MQ Queue Depth with XMS.Net

c# .net ibm-mq

NTAccount.Translate Method fails with error Some or all identity references could not be translated

Contiguous (USA) State Check

c# .net graph-theory

InvalidCastException when using Dapper to map a Date field from MySql

c# .net mysql dapper

Find application path from inside a web method

c# asp.net .net webmethod

What am I doing wrong with Threading?

c# .net multithreading

What is the purpose of the single quotes in this regex expression?

c# .net regex string-literals

Run .net event Asynchronously?

c# .net events .net-4.0

Creating a back button in ASP.NET

c# asp.net .net asp.net-1.1

How can I compute a base 2 logarithm without using the built-in math functions in C#?

c# .net logarithm

How to properly apply backgroundcolor on a text in RichTextBox

c# .net wpf richtextbox

How is this kind of abuse of generics not ambiguous/trigger an error in the compiler

jquery table dnd plugin with gridview - on drop event never works

jquery .net

In WebApi, where should I save data between calls to my ActionFilter?

What is a good way to make a session value available to JavaScript?

Why .Concat method's return value type looks a bit weird: System.Linq.Enumerable+(...)?