Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Strong Naming an assembly using command line compile

How can I "adapt" a Task<IEnumerable<T>> to IAsyncEnumerable<T>?

Uninstall_Init / Uninstall_Exit How do i get access to them in C#

How to load dlls from directory using MEF (Managed Extensibility Framework)

c# .net assemblies mef

Is .Net 7 backwards compatible with .Net 6?

.net

Dispose DbContext not dispose the ObjectContext entities

Use HSTS response header in Azure Function app

Azure Queue Trigger is not executing with Isolated Worker Process

Builds stuck after upgrading to .NET8 and Visual Studio 17.8

.net visual-studio-2022

C# disposable pattern for C++ object destruction

How to configure Oracle ODP.Net to bring all rows in a single round-trip?

How to solve this focus problem with a dual monitor application?

Cross .NET Languages Performances

c# .net

How do I make a universal type conversion method

c# .net

.NET Library to access the COM Port?

.net hardware serial-port

Implementing dynamic capabilities on an object without inheriting DynamicObject?

c# .net inheritance dynamic

How can I implement filtering in the DataGridView control?

c# .net winforms datagridview

int to enum: cast works fine, assignment fails

c# .net winforms graphics enums

c# regex and [] expression , why does [+*/-] fail to parse?

c# .net regex