Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Unable to call external api from webaplication hosted in docker

How we can create 3 tier architecture in ASP.Net MVC application with EF?

Mocking ASP Net Core GetService<T>

Is it possible to pass an instance "pointer" to another process through a memory mapped file?

How to change the http status code after starting writing to the HttpContext.Response.Body stream in ASP.NET Core?

Finding memory leaks in C# application

c# .net memory-footprint

Handle scrolling of a WinForms control manually

c# .net winforms gdi+

Getting current text of input field using Selenium

How to set an access mask not representable with FileSystemRights (e.g. GENERIC_ALL) when using FileSystemSecurity/DirectorySecurity?

c# .net acl

Unable to mock SSH.Net's SFTPClient object for Microsofts Unit test case framework

Implementing Active Directory Change Notifications in .NET

.net active-directory

How to map a JSON value to a model property of a different name

c# json .net c#-4.0

Database with a table containing 700 million records [duplicate]

blazor application crash when debugging after windows march 14 2023 updates

c# .net blazor

How to get the access token after authentication using the Microsoft Identity platform authentication flow?

What's the best way to cache complicated search queries in a .NET webapp?

How to implement pbkdf2_sha256 in c#

What is the difference between Rune and char in C# when handling Unicode characters?

c# .net c#-4.0 char

Problem with CLRProfiler

.net clrprofiler

How to split a string while preserving line endings?

c# .net string split