Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

PadLeft doesn't work

c# .net .net-4.0

When will parallel increase performance

C#.net can't assign null to a variable in an inline if statement

c# .net

What .NET Mime Parsing libraries are available? [closed]

.net mime

What's the best way to read the contents of a text file to a string in .NET?

.net string text-files

Which interface should I expose a List<T> via?

c# .net c#-3.0 interface ilist

Handling Cancel Button in Yes/No/Cancel Messagebox in FormClosing Method

c# .net messagebox

Why is this bad code?

c# .net

What to do with a caught exception

c# .net exception-handling

How to convert List<Company> to List<ICompany>

LINQ: take a sequence of elements from a collection

c# .net linq

C# how to send email?

c# .net

Refactoring big if else code

c# .net refactoring

How to add smtp hotmail account to send mail

c# asp.net .net

Equivelant of .NET GeoCoordinate.GetDistanceTo in Windows 8 Metro style Apps

What is the best approach to make DAL?

What do you rename Form1 to?

c# .net winforms

DotNetZip trouble with coding

c# .net dotnetzip

Which operator is faster: ?: or &&

List<int> filtering using linq

c# .net linq