Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the MVC Futures Library?

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?

like image 693
Palani Avatar asked Mar 05 '09 10:03

Palani


People also ask

What is Visual Studio MVC?

The Model-View-Controller (MVC) is an architectural pattern that separates an application into three main logical components: the model, the view, and the controller. Each of these components are built to handle specific development aspects of an application.

What is the latest version of .NET MVC?

ASP.NET Core MVC 3.1. 1 released on 14 January 2020 is the latest ASP.NET MVC version.


2 Answers

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.

like image 132
ybo Avatar answered Oct 11 '22 05:10

ybo


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.

like image 23
Haacked Avatar answered Oct 11 '22 05:10

Haacked