Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Sharing dlls between two projects in .net

c# .net

How to return IEnumerable<T> collection if there is one yield

Strange LINQ Exception

.net sql asp.net-mvc linq

Creating Smooth Rounded Corners in WinForm Applications

c# .net winforms

What's the point in having AppSettingsReader ask for the value's type and return a no-specific-type object?

c# .net appsettings

Make .net web api queue requests operate 'single threaded'

.net asp.net-web-api

What does it mean when a C# function parameter contains `= null`?

c# .net optional-parameters

What does .Net do when you declare an object without an instance?

Displaying selected items of listbox into a message box

c# .net listbox messagebox

circular foreign key. How do i handle them?

Printing nice looking object graphs in the Visual Studio Debugger

XNA vs SlimDX for offscreen renderer

c# .net 3d xna slimdx

If I add a public method to a C# class, do I need to recompile other assemblies using that type?

Is multithreading the right way to go for my case?

.net multithreading

dotnet command is not found in my Mac m1 terminal

.NET Maui Get screen Y and X

c# .net maui

.NET 6 Problem: Bearer error="invalid_token"

c# .net authentication jwt

Starting exe with Process.Start(), weird stuff going on

c# .net process