Great source for help with developing regular expressions
Roy Osherove’s “The Regulator 2.0” includes integrated search for it
Tools and Utilities – Text Editors
Notepad2
http://www.flos-freeware.ch/notepad2.html
Basic idea is that it looks a lot like notepad, but it has color coding xml, html, c# etc. It also lets you change stuff like the font size. Its simple like Notepad, but much more powerful and useful. (Chris Sutton)
Notepad++
http://notepad-plus.sourceforge.net/uk/site.htm
Open source notepad, with syntax highlighting and lots of features. Based on the Scintilla edit component, which is also open source.
Tools and Utilities – Profilers
Compuware’s DevPartner Profiler Community Edition
http://www.compuware.com/products/devpartner/default.htm - click on link to fill in registration form for free download
Provides timing and execution counts of code.
Integrates with Visual Studio
Tools and Utilities – Profilers
.NET Memory Profiler
http://memprofiler.com/
Traces memory usage in .NET programs
Full support for analyzing the GC Heap
Snapshots of memory usage at any point
Finds undisposed IDisposables
Easy to use, must understand GC to gain full benefits
Quick-n-dirty testing of code. Type, compile, run. No fuss, no muss, no VS projects
Tools and Utilities – Code Generation
MyGeneration (free)
http://www.mygenerationsoftware.com
Generates any type of text file. Useful for generating repetitive code that can be created based upon some metadata. For example, data access layers, business objects, any type of patterned template for your team to follow.
ASP.NET-like template syntax
Ton’s of user-contributed templates
Can create a user interface for use during template execution
Tools and Utilities – Code Generation
CodeSmith (commercial)
http://www.codesmithtools.com
Generates any type of text file. Useful for generating repetitive code that can be created based upon some metadata. For example, data access layers, business objects, any type of patterned template for your team to follow.
For drawing diagrams and rendering them in ascii. Automatically puts diagram in commented lines that can be inserted directly into code. Its open source!
This is a presentation I did for the Cedar Rapids . more
This is a presentation I did for the Cedar Rapids .NET User Group (CRineta.org). I also presented it at work (Fiserv Insurance Solutions - now StoneRiver) for fellow developers. less
0 comments
Post a comment