Common console commands for the typical ASP.NET developer
posted by drmohundro(374) 4 years, 2 months ago 0
*cough* Powershell *cough* :D
Reply
Immediate Window - A forgotten tool
Forget the watch window - the immediate window is where it is at.
NDepend - Static analysis on steroids
posted by drmohundro(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.
Enumerating the GAC using 'foreach'
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!
Building Domain Specific Languages on the CLR
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
Microsoft PM responds to Entity Framework "petition of no confidence"
posted by drmohundro(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
Red Gate to continue development of .NET Reflector
posted by drmohundro(374) 3 years, 9 months ago 0
Lutz announcement is at http://blog.lutzroeder.com/2008/08/future-of-net-reflector.html.
.NET Application Modeling Language (nAML) Specification and Tools
posted by drmohundro(374) 3 years, 8 months ago 0
Link does to download page. Project page is at http://code.msdn.microsoft.com/naml.
An Illustrated Guide to Git on Windows
posted by drmohundro(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.