Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

How to mock configuration.GetSection with FakeItEasy syntax?

c# .net fakeiteasy

Retrieve path information from PathTooLongException

Cloning a GUI component

c# winforms datagridview clone

FormsAuthentication.Timeout.TotalMinutes in .NET 3.5

c# .net c#-3.0

How can I programmatically update log4net configuration file?

c# .net log4net

How to set a default zoom of 100% using iTextSharp 4.0.2?

c# pdf itext acrobat zooming

Using InProc and Azure AppFabric Cache together

c# .net caching azure

Find size of a Canvas

How can I natively launch an external app from within Xamarin.Forms?

C# : List<string> get in between records

c# asp.net asp.net-mvc

How to Filter Inner Collection using LINQ C#

Remember WPF DataGrid sort order

c# wpf data-binding datagrid

.NET 5 GRPC client call throws exception: Requesting HTTP version 2.0 with version policy RequestVersionOrHigher while HTTP/2 is not enabled

c# grpc .net-5

How do I add code outside the scope of Main when using C# 9 Top Level Statements?

c# c#-9.0

XDocument File Name

c# linq linq-to-xml

Linq selecting inner values with distinct

c# linq

Reconnect TCPClient after interruption

c# .net sockets tcp tcpclient