Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

How to verify if a WCF net.pipe endpoint address is valid in C#

c# .net wcf

RibbonControlsLibrary - how to disable minimizing?

What is Oracle RefCursor type equavalent in System.Data.DbType enum in C#?

Why member access modifier does matter for nameof()?

c# .net nameof

Command not found “dotnet-dump”

.net bash ubuntu-20.04

Culture-Specific Handling of Number Pad Decimal Key in Windows Forms

How to get ICacheEntry from Microsoft.Extensions.Caching.Memory.MemoryCache

.net caching

SignalR multi user live chat desynchronisation

C# / Razor - Access localized string resources from a RazorEngine template

Remove one word and one word before match

c# .net regex

HttpUtility.HtmlEncode, HttpUtility.HtmlDecode, the AntiXSS library and correctly formatting user-entered input

c# asp.net .net xss

How to test custom configuration section in web.config?

Loop a list with a Tuple C#

c# .net list tuples

Giving objects unique ids onStart

Domain Model with Event Sourcing

Is there a difference between new List<T>() and new List<T>(0)

c# .net list memory-management

Configure web.config dotnet IIS

C# Create Detached Process on Linux

c# .net linux

Using port in sql connection string in C# Entity Framework: Keyword not supported: 'port'

How to Separate enterprise application into modules?

asp.net .net architecture mef