Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

How are parameters passed in function calls in CIL?

c# .net clr cil

Easiest way of casting List<Descendant> to List<Base>

c# .net list collections

Setting a property {get;} using reflection in C# [duplicate]

How can I create an exe for .NET Core console applications?

c# .net .net-core

how do you check open entity framework connections

Add Web API Controller to different assembly

How to use perl-style replacement expressions in .NET

c# .net regex

Sharing source code between Mono and Visual Studio

.net visual-studio mono

where to put the GetItems static method? + inheritance question

c# .net design-patterns

.Net 6 config.GetSection() does not act as expected

c# .net .net-6.0

Usage of User32.dll ToUnicodeEx function

c# .net windows winapi

Array of fixed-length BitArrays

Reading a double value from a string

c# .net double

Exclude subdirectories in a directory loop

c# .net subdirectory

Using HttpWebRequest to make SOAP requests over 4KB results in 500 Internal Server Error

error NETSDK1031: It is not supported to build or publish a self-contained application without specifying a RuntimeIdentifier

How do we show clean, Google-style excerpts in our search results?

c# .net regex search dtsearch

Passing a generic type to a method which takes a generic type

c# .net