Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

C# Dynamic Cast with Reflection and Lists

c# list reflection generics

Why didn't Microsoft make a deep cloning function in the BCL?

c# deep-copy

Implementing just a little IOC for MVC 3

Convert string to Double C#

c# sql type-conversion

Best encryption for large amounts of data (speed is essential)?

c# encryption aes xor

How to get the value of a merged cell?

c# excel merge rubygems itext

ModelMetaData: How to get "Parent"-Metadata?

c# asp.net-mvc-2

Should I use a simple foreach or Linq when collecting data out of a collection

c#

How to catch a specific HttpException (#0x80072746) in an IHttpHandler

How to hide specific jqueryui tab based on some condition?

c# javascript jquery asp.net

Protect UserInterfaceOnly and EnableOutlining

c# excel

Calling the method in @Body from mainLayout Blazor

c# blazor

C# NetCore WebAPI integration testing: HttpClient uses HTTPS for GET request, but then uses only HTTP for the POST request, and fails with Forbidden

Make a method to return Execution Time of another Method

c# .net performance

What do you use if you want to ensure that all methods and properties are implemented

c# oop

What is a best approach to make a function or set of statements thread safe in C#?

c# thread-safety