Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Mocking Azure BlobItem - C# unit test

Anonymous methods - C# to VB.NET

Checking if same object is already present in a list

c# list

Writing a 2D RTS game in C#: graphics library options?

c# .net graphics

IEnumerable.Except() and a custom comparer

How to format a DateTime variable to get the Month, and then put the value into a string in C#? [VS2005]

C#: Elegant way of copying native dependencies next to my exe

c#

Is it possible to send an Object's Method to a Function?

c# .net function methods

Custom button: Click through label

What is the result of an Action and how can I use it?

c# system.reactive

How can I parse the following string into DateTime?

c#

How to fetch files from a directory based on condition

c# .net

How to unit test the Refit ApiResponse<T>?

c# rest unit-testing refit

How do I use Dependency Injection in C# .NET 6 application to pass in different instances of the same object with same interface?

How to get C# library file in output directory?

c# buildaction

RESTful convention to update resource by id or by type and language

c# rest restful-url