Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Work out min and hours

c# .net datetime

Easiest way to develop/debug a Windows service

In-house Frameworks vs New C# Technologies

.net frameworks

Random not that random [duplicate]

c# .net random

How do I suppress a thread.abort() error C#?

C# which is the best data type for precision 3?

c# .net types precision

Storing a reference to an object in C#

c# .net

Best method to use IDataReader as IEnumerable<T>?

Should I use Java or .NET for web development?

java .net

why does this method return the same random string each time?

c# .net text random char

Is there a method for removing whitespace characters from a string?

What's the most elegant way to bubble-sort in C#?

c# .net arrays bubble-sort

Which language is better for general purpose programming, F# or Haskell? [closed]

.net haskell f#

Why does this not compile in C#?

c# .net

Error missing namespace or assembly reference

c# .net console-application

Process.GetCurrentProcess().MainWindowHandle returns zero

c# .net windows winforms process

How to write Code Analysis (FxCop) rule to prevent a method call

.net fxcop