Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Network is not applicable in Visual Studio 2015 for Console Application

Windows 10 Creators update .net 4.7 System.AccessViolationException issue

c# .net .net-4.7

When using .Net Standard 1.4 in a library and .Net framework 4.6.1 in and application, unable to load file System.IO.FileSystem, Version=4.0.1.0

C# System.RegEx matches LF when it should not

c# .net regex

Loading .NetCore DLL's in powershell

.net powershell .net-core

How to create a Push Notification (FCM) using C#

Detect whether Ethernet adapter is Auto-MDIX

c# .net networking uwp ethernet

Is there a way to disable globbing with the new .NET SDK project system?

How to achieve assembly binding redirect in a plugin scenario?

Split String to array and Sort Array

c# .net arrays linq sorting

C# OutOfMemoryException in System.Drawing.Bitmap

c# .net out-of-memory .net-4.5

VSSDK: can't build solution with mixed style csproj-projects containing VSIX-projects

Redis vs MemoryCache

.net caching redis memorycache

Autofit column in ClosedXML.Excel

c# .net excel xls closedxml

Are there more modern Membership/Security implementations than ASP.NET Membership Provider

Is it ok to write my own extension methods in the system namespace?

c# .net extension-methods

SendKeys.Send Method in WPF application

c# .net wpf

WPF Application fails on startup with TypeInitializationException

.net wpf prism

ASP.NET Core Identity change login URL

Which sorting algorithm is used by .NET's Array.Sort() method?

c# .net algorithm sorting