Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Why does SetBasePath not work in .NET Core 3.1? I've tried adding nuget packages, but it doesn't work

c# .net-core

is there python's as keyword in C#

python c# keyword

How to efficiently duplicate a specific value in a list

c# arrays list linq

C# Exception Handling continue on error

c# exception csv

Get random data using Generics

c# unit-testing generics

How do I unregister all handlers for a form event?

c# handler

Is there a way cast an object back to it original type without specifing every case?

c# casting syslog udpclient

C# collection

c# ienumerable

string split based on char \

c# c#-3.0 c#-2.0

vs2008 circular references (c#)

How to display 1 instead of 01 in ToString();

c# formatting string

Things a .NET developer needs to know when using a MYSQL backend

c# .net mysql vb.net

Handling single and multiple values in C# methods effectively

c# .net methods

Regex that gets the last set of numbers from a string

c# regex

How to display a Reporting Services report as an inline PDF, in a ASP.Net and C# web page?

Creating and initialising different sub-types without lots of casting

c# .net generics

DAL design question

c# data-access-layer

C# multiple connections vs Dataset

c# database

How can I avoid large multi-step unit tests?

Design pattern for windows service - c#

c#