Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

[VS MAC]Updating to .NET 8 all of my Maui projects display Error NETSDK1139: The target platform identifier ios was not recognized

Get value from node with same name

c# .net xml-parsing xmlnode

How to convert an English number to an Arabic number e.g., 196 to ١٩٦?

C# Source Generator : FileNotFoundException Could not load file or assembly

Should all methods that have a return value be turned into a property?

.net

Calculating total Length of all string properties in an object

c# .net reflection

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?