Handle all buttons click event in a single method in WPF
                            
                            2011-01-12
                            Now we have a stack, we put multiple buttons into this stack, all these buttons will for similar pop ...
                        
 
                            
                            
                                WPF's four measure units in coordinates
                            
                            2011-01-11
                            WPF provides four different units of measures: ...
                        
 
                            
                            
                                WPF classic features
                            
                            2011-01-11
                            WPF classic features: ...
                        
 
                            
                            
                                WPF Shapes vs. WPF Geometries
                            
                            2011-01-11
                            Each of the Shape derived classes (Rectangle, Ellipse, Ploygon, etc)  are very useful when you need  ...
                        
 
                            
                            
                                Change Sql Connection String Dynamically
                            
                            2011-01-10
                            We can easily to read Sql Connection String from config file such as app.config and web.config. But  ...
                        
 
                            
                            
                                ConfigurationManager can not be found in .NET 2.0
                            
                            2011-01-10
                            When we added something such as database Connection String in App.config file in .Net 2.0, we need t ...
                        
 
                            
                            
                                C++ online reference
                            
                            2011-01-07
                            Here is the list of C++ online reference: ...
                        
 
                            
                            
                                Edit SVN logs after committed
                            
                            2011-01-07
                            You might want to edit log after you committed code using SVN, but you might see the following error ...
                        
 
                            
                            
                                Browser Market Share   IE is still falling
                            
                            2011-01-07
                            Due to the tracks data of the Browsers Market Share from StatCounter, IE is still falling market sha ...
                        
 
                            
                            
                                Display image using PictureBox and ImageList in C# ( Windows Form )
                            
                            2011-01-06
                            The regular way to display image in a Windows Form is using PictureBox. ...