Downloads
From NDjango
Contents |
Latest version
Version 0.9.8.1:
- Zipped MSI with binaries, templates,NDjango Editor and ASP MVC 3 Preview 1 Integration :
Version 0.9.8.0:
- Zipped MSI with binaries, templates for both Visual Studio 2008 and Visual Studio 2010 and NDjango Editor: NDjango_0.9.8
System Requirements
- NET Framework 3.5
- Visual Studio 2010 or Visual Studio 2008
- F# Power Pack 1.9.9.9 (can be downloaded here)
Previous versions
Visual Studio 2010 RC/.NET 4.0
Version 0.9.7.0:
- Zipped MSI with binaries, templates and NDjango Editor for Visual Studio 2010 RC: NDjango_0.9.7_for_VS2010RC
System Requirements
- NET Framework 4.0 RC
- Visual Studio 2010 RC
- F# Power Pack 1.9.9.9 (can be downloaded here)
Visual Studio 2008/ .NET 3.5
- Zipped MSI with binaries, templates for Visual Studio 2008. Now uses new F# February CTP: NDjango_0.9.7_for_VS2008
- Zipped binaries: NDjango_0.9.7
System Requirements
- NET Framework 2.0/3.5
- Visual Studio 2008
- February 2009 F# CTP v.1.9.9.9 (Which can be downloaded from here)
However, it is not required to install full F# CTP, since required dll's are included in the setup binaries.
Visual Studio 2010 Beta 2/.NET 4.0
Version 0.9.6.0:
- Zipped MSI with binaries, templates and NDjango Editor for Visual Studio 2010 Beta 2: NDjango_0.9.6.0_for_VS2010beta2
System Requirements
- NET Framework 4.0 Beta 2
- Visual Studio 2010 Beta 2
Visual Studio 2008/ .NET 3.5
Version 0.9.6.0:
- Zipped MSI with binaries, templates for Visual Studio 2008. Now uses new F# October CTP: NDjango_0.9.6.0_for_VS2008
- Zipped binaries: NDjango_0.9.6.0.zip
System Requirements
- NET Framework 2.0/3.5
- Visual Studio 2008
- May 2009 F# CTP v.1.9.7.8 (Which can be downloaded from here)
However, it is not required to install full F# CTP, since required dll's are included in the setup binaries.
Release notes and older releases can be found on this page All_Releases.
Building from source
Source code for NDjango is available here:
From July 22 2009 source code has been moved to the google code.
Following link should be used in svn client:
Note: You will need the May 2009 F# CTP installed to build this project.
A tag made after the last commit compatible with old F# CTP v.1.9.6.2 can be found here:
- Configuration note
- All ndjango projects are configured with relative assembly references.
To get the projects to compile as-is, you will need the following directory structure
- Top-level folder (arbitrary, we'll use
c:\dev\NDjangofor reference)-
\NDjango -
\Integration-
\Bistro -
\ASP.MVC
-
-
Note that the Bistro Integration project has a dependency on bistro, and expect it to reside under the same top-level folder (c:\dev in our example), in a folder called Bistro. See bistro downloads page for more details).
If you choose to follow a different directory structure, simply update your references to your locations of the NDjango dlls.
