Pages
-
Recent Posts
- 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
- Code Validation in TortoiseSVN pre_commit_hook
- Using Model-View-ViewModel in WPF Applications
- Use Legacy Printer From Windows 7
- Should you get into Silverlight or Flash ?
- Session Recommendations for SoCal Code Camp @ USC
-
Recent Comments
- Andrew on GUI Prototyping Tools
- SQL Azure – How to connect SQL Management Studio and import Northwind database | @SPJeff on SQL Azure Notes
- Raju on WPF – LINQ to SQL Sample
- Solution to the fetch puzzle on Solve puzzle with code
- Lorenzo on Call For Windigo Beta Testers
- niroop on Code Validation in TortoiseSVN pre_commit_hook
- sd on WPF – LINQ to SQL Sample
- Call For Windigo Beta Testers on Contact Me
- Zachary on Scrum Tools
- Tammie Oddo on WPF – LINQ to SQL Sample
- MH Lines on Scrum Tools
- Database Version Control – You Don’t Have To Hang Your Head In Shame « Eric Maibach on DbUpdater
- tewari on Database Schema Version Control Tool
- Shannon Holck on Database Schema Version Control Tool
- tewari on SVN Merge – Selecting Changesets
Category Archives: tips
RIA with Silverlight and WCF – Los Angeles .NET Developers Group
I will be attending Jason Beres’ “RIA with Silverlight and WCF” lecture on Saturday the 4th. Check-out the details here : Los Angeles .NET Developers Group. Let me know If you are planning to be there. It will be a great opportunity to meet.
Share This
ReSharper vs CodeRush + Refactor Pro
I have been playing with JetBrains ReSharper (version 4.1) and DevExpress CodeRush + Refactor! Pro (version 3.2.2) lately. I wanted to decide on which one to go with. Here are some notes -
R# = ReSharper
CodeRush = CodeRush + Refactor! Pro
R# seems to be better for refactoring, because it does not assume [...]
Also posted in code Tagged coderush, Comparison, devexpress, keyboard shortcuts, refactoring, resharper, TDD, tool, visual studio 6 Comments
Customize log4net Output Path
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 : [...]
Also posted in C#, code, log4net Tagged C#, log4net, output path, RollingFileAppender, startup directory Leave a comment









GUI Prototyping Tools