Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#

c# singleton code reuse

c# singleton

C# - Cannot getting a string from ResourceManager (from satellite assembly)

c# resources assemblies

Speed Up Parsing Algorithm

OnSerializing/OnSerialized/OnDeserializing/OnDeserialized why not an interface?

c# .net serialization

How to learn thread safe c# programming?

c# multithreading

C# - Overriding somes classes available in System namespace

How to customize Button Control like this one?

Get item from template in ItemsControl

c# wpf templates xaml

C# with SQL Server SELECT WHERE IN with data list

c# sql-server

UpdatePanel Gridview not updating

c# asp.net asp.net-ajax

What's the reason of using Thread.Sleep in multi-threaded applications?

C# - Insert null into SQL Compact Edition table

c# sql sql-server-ce

Disable XML validation when using XDocument

c# .net validation linq-to-xml

Why does my asp.net mvc controller not call it's base class' Initialize method during unit tests?

Is there a neater way to insert a space between strings than something like " "?

c# string

Performance of static properties/functions

How to open a window in a separate thread?

c# wpf

Get Sitecore "Site" data from web.config in WCF

c# .net wcf web-config sitecore

Matrix multiplication alglib

c# alglib

Is there a way to override virtual generic method by replacing some or all of type parameters?

c#