Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

TPL Dataflow - very fast producer, not so fast consumers OutOfMemory exception

C# Get CngKey object from public key in text file

c# .net cryptography

Setting Excel Cell Colours using RGB Values

c# .net excel-interop

Microsoft Rest ServiceClientTracing - how to output tracing results to Console or Debug?

c# .net azure

Windows forms web browser control zoom level

Can a long async-await chain cause big memory consumption? (theoretically)

c# .net async-await

Linking .Net Assemblies

.NET Timers: Whats is the best way to be notified in X seconds?

.net asynchronous timer

Regular Expression Uppercase Replacement in C#

c# .net regex

Programmatically use Gmail to receive e-mail?

.net smtp gmail imap pop3

What are strings really in .NET?

.net string

List of classes in an assembly

Stylecop tells me to add this keyword, but it's redundant - any performance implications?

c# .net this

Does String.ToLower() always allocate memory?

c# .net string lowercase

C# .NET passing a collection of InterfaceImplementingClass objects to a routine that takes a collection of Interface objects

c# .net generics interface clr

How can I convert a list<> to a multi-dimensional array?

c# .net arrays list

Changing fields to property is a breaking change under what scenarios?

c# .net properties field

The difference between implicit and explicit delegate creation (with and without generics)

How to find a resource in a UserControl from a DataTemplateSelector class in WPF?

Using ApplicationSettings to store Checked property for WinForms RadioButtons