#develop

I was justing loitering in the Community page of windowsforms.net and hit the following link:

<A HREF="http://www.icsharpcode.net/OpenSource/SD/">http://www.icsharpcode.net/OpenSource/SD/</A>

This is the web page for an open source IDE for C# and VB.NET called #develop.  I was pretty excited to see this, and I was wondering if anyone has played around with #develop.  If so, what are your thoughts   



Answer this question

#develop

  • rsl_t

    I looked J# compression and found it worked well. The problem is that the dlls did not seem to be installed with the framework by default (maybe that was with ver 1.0).  I decided to ship the sharp zip libraries with my app and not worry about J# support.

    #ziplib
    http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx

  • Edelcio Molina

    I guess. But VS.NET Professional can be had for $188 on Amazon.com, so it's really hard to argue... 
  • rundkaas

    Don't think it was academic, but may have been used. In any case, you're right, the tools are somewhat expensive. But worth it!
  • TeeBoy

    Seems like a really good learning tool, to see how they do stuff to make it work like VS.NET. In addition, if they can come up with some interesting new features, chances are they'll "appear" in a future version of VS.NET. But as a front-line development tool  I dunno.
  • onethird13

    There is always CSC.EXE. It's free and your friends may already have it if thier Windows OS is up to date. 

    Heck, I learned from Petzold using Notepad.  VS.Net just saves me a ton (ok,  10 tons) of time.

    By the Way: I use the Zip library at sharp develop for crushing large XML files sent to a web service. It works like a charm and you certainly can't beat the price.

  • zhangshaolin

    You know I did my first 5 or 10 programs with Petzold and CSC too!  I got ansy though and decided I'd like to use my 10 tons for something else.  8-)  I guess that's exactly the type of application that I think #develop would be pretty handy for.  If it provides Intellisense, then that's 7 tons right there.  I think overall it could save 8 tons, but 10 tons like VS   I don't think so.  lol

    So #develop comes with a PKZip library

  • jrg123

    That must be the academic version.  I can't argue with that, but these friends are really cheap, and aren't the most reasonable people in the world either!


  • KHaines

    I have other friends who are into programming and computers, and it's hard for them to get excited about .NET because to really be productive you need VS.NET.  If #develop turns out to be a decent API, it's the sort of thing that could bridge the $500+ price gap of VS, and get more people to try doing things in .NET.

    I agree that it will probably never be as good as Visual Studio, but I think it could fill a niche in the programming landscape.

  • Richard Mabbitt

    It's getting quite off-topic now, but many of you seem interested in Zip. The .NET framework has built-in support for zip files (via J#). There's a quite interesting article on MSDN:

    <a href="http://msdn.microsoft.com/msdnmag/issues/03/06/ZipCompression/">http://msdn.microsoft.com/msdnmag/issues/03/06/ZipCompression/</a>

  • #develop