36

On Stack Overflow, I've seen a few people referring to the MVC Futures library

What is this project? How do I use it? Where is the documentation?

GEOCHET
  • 21,119
  • 15
  • 74
  • 98
Palani
  • 8,962
  • 11
  • 53
  • 62
  • 1
    For reference the location of the project is currently: http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=24471 – Jason Jun 05 '09 at 12:17

3 Answers3

27

Check Eilon Lipton's Blog :

In this blog post I'll introduce you to a feature that's not even part of the main ASP.NET MVC download. It's part of the separate MVC Futures download, which includes prototypes of features that we're thinking of including in a future version of ASP.NET MVC.

ybo
  • 16,967
  • 2
  • 28
  • 31
23

There is no documentation because it is very early prototype work. We do post the source code so if you're really interested, you can figure it out. Over time, we'll start to blog about it and provide samples. Right now, our focus is on the main product. We post the futures to provide a way for those who really want to dig into the source to provide feedback on what we're thinking about for the future.

Haacked
  • 58,045
  • 14
  • 90
  • 114
  • Is this still the case? I can't find any documentation about what's even available in this library? I found people using @html.Serialize but cannot find any information about to actually use this. It does not bind the values on post backs to my ViewModel. – Alan Macdonald Sep 03 '13 at 09:53
2

Take a look at this blog. It highlights areas of the MVC Future

http://msmvps.com/blogs/luisabreu/archive/tags/MVC/default.aspx

Nerdroid
  • 13,398
  • 5
  • 58
  • 69
Rasmus
  • 2,783
  • 2
  • 33
  • 43