Questions tagged [asp.net-spa]

ASP.NET Single Page Application (SPA) helps you build ASP.NET MVC applications that include significant client-side interactions using JavaScript.

ASP.NET Single Page Application (SPA) helps you build ASP.NET MVC applications that include significant client-side interactions using JavaScript.

A preview of ASP.NET SPA shipped with the ASP.NET MVC 4 Beta release, current development effort can be followed on the ASP.NET CodePlex site:

35 questions
0
votes
1 answer

how do we send emails and sms after saving data using breeze

How do we send email and sms after saving the data using breeze. It is working fine with saving information in database, but i need to do some more operations after saving data. Can anyone help me solve this issue. var saveChanges = function () { …
0
votes
1 answer

How to you reference a required script that is bundled?

I'm working with the Hot Towel SPA template and I'm trying to add in some data that I want to get from breeze. I have the breeze nuget package installed and the breeze script files are in the scripts folder of the site. I can reference it by using…
Bryant
  • 8,660
  • 1
  • 33
  • 53
0
votes
1 answer

Is SPA still working for MVC4 RC?

I am little confused regarding this matter. I understand that VS had a SPA template for MVC4 beta but not for MVC4 RC. But http://www.asp.net/single-page-application says I can install SPA with nuget package after installing MVC4 RC. Does this mean…
Tae-Sung Shin
  • 20,215
  • 33
  • 138
  • 240
0
votes
1 answer

Why is the SPA application not creating a database?

I have followed a microsoft video trying to make the single page application and it doesnt create or connect to my sql instance even though I have other applications using code first. For example the connection string was...
Exitos
  • 29,230
  • 38
  • 123
  • 178
-1
votes
1 answer

ASP.NET Single Page Application (SPA)

I am new to ASP.NET Single Page Application (SPA) using Backbone.js and Marionette.js Can anybody provide a solid code example with explanation to get started with Visual Studio 2012 Actually, I need a working example in VS2012 using ASP.NET…
Abdul
  • 17
  • 3
1 2
3