Overview of my Master thesis, it summarizes the work by presenting the contributions to the research field and also the future work based on the already created prototype. The Breiny application is meant to support the Brainstorming process by using computers in a modern way – Natural User Interface. After creating the prototype, a User Evaluation was used to prove or disprove the theoretical hypotheses
Monthly Archives: June 2011
3 posts
Among all flavours of MVC and its brothers (Model View ViewModel, Model–view–adapter, Model–view–presenter, Observer pattern, Presentation–abstraction–control, Hierarchical model–view–controller), the Microsoft implementation of the pattern in .Net MVC framework is based on Front Controller pattern and Model 2 patterns ["Programming Microsoft ASP.NET MVC" by Dino Esposito].
Overloading methods in ASP .Net MVC is not possible at this time. This article proposes two solutions to overcome this limitation.