Background
We are a TDD team that has inherited the legacy ASP.NET application and is trying to bring it under control, sharing problems with presentation, business, and data access, thereby improving testability. We had some success using the MVP template for recently added pages, but we are studying the MS MVC framework to see if it gives us any benefit over MVP. It is important to note that we would like the new MVC work to be in C #, and the legacy application to VB. We reviewed this blog post, which basically provides what we want, but does not allow us to enter C # code. In addition, there are several blog entries about dividing one web application into several projects that looked useful ( here )
Question
Can you create a working prototype consisting of one web application consisting of two projects (VB project by default VB and C # MVC project by default) and they work well together. I could not do this successfully (I think due to problems with routing). If you can see your web.config and global.asax files.
source
share