Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

How can I do a Func<object[],Expression<Func<T,bool>>> dynamic?

c# .net lambda

Raising Events in Multi-Threaded Environment [duplicate]

How to unit test code that uses FederatedAuthentication.SessionAuthenticationModule

Why do my objects returned from Dapper have null and default property values?

c# .net dapper

Inserting data in multiple tables using Oracle stored procedure

WebBrowser: Drag&Drop

How merge two sequences into one?

c# .net sql vb.net linq

SignalR exception "Unrecognized user identity. The user identity cannot change during an active SignalR connection."

import a DBF file in SQL Server using SQL Script

sql .net sql-server foxpro dbf

Console application using Clipboard.GetFileDropList: how to check if that came from a cut or copy operation?

c# .net console-application

Implement finalizable dispose pattern with multiple related finalizable objects

How to mock EF 6 Async methods using JustMock?

How can I chain Resource Dictionaries that are externally loaded from disk, not included in project or assembly?

How to use custom serialization during .NET remoting?

c# .net serialization remoting

Getting ServiceStack to retain type information

SQLCLR using the wrong version of the .NET Framework

MethodImplOptions.AggressiveInlining vs TargetedPatchingOptOut

c# .net inline jit ngen

Starting an STAThread in C#

c# .net wcf sta

System.Threading.Timer not firing after some time

c# .net .net-4.0 timer

How to convert XmlNode into XElement?

c# .net linq linq-to-xml