What is the MVC Futures Library?
Asked Answered
C

3

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?

Chromatin answered 5/3, 2009 at 10:19 Comment(1)
For reference the location of the project is currently: aspnet.codeplex.com/Release/…Solicitous
M
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.

Malina answered 5/3, 2009 at 10:28 Comment(0)
F
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.

Febrifuge answered 6/3, 2009 at 6:12 Comment(1)
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.Almoner
P
2

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

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

Planish answered 1/4, 2009 at 10:48 Comment(1)
fyi that link is brokenLodmilla

© 2022 - 2024 — McMap. All rights reserved.