Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

How to create read only registry key?

Invoke a specific printer to print C# WPF

c# wpf

C# readonly in C++ (subtle differences to const)

Creating a Base Class for all entities in Entity Framework 5 in DB first approach

c# entity-framework

Changing base class for WPF page code behind

c# wpf

Application trust level

Excel insert rows (not Add)

c# .net excel c#-4.0

How to programmatically launch Skype in Windows Phone?

c# windows-phone-7

Get physical memory usage in megabytes

c# memory monitoring

LINQ lambda expression append OR statement

c# linq c#-3.0

Alternating threads #2

c# multithreading

Yield to a IList return type

c# ienumerable yield ilist

C# Multiple Screen View Single Form

web.config transforms in alternate namespaces

WPF Datagrid horizontal scrolling with only header data

c# wpf datagrid

Correct way to use databases in Windows 8 and Windows Phone 8

How to overcome OutOfMemoryException pulling large xml documents from an API?

c# .net out-of-memory

Replace string with another in DataColumn of DataTable

c#

Fastest way to remove the leading special characters in string in c#

c# string

"Cannot modify the return value" error when modifying content of List<T>

c#