Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

How do you implement authentication in servicestack.net

C# Differences between operator ==, StringBuilder.Equals, Object.Equals and Object.ReferenceEquals

How to add User control in the toolbox for C#.net for winforms by importing the dll to the reference?

c# .net winforms

Storing a list of string in Claim (System.Security.Claims)

How does BinaryFormatter.Deserialize create new objects?

How do I fix: Access to foreach variable in closure resharper warning?

c# resharper

Is it possible to do .NET binary serialization of an object when you don't have the source code of the class?

How I deal with Visual Studio solution and project files in Git?

Print existing PDF (or other files) in C#

c# printing

How to find difference between two strings?

c# string word-diff

Each parameter in the deserialization constructor on type must bind to an object property or field on deserialization

What's the difference: Windows Authentication, Passport Authentication and Form Authentication?

c# asp.net sql authentication

Why does System.Text.Json throw a `NotSupportedException` for `System.IntPtr` when I'm not using `System.IntPtr`?

IRestResponse could not be found

c# restsharp

ASP.NET MVC Html.Encode - New lines

How to remove a KEY from a dictionary in C#

c# dictionary key

Automatically bind interfaces using AutoFac

c# asp.net asp.net-mvc autofac

Using Parallel.ForEachAsync

System.NotSupportedException: Serialization and deserialization of 'System.DateOnly' instances are not supported

c# asp.net-core swagger

Does any one know of a faster method to do String.Split()?

c# .net performance string csv