Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Generic class: conditional method based on type

c# generics

Copy all event handlers from one control to another at runtime

c# wpf reflection

How expensive is a DLL reference?

c# .net vb.net dll dll-reference

EF core Migrations wrong latin SQL encoding

C# linq Sum() extension for large numbers

c# .net linq

make a content Dialog movable like the one in the Groove app

Create Entity Framework Without t4 code generator (like vs 2010)

c# entity-framework

Change the SqlConnection,Credentials property

c# sqlconnection

Adding antialiasing

c# .net winforms

How to make application loading screen during executing function

c# decimal to hex & hex to decimal / hex to ascii in LINQ

c# linq hex decimal

Is passing an entire object or passing a series of parameters more maintainable in the long run?

c# oop

Run EF migrations on Startup in asp.net core 6 application

How to use Database Migrations and EF 4.3 with a code first approach to create relationship tables?

Configuring WCF dependencies

c# wcf castle-windsor

Load registry hive from C# fails

c# .net registry pinvoke

How do you secure your sql servers accessed by C# applications

c# sql-server security

C# Unused fields in base classes

c# field base-class

Running each child form as a separate thread in a MDI container

c# winforms multithreading mdi

Converting the string "20111027" to a DateTime with a timezone of GMT

c# datetime