Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Fill combobox with english months

c# .net datetime globalization

What is the difference between the "protected" and "protected internal" modifiers in .NET?

.net access-modifiers

Abstract vs Normal class inheritance performance

Which is the best way to improve memory usage when you collect a large data set before processing it? (.NET)

c# .net

.Net Load Reference at runtime

.net reflection assemblies

Should I use string constants or string literals

.net string coding-style

How to convert single dimensional arrays to multi dimensional ones? (C#)

should we use Path.DirectorySeperatorChar C#

c# .net string

Why Nullable<int> can't compile but int? does without 'using System;'

Moq - Ordered Setups (Expectations)

.net unit-testing moq

How BinaryWriter.Write() write string

.net

How do I properly return a char * from an Unmanaged DLL to C#?

c# .net c++ interop unmanaged

Why wouldn't Microsoft want to hinder Mono and Moonlight?

.net mono moonlight

'Must have' .NET components: experienced developers?

c# .net asp.net components

How to build a very-low resolution timer?

.Net: better equiv for " " (space character)?

.net

How to make 2 incompatible types, but with the same members, interchangeable?

c# .net design-patterns

&& Operation in .NET

c# .net logical-operators

How to load the App.config file?

c# .net app-config

Is there any extension method which get void returning lambda expression ?

c# .net linq extension-methods