Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

How can attribute's code know what type it's applied to?

c# .net attributes

Streamed WCF service failing

c# wcf

WCF Stream length

c# wcf

Create custom driver for System.Data.Common

XML field replacement in C#

c# xml replace

Read output from svn into a string

c# svn process

What's the difference between using or not using delegate

c# delegates

'This is the 'bait'. You probably need to add one of the SQLitePCLRaw.bundle_* nuget packages

Connecting to VPN stops UWP apps internet communication

c# windows uwp

MVC 5 localization working on localhost but not server

c# asp.net-mvc multilingual

Upchanging (fictional) money

c#

C# array question (split)

c# arrays memory copy

confusion with value type and reference type in c#

c# parameters

Statement lambda with parameter from delegate

c# .net lambda delegates

Moq - Can't mock a class property's method return value

c# moq

Convert JSON to an object, then performing different actions based on object type

c# json serialization

Is it possible to call a property setter with a different type as the property's type itself?

c# setter

foreach loop and "Object reference not set to an instance of an object"

c# foreach xamarin