Any .NET project beyond "hello world" is going to require external libraries and tools. There's an abundance of free, open source libraries out there, but how do you get what you need? Manually searching, downloading (and in some cases building from source) is not a productive use of your time. It's even worse when one library depends on another and you have to manage dependency chains! The solution: OpenWrapFor example, say you want to use NHibernate in your project. Simply run this at the command line: c:\myproject> o add-wrap nhibernateOpenWrap will query available repositories for the NHibernate "wrap" and download it along with all the necessary dependencies, such as Castle. Wraps are simple zip files containing the binaries, tools and other useful content. They are copied into your project in an x-copy friendly manner. Read more: OpenWrap
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment