Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Writing a 2D RTS game in C#: graphics library options?

c# .net graphics

[net]how to inject debugging code to an assembly?

Is it possible to send an Object's Method to a Function?

c# .net function methods

How to fetch files from a directory based on condition

c# .net

How to get DispatcherQueue in WinUI 3 Desktop using Windows App SDK

Specify different _Layout.cshtml depending on controller

Why can't we serialize a concrete class which derives from an interface?

c# .net serialization

Implementing .Net interfaces (C#)

c# .net interface

Why does declaring a delegate as static cause compiler error "The modifier 'static' is not valid for this item"?

c# .net static delegates

set the writeTo attribute of Logger in NLog during runtime

c# .net nlog

Seed primary key in Entity Framework code first to 0 in SQL Server Compact Edition

What is the standard way of creating an online installer?

How to organize search architecture on large amount of data about 10 million in .net

MVC3 Custom validation

Implementing validations in WPF PropertyGrid

Return and finally clause - inconsistent behaviour

c# .net

Why is AsSplitQuery doing separate roundtrip to DB for each query?

Closure can be eliminated: method has overload to avoid closure creation

c# .net system.reactive rider

Displaying streaming rich text with WPF

c# .net wpf flowdocument

How do I get the source of a ContextMenu-originated event in WPF?

.net wpf treeview contextmenu