Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

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

How to add background task to Windows Store App

Convert UNC path to local path in C#

c# .net windows path

Why doesn't Stack, Queue and List shrink the internal array after removing an item?

Short date format for en-CA in .net

.net datetime

Sample serial port comms code using Async API in .net 4.5?

how to add more details to a Task returned by HttpClient.GetAsync

When is a .NET assembly unloaded?

.net clr

WCF: Failed to add a service. Service metadata may not be accessible. Make sure your service is running and exposing metadata

c# .net wcf 64-bit

Would MVC call Dispose if your ViewModel was IDisposable?

Speed up reverse DNS lookups for large batch of IPs

read .p7m file using c#

c# .net smime

Accessing imgUr thru OAuth (uploading to user account)

Fire and forget using ThreadPool.QueueUserWorkItem or async await? [closed]