Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

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

When using DateTime.ParseExact, how do you specify what the timezone is of the given date?

c# .net datetime timezone

How to pass a table as parameter to MySqlCommand?

c# .net mysql

Why is my IEnumerable UserControl disposed after I enumerate over it with foreach?

Extract all Parameters with RegEx

c# .net regex

Simple string replace question in C#

c# .net

Why create a new delegate object

c# .net events

Would like to execute a query once per day in ASP.NET MVC

What collection interface to choose?

c# .net

Generate a short code based on a unique string in C#

c# .net serial-number