All Questions
6 questions
-1
votes
1
answer
114
views
Client side validation with Jquery - MVC C# app
I am working on a very LEGACY MVC App using C# which is built from 2009. They dont have any client side validation at all. In other words, they dont use Validation mechanism provided by MVC framework ...
-5
votes
3
answers
3k
views
What handles the work of video streaming in ASP.NET MVC?
I want to play video using ASP.NET MVC. In my understanding, the model deals with the video files stored in file system and data in database. The controller retrieves the path of video file from model ...
-1
votes
2
answers
843
views
Angular JS vs Modern MVC frameworks
I might be wrong for some things here, but here is what I recently though about.
Modern frameworks MVC such as ASP.NET MVC 5, CakePHP, Java Spring etc. has their logic clearly separated into Models ...
0
votes
2
answers
410
views
When developing an MVC framework, how should I be using Knockout.js?
I'm currently using the Laravel PHP MVC Framework to develop a web application; and it's going along quite nicely. I'm very comfortable with the expectations of the framework and how my application ...
2
votes
3
answers
2k
views
What to consider when choosing a framework for a development team? [closed]
As I'm finishing a web development course with a few friends with whom I have worked in many projects we're aiming to begin a professional team of developers. Functions are well defined between ...
3
votes
3
answers
4k
views
MVC View Question
In my PHP web page (index.php), I have a simple script that calls a "page" class, and then builds the page from it.
Index.php executes methods within an instance of the 'page' class, such as "...