Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

NuGet packages: Place dll and config files under a sub-directory

Generic Generics in Managed C++

Should I free the handle returned from GCHandle::FromIntPtr?

.net visual-c++ c++-cli

Attempt to install an assembly without a strong name

c# .net gac

Dependency Injection & connection strings / Multiple instances of a singleton

Interceptor for ExecuteUpdate crashes when trying to SetPropertyCall with string variable

How to add placeholder text to ToolStripTextBox?

c# .net winforms toolstrip

Powershell XMLDocument save as UTF-8 without BOM

Creating new .Net Core Console Process: Exception when using environment variables with UseShellExecute=true

Best way to call a single operation at some time in the future?

c# .net lambda

handeling cookies and headers with agilitypack C#

c# .net html-agility-pack

XML Data management in .NET

c# .net xml c#-4.0

Can't access dotnet's environment variable via build target

.net msbuild

Don't unescape unicode characters in System.Text.Json

Configure ListenOptions.UseHttps with .pem file rather than .pfx in ASP.NET 6.0 app

Can I still compile code requiring .net 4.0 developer pack?

c# .net visual-studio

Application_Error is not fired on 404 error

asp.net .net webforms

Determine if an Enum with FlagsAttribute has unique bit values

c# .net enums bit-manipulation