Hello, I hope the experts here can advise me on which development approach for a new .net web application that I am to begin development shortly. I have the back end stored procedures complete and now I will build a .net front end. This front end
will be 95% populating custom html5/css3/jquery pages from c# DataSets which are themselves populated from calls to oracle stored procesures. There will be no updating - this is read-only querries of OLTP prpared tables off of a data warehouse schema. I
am a verteran at the back end stuff but my web app development skills are new so I hope to get a recommendation form the experts on what approach I should persue to build the front end. From what I have seen I might start with MVC5 framework and build the
web pages with RAZOR embedded c# code looping through the DataSets to create the html. I need to the ability to create very custom div elements throughout, so I understand I s ...
Go to the complete details ...