Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

How to make a timer fire only one time

c# .net timer

Update Winforms UI from background thread result

.NET Application very slow after long period of inactivity

c# .net performance

What is diff Between Ref And Out? [duplicate]

c# .net syntax

Where should I generate temporary files for my application?

How can I check if user passes a valid date in javascript?

.net asp.net javascript html

How do I create a fixed-size ThreadPool in .NET?

Is it possible to exclude some members of a type from XmlSerializer serialization?

Is const string eligible for garbage collection?

c# .net

.NET - When should I use a property vs. variable + accessor function?

.net vb.net properties

Which ORM should I use instead of Linq to Sql?

c# .net orm

How does .NET locate the dll of the namespace I'm `using`?

c# .net dll

If you aren't supposed to return collections to callers, how should you return a collection of data to a caller?

c# .net collections

Defining two dimensional Dynamic Array

c# .net arrays

Powershell and overriden comparision operators

.net powershell sdk

Why 'Object reference not set to an instance of an object' is not more descriptive?

Can I declare a variable of Type<T> without specifying T at compile time?

c# .net generics assemblies

What is the threading class if I just want to test and set a flag in a threadsafe manner?

Opening a file from a pack URI in WPF

c# .net file-io

XmlDocument type not found even though I've referenced System.XML?

c# .net xml reference namespaces