Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

AutoFixture and fluent Moq syntax

Application crash after moving from .NET 3.5 to .NET 4.0

c# .net

The security token could not be authenticated or authorized (.net, soap1.2)

.net soap proxy

Rearrange Table Data using Linq

c# .net linq

Is it bad practice to have an empty class as a base class, with the expectation that the class may have members in the future? [closed]

c# .net refactoring

How are strings terminated in C#?

c# .net string null-terminated

Transparent Windows Form that can handle Click

c# .net winforms

How to check if type implements ICollection<T>

c# .net reflection types

How to instantiate MonoBehaviour objects in a unit test on Unity Game Engine platform

c# .net unit-testing unity3d

How to exclude specific type from json serialization

c# .net wcf json.net postsharp

The type "..." is ambiguous: it could come from assembly "..." or from assembly "...". Please

Relationship between Universal Windows App and .NET Framework version

The repository pattern is procedural, not OOP? [closed]

How to configure map in xamarin.forms pcl project?

Why cannot I directly access property ".SingleAsync().Property"?

c# .net async-await

Install service to server 2012

Access to Dynamic object properties by name

c# .net c#-4.0 dynamic

Is there a way to synchronously run a C# task and get the result in one line of code?

Get files using an array in order

c# .net arrays winforms file

How do I change boolean properties with one click in PropertyGrid