Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Moq: Mock interface that inherits from generic interface

c# .net unit-testing moq

Error when using NetTopologySuite TransformGeometry

c# .net gis nettopologysuite

Nuget Install-Package successful but no reference added to csproj

Out of memory when cropping a bitmap with .Clone()

c# asp.net .net

Using the connectionstring in an nunit test

c# .net unit-testing nunit

Setting the HTTP response status code from ASMX Web Service

SmartAssembly memory management

Why is Code Coverage not reporting 100% code coverage in test code when checking for exceptions?

c# .net code-coverage mstest

Underlying type of a mock object

.net mocking moq

Hiding MDI child forms on close using C# [duplicate]

c# .net winforms mdi

How to draw semi-transparent text on a graphics object?

Basic 2D graphics library

c# .net graphics

Find out where a dependency / dll came from

.net visual-studio nuget

Does C#/.Net MemoryCache class need to serialize/deserialize objects

c# .net serialization

Cannot implicitly convert Dictionary List<string> type parameter to ICollection<string>

How To Bind A Dictionary To A ComboBox In WinForms?

How to store a list of strings with duplicates in DynamoDB

Why Serilog PostgreSQL sink is not working through Configuration?

.NET Regex isMatch vs Matches question

c# .net regex

Modify button style when receiving focus via <tab> but not when clicked on

c# .net wpf xaml controltemplate