drmohundro


Comments:

Common console commands for the typical ASP.NET developer

posted by drmohundrodrmohundro(374) 4 years, 2 months ago 0

*cough* Powershell *cough* :D

Reply

Immediate Window - A forgotten tool

posted by drmohundrodrmohundro(374) 4 years, 2 months ago 0

Forget the watch window - the immediate window is where it is at.

Reply

NDepend - Static analysis on steroids

posted by drmohundrodrmohundro(374) 4 years, 1 month ago 0

@fquednau I completely agree - I could've put a lot more time and brought out a lot more of the features of NDepend but I quite honestly didn't realize how big it was when I started :-) The product is amazing and Patrick is very open about questions and comments to the product.

Reply

Enumerating the GAC using 'foreach'

posted by drmohundrodrmohundro(374) 4 years, 1 month ago 0

Being a fan of Powershell, I feel inclined to mention that you can do the same thing from Powershell by typing 'cd gac:' and then typing 'dir' or 'ls' or whatever alias of 'get-childitem' you want. But informative article nonetheless!

Reply

Building Domain Specific Languages on the CLR

posted by drmohundrodrmohundro(374) 4 years, 1 month ago 0

Actually, he is more of a precursor to Skynet (see http://www.ayende.com/Blog/archive/2008/04/01/Ayende.com-Inc.aspx), except he doesn't appear to want to destroy humanity :D

Reply

Microsoft PM responds to Entity Framework "petition of no confidence"

posted by drmohundrodrmohundro(374) 3 years, 10 months ago 0

I almost missed this part, but I'm excited about the "advisory council" that will include guys like Eric Evans and Martin Fowler. I think this is a great idea and I think Microsoft should probably do things like this more. Maybe they do, though. I have no idea :D

Reply

.NET Application Modeling Language (nAML) Specification and Tools

posted by drmohundrodrmohundro(374) 3 years, 8 months ago 0

Link does to download page. Project page is at http://code.msdn.microsoft.com/naml.

Reply

An Illustrated Guide to Git on Windows

posted by drmohundrodrmohundro(374) 3 years, 4 months ago 0

I sort of hope that the TortoiseGit and GitCheetah guys team up, because they both seem to be trying to fill the same purpose. Also, I'm stuck using git from Cygwin because the git svn support isn't working in msysGit. I'm hoping that the Windows story for git improves this year.

Reply