Hi all,
I have just released version 1.0.2620.26690 of Ingenious MVC. The highlights of this release are:
- an extensible task mechanism. The Task class is no longer sealed and the TaskFactory provides the means for you to provide your own Task implementations at runtime.
- fixed a memory leak issue where ASP.NET applications were holding onto details of closed sessions. ** this is a (minor) breaking change ** Please see the updated quick-start documentation for details on how your ASP.NET application is affected.
- fixed a bug where ASP.NET applications could not use a GraphNavigator as their main navigator.... read more
Hi all,
I have just released version 1.0.2485.24989 of Ingenious MVC. The two major changes since the previous version are:
1. I have added an overload of TaskManager.StartTask() that allows you to pass in data for the starting view.
2. I have enhanced the ASP.NET implementation to ensure that a new session does not result in an initial redirect unless necessary. I discovered this problem because google was having trouble indexing my I-MVC based website (www.ingeniousapps.com). Since fixing this issue, both google and Windows Live have successfully indexed the site. If you have an I-MVC based ASP.NET website I would suggest upgrading to this release.... read more
Hi all,
I have just released version 1.0.2449.27839 of Ingenious MVC. The most significant feature of this release is the added support for diagnostics. You can now enable logging of diagnostic information at runtime to help troubleshoot any issues or garner insight into the workings of I-MVC.
Also included in this release is an enhancement to allow ASP.NET I-MVC applications to serialize state to a state server. Thanks to Prasadarao for reporting and chasing up this issue.... read more
Hello all,
I have just released version 1.0.2353.32170 of Ingenious MVC. This release contains some significant updates, including the following:
- a "Samples" release, which currently includes one sample solution based on the Quick Start guide
- documentation updates
- build enhancements. It should now be possible for anyone to grab the source and build a release version, complete with NDoc output etcetera
- a new project called Ingenious.Mvc.Visualizers, which contains debugger visualizers for the TaskManager, Task and ConfigurationInfo classes... read more
Hello all,
I'm pleased to announce the launch of IngeniousApps.com (http://www.ingeniousapps.com), a sister site for Ingenious MVC.
IngeniousApps.com includes FAQs and the latest online documentation for Ingenious MVC. It is also a launching pad for other Ingenious Software products.
Enjoy!
Kent Boogaart
Hi there,
I have just released version 1.0.2331.21948. The key feature of this release is the new Ingenious.Mvc.Web.Forms.HttpApplication class, which makes getting an ASP.NET I-MVC application up and running a cinch!
Also included in this release are improvements in documentation, exception messages and in the build process.
Enjoy!
Kent Boogaart
Hi there,
I have just released version 1.0.2310.27865 of Ingenious MVC. The main feature of this release is some initial user documentation. I have written both an introductory article and a quick start guide. You will find these articles in the documentation download (and the source download).
In addition, I have fixed a minor XSD name clash bug which was preventing the use of both the wizard navigator and the graph navigator in the same application.... read more
I'm pleased to announce the release of Ingenious MVC version 1.0.2294.41440.
Ingenious MVC is a .NET 2.0 framework that aids you in developing model-view-controller (MVC) applications. It is extremely flexible and extensible.
I am currently setting up a sister site (http://www.ingeniousapps.com) where Ingenious MVC user documentation will be located. Meanwhile, you can download the source, binaries, or API documentation. The API doc is very comprehensive and includes useful code samples.... read more