Click to See Complete Forum and Search --> : what is InterDev


dthurman1432
06-26-2006, 03:43 PM
Does someone know where to go for the best resource in finding what exactly MS InterDev is. By googling around I found out that it looks to be a database management tool and that with it's latest version it has integrated into visual studio.net . Anyone got some more detailed specifics as to what this application does?

russell
07-01-2006, 12:13 PM
it's an IDE (integrated development environment).

it's essentially a super-charged tool for writing code. you can do sql in it, but it is primarily a tool for writing .Net, C++ or ASP code.

If you've been writing html in notepad, this tool will amaze you. If you've been using homesite, dreamweaver or zend studio, well it's a lot like those...

best resource is msdn visual studio reference (http://msdn.microsoft.com/vstudio/reference/default.aspx)