Pages
-
Recent Posts
- Get Your Windows 8 Start Menu Back With Pokki
- The Site44 Workflow
- Understanding and Using System.Transactions
- Protecting Your Api Keys
- Favorite Excel Keyboard Shortcuts
- Solution to the fetch puzzle
- Solve puzzle with code
- Windigo 1.1 Released
- Call For Windigo Beta Testers
- ChildWindow Positioning
- Remove ListBoxItem Highlighting
- Sideload Windows Phone
- Getting Started with MVVM
- Win Advanced MVVM Book
- SVN Merge – Selecting Changesets
Recent Comments
- sharad D. Pawar on Code Validation in TortoiseSVN pre_commit_hook
- SatyaKishore on ChildWindow Positioning
- Laam on WPF – LINQ to SQL Sample
- tewari on Windigo 1.1 Released
- Guin on Windigo 1.1 Released
- Caleb on Remove ListBoxItem Highlighting
- AIS Around the Blogosphere | iPlayCloud.org on Understanding and Using System.Transactions
- Ian on Protecting Your Api Keys
- AIS Around the Blogosphere | Applied Information Sciences Blog on Understanding and Using System.Transactions
- AIS Around the Blogosphere | Applied Information Sciences Blog on Protecting Your Api Keys
- ReSharper vs Coderush (XPress) – Part 2 « Clean Code Style on ReSharper vs CodeRush + Refactor Pro
- AIS Around the Blogosphere | Applied Information Sciences Blog on Favorite Excel Keyboard Shortcuts
- Vishal Gamji on Favorite Excel Keyboard Shortcuts
- Ian on Favorite Excel Keyboard Shortcuts
- Andrew on GUI Prototyping Tools
Monthly Archives: December 2007
Leveraging XPATH Axes
XPATH axes come in very handy when nodes need to be selected based on (attribute’s or child element’s) values that must match those of other nodes elsewhere in the xml tree. Consider the following log4net configuration file : <?xml version="1.0"?> <configuration> <configSections> <section name="nhibernate" type="System.Configuration.NameValueSectionHandler, System, Version=2.0.0.0,Culture=neutral, PublicKeyToken=b77a5c561934e089" /> <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" /> </configSections> <nhibernate> [...]
Posted in code, tips Tagged additivity, appender, configuration, hibernate, log, log4net, logger, Logs, NHibernate, RollingFileAppender, template, xml, xpath, xslt Leave a comment


OpenSimSim 1.0-RC is out