I was going through the single page applications of the MVC4 and I could see that upshot.js interacting with the WebApi which is really cool. But going through the controller code i found that the Controller derives from the DbDataController which directly consumes my EntityFramework DbContext to do database operations. But what if I want to do those operations, say like my models are not entities , but plain models which I need to store into a NoSql database like RavenDb. What should I do so that I could get all those features of Upshot, but the database operations I should be able to do it ? And how i will give those metadata of the models to the upshot?
Upshot without DbDataController
765 Views Asked by Moble Joseph At
1
There are 1 best solutions below
Related Questions in ASP.NET-MVC-4
- SignalR client is not connecting to the hub after changing the client app's cookie name
- How I Can send question and answer by without reload web page
- Load SQL database saved MS word document to Syncfusion Document Editor
- @Html.ValidationSummary(true) throw CSP error
- Rotativa PDF export taking significantly longer on Windows Server 2016 after recent update
- Two ASP.NET MVC applications overwrite same session cookie
- List is not binding in controller, when pass it through hidden field from view in ASP.NET MVC
- Calling AJAX methods in parallel increases server response time?
- OpenCover Profiler Error : ProfilerCommunication::RequestInformation(...) => Communication (Chat channel - TrackAssembly) with host has failed
- Nested child sub menus not getting generated in Asp.Net Core MVC project
- How to show Documents on viewer when htmlmode: true in Configuration.yml file in Group Docs
- ASP.NET MVC role is trying to use SQL Server Express not the SQL Server
- Error HRESULT E_FAIL has been returned from a call to a COM component in Asp.net MVC
- How I can get total number from Database by SignalR
- Application Insights telemetry shows 'NA' from MVC 4 application behind private load balancer
Related Questions in UPSHOT
- MVC 5 offline application VS2013
- DevExpress MVC control bind to upshot datasource
- SinglePageApplication 404-Error
- Upshot helper extension using Linq To Sql
- Adding Upshot to my MVC 4 project, problems with System.Web.Http.Common
- How do I access descendants from a different branch in the same viewModel?
- upshot js vs. breeze js
- Using JavaScript calculated property in UpshotJS
- Current status of Upshot.js
- upshot validation rules
- Setting datasource url in upshot.js
- Upshot without DbDataController
- upshot js change tracking in child entities
- How to set up a Single-Page Application in Visual Studio 2010
- exception during DataSource() call on UpshotContext
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I faced the same issue, and after a lot of research; I comes with a conclusion: Microsoft Single Page App is not mature and this MVC Template removed from VS 2012.
See this Videos for JayData ... that thing makes me drool http://www.youtube.com/watch?v=LlJHgj1y0CU
And for client navigation between pages in your app use Sammy JS. It seems that John Papa recommends this library in his next videos in Pluralight.com http://johnpapa.net/spapost2