Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Why can't I assign a value to a decimal with a ternary operator?

c# .net linq

Have a class behave like a string

.net oop class

How to store data in a desktop .NET application?

.net sql architecture ado.net

Compile code using Tuple using Mono's mcs

AvalonEdit: Determine if you are in a Comment

c# .net wpf avalonedit

How to pass an event to a method and then subscribe to it?

c# .net events delegates

Whats the risk of using TPL with ConcurrentDictionary with "addValueFactory"? MSDN implies threading issues

Why is there a Missing AutoresetEvent.WaitOne overload on .NET Framework 2.0

.net multithreading

What's the difference between Class Library and .NET Core Class Library templates?

Consume Azure Monitor Rest API from .Net Application

c# .net rest azure monitor

Does C# .NET AES GenerateKey (RandomNumberGenerator) truly use /dev/urandom on Linux

c# .net linux aes

c# practices for correct object oriented techniques

c# .net oop

Determine appropriate number of Tasks

DTOs and IQueryable: assembling and disassembling DTOs

How to determine Threading Model of given COM library?

How can I process a form's events in another class / module automatically in VB.NET?

How to change the value of an attribute in a new XML document?

c# .net xml xmldocument

Retrieving a MySql Tinyint(1) data type into a .Net application

c# mysql .net database