Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

What is wrong with this CIL?

c# .net cil mono.cecil

How to override OnFileActivated event in App.cs to make OpenWith works right

How to replace NewLine in .NET for Linux NewLine

c# .net newline line-breaks

AMQP V1.0 Client for .NET

Is it possible to test WCF throttling behaviour through Wcftest client?

c# .net wcf throttling

Automapper add logging to Map method

.net logging automapper nlog

Package whole C# Console application in one file?

How to call ICommand.CanExecute in this case?

c# .net wpf xaml mvvm

Can I use events to signal between applications?

OAuth v2.0 in combination with ASP.NET MVC 4 Web API

Task.WaitAll() on continuation task only delays execution of original task?

F# game development: Modifying state variables

c# .net f#

Is the string type stored on the heap or the stack?

Is it possible to create a solution level configuration file in Visual Studio?

c# .net visual-studio-2013

Mouse cursor flickers over selected text - how to prevent this?

c# .net winforms richtextbox

What's the proper way of calling COM enumerators in .NET?

c# c++ .net com com-interop

.NET Mutual SSL handshake 'Client Authentication'

Is there a way to trim a Dictionary's capacity once it is known to be fixed size?

c# .net dictionary trim capacity

How to do forms authentication with SignalR (separate domains)?

C# Webform file upload with button postback not with POST