Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [.net]

Do NOT use for questions about .NET Core - use [.net-core] instead. The .NET framework is a software framework designed mainly for the Microsoft Windows operating system. It includes an implementation of the Base Class Library, Common Language Runtime (commonly referred to as CLR), Common Type System (commonly referred to as CTS) and Dynamic Language Runtime. It supports many programming languages, including C#, VB.NET, F# and C++/CLI.

0 votes
0 answers
47 views
+50

Blazor .net 8 new interactive project structure fails to connect to debug adapter

I recently started to play around with new Blazor project structure to see if we can move our front-end projects to .net 8. The problem is, I'm not able to connect to chromium debug adapter. I want to ...
Bamdad's user avatar
  • 799
0 votes
0 answers
27 views
+100

Registering Color with QuillJS

I have a dotnet Blazor solution which requires a WYSIWYG editor. I'm using QuillJS, but I am struggling to get "color" to be added to the QuillJS toolbar. I followed the example to configure ...
danwag's user avatar
  • 277