Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

MediatR register only specific handlers in an assembly with ASP.NET DI

Get AppDomain for another .NET framework process

What's wrong with the IL I'm emitting in a Reflection.Emit.DynamicMethod?

c# .net reflection

How to map Oracle database NUMBER to c# bool type in .NET Core?

ApplicationSettingsBase writes empty tag for custom collection

Interop between MSXML and .Net using COM+

c# .net com interop com+

WPF - bind a listbox to a list<string> - what am I doing wrong?

.net wpf data-binding listbox

What's the nvelocity/C# equivalent of "if x in array"?

c# .net nvelocity

Best practice to apply domain driven design in .NET?

Same interface in different domains/project

There was an error deserializing the object of type RD.Details. '�19.95 Per Person' contains invalid UTF8 bytes

How to insert columns to Excel Worksheet with OpenXML

.net openxml openxml-sdk

What happens to Contract.Requires when built without Code Contracts installed?

c# .net code-contracts

How get the count of an array? inC#

c# .net asp.net

Regular Expression that Matches values for YYYYMM

.net regex

Register callbacks from different classes

c# .net delegates action func