Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Having separate copy of base class static member in each derived class

c# .net static-classes

RX AutoCompleteBox

c# .net system.reactive

How do I connect to a local host using PrincipalContext?

c# .net

What does this statement mean?

Windows Forms designer is permanently broken for a certain form

Concatinating properties in a list of items

c# .net linq loops

Application stopped logging after using ILMerge

c# .net log4net ilmerge

In .NET, Array only extends IEnumerable, so will there be boxing and unboxing when a foreach loop goes through a value type array?

weak references in .net

.net weak-references

How to cast a object to IList<T> with unknown type T

c# .net windows generics casting

Create an observable that repeatedly calls a method

.net system.reactive

The '=' character, hexadecimal value 0x3D, cannot be included in a name

c# .net xml

What is a suspended thread?

.net multithreading

Where the 'Type' of a reference value is stored in memory?

c# .net vb.net memory reference

Does it make sense to pass a "reference type" to a method as a parameter with 'ref' key? [duplicate]

PInvoke and char**

c# .net pinvoke char marshalling

How to focus Textbox with Alt + letter

Using Console.WriteLine in a BackgroundWorker doWork event

How does serialization work without constructors?

.net serialization

What's the disadvanges of calling Assembly.Load(AssemblyName) with the same assembly multiple times?

c# .net reflection load