Skip to content

Comparison between Starcounter & Microsoft asp.net mvc stacks

Notifications You must be signed in to change notification settings

robert-voica/shopping-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

shopping-cart

Comparison between Starcounter & Microsoft ASP.NET MVC stacks

How to run Starcounter example

Follow these steps to build and run Starcounter example

How to run ASP.NET MVC example

Follow these steps to build and run ASP.NET MVC example

  • Download and install Microsoft SQL express 2014.
  • Restore database from /Asp.net/shopping-cart-db.zip archive.
  • Ensure that connection string in /Asp.net/ShoppingCart/web.config is correct.
  • Open /Asp.name/ShoppingCart.sln solution in Visual Studio 2015.
  • Restore NuGet packages.
  • Press Ctrl + F5 to build and start application.
  • The application should start in your default browser. Open the URL in Google Chrome, if it is not your default browser.

Browser supported

These code samples use WebComponents and Shadow DOM with Polymer 1.3 as JavaScript framework.

To make it all work in Firefox and Internet Explorer I have to replace table tags with divs, write my own sc-select component to workaround dom-repeat issue in Internet Explorer.

Notes

  • The ASP.NET MVC example should also work in Vistual Studio 2012/2013, but was not tested.

About

Comparison between Starcounter & Microsoft asp.net mvc stacks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published