Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

C# Recurse Directories using Directory.GetFiles and search pattern

c# recursion

best practice for c# calling php which then queries the database

c# http

Are events blocking or non-blocking when you call them?

How do you minimize the performance hit when upgrading to EF 4.1 from LINQ to SQL?

What effect does using LegacyAspNetSynchronizationContext have with async / await code in .net 4.7?

C# alternative to a bunch of else if statements based on hierarchy

Tuples not working in VS 2017

Execute Reader Command is slow

c# sql-server

How to enforce Restrict DeleteBehavior for migration build using ef?

EnumMemberAttribute Value is ignored by DataContractJsonSerializer

C# SwaggerGen + AutoRest - How to send a Stream body?

Changing "type" in hierarchy

XAML C# Dynamic position of elements in window by grid

c# wpf xaml grid resize

C# XAML WPF Use Parameters before Render on UserControl

c# wpf xaml user-controls

How to set folder permissions after creating directory with WinSCP .NET assembly?

Can I override ToolStripSystemRenderer to change the color of a dropdown backgroud, without changing the toolstrip background color?

c# winforms

Why could not make instance of Transaction class in System.Transactions namespace

c# oop constructor

How can I delete an entity when I have no DbSet for that type?

Where should constants (Label Text etc) come in WPF MVVM application

c# .net wpf mvvm