Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Specific regex in C# .NET

c# .net regex

Can't find nor use System.Web.Services.dll

c# .net

Foreign key created in shadow and appending random 1 to column name

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

Should I implement a C# destructor (aka finalizer) to unsubscribe from a system event? [duplicate]

c# .net mef

Sharing code between two c# assemblies

c# .net

Rhino Mocks -- assert no interaction with mock/stub

how to monitor/sniff local DNS lookups to the windows local DNS? (on XP, Vista, Win7)

c# .net dns

Disable scripts in WebBrowser Control

.net browser

Play .WMV with C#.Net

c# .net dll video audio

Bundling only part of the prerequisites with ClickOnce

Redundancy in Using Directives

c# .net

Use reactive extension to pair request and response

c# .net system.reactive

ServicedComponent hosted in a Windows Service visible from COM

.net com windows-services

Async-Await expression returns wrong result [closed]

c# .net async-await .net-4.5

Casting, Assignability and custom conversions

Benefits of "using" block for SqlCommand initialization

Prevent a setter from re-running an action when it's being deserialized with Newtonsoft JSON.NET

Pass array from client side to service side c#