Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

Add strings to List<string[]> list

c# .net

MonoTouch.Dialog: How to set limit of number of characters for EntryElement

AvalonEdit for ironPython Scripts?

c# wpf ironpython avalonedit

using 7zip sdk to compress a file, but can not decompress using winrar or 7zip

c# .net 7zip compression

Dictionary<string, int> increase value

c# dictionary

C# Clothing System for Character

c# inheritance interface

What is Time and Hit Count in ANTS Profiler

c# wpf ants

Safe in C# not in C++, simple return of pointer / reference

How can I refactor the mother of all C# Switch Statements

c# refactoring

Exit all functions from code in inner function

c#

Display a alert box in ASP.net c# web application

c# asp.net alert

How can I get OS Name and Version details in C# on windows mobile 7?

c# windows-phone-7

Why is this catch block not catching the thrown exception?

c# exception-handling

Uniform handling of many exceptions

How does the ObsoleteAttribute work?

c#

Base64 difference between C# and Java

c# java base64

Exception with null message

c# exception

Reading contents of XML file without having to remove the XML declaration

c# xml xml-declaration

WCF reference.cs suddenly not including classes

c# visual-studio wcf

What's the easiest way to check that a string is not null, not empty and not = "0000"?

c#