I am not just being philosophical here. In WPF, ControlTemplates allow you to transform a control’s appearance. This is not the same as applying stylesheets. This is an entirely new level of customization. What you see in the screenshot below looks like a Dial but is actually a simple ProgressBar control wearing a “Dial” […]
This exercise in binding a WPF ListView control with LINQ to SQL was a lot of fun ! The following image shows data from AdventureWorks sample database displayed in the ListView control. The end result is very admirable, even in this very basic demo. Feeling a complete sense of freedom is unavoidable when working with […]
¶
Posted 07 March 2008
§
C# § LINQ § WPF § code § database § sql
‡
°
Also tagged: .NET, AdventureWorks, code, control, database, DataBinding, demo, LINQ, ListView, mapping, sample, Share, sql, Windows, WPF, WPF-LINQ
The default log4net output path is relative to the startup directory of your executable. To customize the output path, you can override the base Appender’s File property in your own Appender class. The following example describes how to route the log files relative to the temp folder :
public class MyOwnAppender : […]
OpenSimSim : Your Password Solution. Download 1.0 Release Candidate here : OpenSimSim 1.0-RC
Share This