Search Wiki:
Here's some of my code that I like to frequently reuse or for solving problems I don't want to forget.
Hoping to learn more asp.net and some silverlight soon.
My Blog
http://imaginarydevelopment.blogspot.com

My home page(work in progress) -
http://www.imaginarydevelopment.com

.Net coding discoveries, with a focus on reusability on blogger - on blogger

My Git repository
http://github.com/ImaginaryDevelopment

Software Development Project manager
http://www.pivotaltracker.com

My most frequently used snippets,extensions, and classes in c# BReusable

My older library of frequently used code from my VB days BLib

My plug-in class for letting users change colors on forms and safe preferences BPreferences


Tools I use or have downloaded to try out:

*LINQPad - my favorite tool - run LINQ, SQL, C#,VB snippets on the fly (good replacement for SSMS if you aren't doing DDL work, great c# mini-work pad)

*RegExPal - incredible real time regular Expression testing/validation

*LinqBridge - run most .net 3.5 code in a .net 2.0 app

*Process Monitor - watch real time, any process' file, registry and other calls.

*Regulator

*Tcpview

*StandAloneStack2

*QueryExpress

*RegexBuilder

*Reflector

*Mono - open source .net compiler (I couldn't get it to run on windows)

*linqBatchPost - performance upgrade for your linq updates/inserts

*RegMon
Last edited Sep 22 2009 at 8:47 PM  by MaslowJax, version 13
Comments
MaslowJax wrote  Aug 22 2009 at 12:35 PM  
Add

internal FormSelection(ComboBox comboBox,Func<object> getSelectionFunc)
{
AddMasterControl(comboBox);
getSelection = getSelectionFunc;
}

Updating...
Page view tracker