This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hello, Now that I have played around with WebContract in ASP.NET MVC projects, I see value in it. One thing that bothers me is that it only works if I create an interface and I cannot use it on Controller classes directly. Is this understanding correct? The problem with creating interfaces are that it introduces additional unessary types. It should be self evident why this may be an issue in larger systems. I was hoping to use it on my controller classes directly. Thanks, Werner
|
|
|
Yes, that understanding is correct however technically there is nothing really restricting us from changing this and I think it is a pretty reasonable suggestion. I will make the changes to allow this to happen now and they will be available in tonights nightly build for you - let us know if you run into any issues or if there is anything else you think we should be considering :)
Thanks! Jeremy |
|