Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

TextBox Word-Wrapping splitting string to lines

c# string textbox word-wrap

Metro XAML custom control cannot be accessed from code behind

Visual Studio 2012 is searching for project in the wrong path?

Finding prime isn't working

c#

Generic List Performance Optimization

c# linq generics optimization

Keep opening OpenFileDialog until selecting valid file

Creating bindings in code (WinRT)

Handling mouseover for multiple controls in same method

c# .net winforms

Visual Studio 2012 ExcludeFromCodeCoverage Method Shows In Results

c# unit-testing

Nested Transactionscope , Required -> Suppress -> Required

Rhino.Mocks and ref parameter

How to stop a custom ThrowHelper from appearing in your StackTrace?

c# .net

Regex comma delimited string validation

c# regex

currency textbox on wpf c#

c# .net wpf visual-studio-2010

Is there a Java equivalent for XmlDocument.LoadXml() from .NET?

c# java .net xml xmldocument

How Can I Extend the maximum file size to upload and send (via email) files while using jquery.MultiFile.js

"Streaming" read of over 10 million rows from a table in SQL Server

how to create an instance of class and set properties from a Bag object like session

Get cell content of WPF DataGrid on CurrentCellChanged

c# wpf datagrid

Is there a C# equivalent of java's AbstractList?

c# java .net list collections