I’m starting to learning some asp.net so I’m looking for an application to develop asp.net using a mac.
I know dreamweaver can be used to write asp.net but I don’t have any application to run a test server.
Wondering what my options are regarding developing and testing (not on a live server) using a mac.
thanks!
MonoDevelop (available on Mac) would be your best bet for an IDE. Please note that you would be developing for Mono technically (this is a .NET implementation on non-microsoft platforms).
Keep in mind that the learning curve (coming from Dreamweaver) may be a bit steep in the beginning.