ASP.NET
- http://www.mono-project.com/: Cross platform, open source .NET framework
Web Development
- http://www.macminivault.com/mysql-yosemite/: Install MySQL on OS X 10.10 Yosemite Username and password
System Tweks
JMeter
- always run JMeter from shell script
./bin/jmeter.sh
From http://stackoverflow.com/a/281455
You could create a Automator workflow with a single step - "Run Shell Script"
Then File > Save As, and change the File Format to "Application". When you open the application, it will run the Shell Script step, executing the command, exiting after it completes.
The benefit to this is it's really simple to do, and you can very easily get user input (say, selecting a bunch of files), then pass it to the input of the shell script (either to stdin, or as arguments).
(Automator is in your /Applications folder!)