It's not clear what kind of integration you are looking for. Are you trying to call Dart functions from C#/.Net?
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
To unsubscribe from this group and stop receiving emails from it, send an email to misc+uns...@dartlang.org.
A scenario which definetly works is to implement webservices in .Net and to consume them on the client side with Dart. When implementing the webservices you should use the latest Microsoft libraries in order to return JSON and not xml.
--
I've never used Visual Studio, but don't think it should be a big surprise that Microsoft has created tighter integrations there.
Dont' get me wrong - I don't want to sound negative here and I'm really grateful to the Dart Team that they save me from JS.... but at the mement (compared to VS) DartEditor offers much worse dev experience.
Another happy IntelliJ user, use IntelliJ for Java, Dart, plain HTML, Javascript, Python, PHP and GWT. If I have to compare it with Netbeans and Eclipse, it's miles ahead of them in almost every aspect.
I think IntelliJ supports .net as well, so if you're looking for one IDE to rule them all, IntelliJ is probably your best bet.