|
| ctopete : On May 28, 2008 1:42 AM said: |
Hi Scott,
While watching the video I saw yet another way of defining Routes. Will you be going over the differences in Route setup between Prev 2 an 3?
Thanks
-ctopete
|
|
|
| panjkov : On May 28, 2008 2:50 AM said: |
|
|
|
|
| devesh11 : On May 28, 2008 9:32 PM said: |
Hi Scott,
When can we expect final release for MVC come out? We are looking for a ball park time to decide if we could design a new web application using MVC, this app needs to be released in 3-4 months.
Thanks
Devesh
|
|
|
| JProgrammer : On May 29, 2008 10:30 AM said: |
Hi Scott, that you have any notices about if asp.net team include ToFormattedList() method in MVCToolKit?, another issue : html helpers and extensions are supported in views of preview 3?
*Sorry About my English
Thanks
Angel
|
|
|
| shanselman : On May 30, 2008 12:55 AM said: |
ctopete - Yes, we are planning Routing videos. The new stuff you're seeing are extension methods to make adding a route easier, but you can still add them the old way if it makes you happy.
Thanks panjkov!
devesh11 - You'd have to ask philha, but I suspect before the holidays, but they are basically saying when we (the community) say it's done.
JProgrammer - Most of the MVCToolkit helpers are built into MVC now.
|
|
|
| dw.egun : On June 11, 2008 2:56 AM said: |
Hello,
Thank you for the video. I love it.
|
|
|
| sysin : On June 17, 2008 5:36 PM said: |
sophisticated URL mapping..err...routing is a long-time coming for us SEO geeks; So does the routing support regular expressions?
|
|
|
| SmegHead : On June 27, 2008 11:54 AM said: |
Scott
I have a MVC application in the throws of building. It is a nearly completed product, just adding new functionality.
I love MVC and using it with SubSonic just makes my life so easy in enhancing functionality and being confident it all works.
It would be great for you to have a look at it even in it's uncompleted state. Let me know if you are interested.
Steve
|
|
|
| jkaster : On July 11, 2008 4:20 PM said: |
I installed Preview 3 on a machine that had never had ASP.NET apps running on it, and the first app was the equivalent of this MVC app. I had to do this to get it to work:
C:\Windows\Microsoft.NET\Framework\v2.0.50727>md "Temporary ASP.NET Files"
Evidently, the MVC web apps don't create that folder if it doesn't already exist, like other ASP.NET apps do.
HTH to get a quick and easy bug fix ;)
|
|
|
| jkaster : On July 11, 2008 4:23 PM said: |
Hmm. I wanted to extend this "hello world" app by consuming some assemblies I have. How come I can't add references to the project(s)? It's disabled in the IDE.
|
|
|
| kash2008 : On August 20, 2008 1:23 AM said: |
I have currently started work in visual studio 2008 and want to do a project in it using mvc. just want to know couple of things
1) why mvc is only available in web based applications project not in website.
2) if we want to implement mvc in website can we use dll's and the same model.
|
|
|
|