c# - Visual Studio 2012 web console application? (app without graphic UI) -


is in vs this? need create simple server connected db organize data. plan use mobile app. app have own, native grapic interface, don't need html's in project.

why asking? because when create new web project, vs automatically creates html&css files, stuff browser needs. won't use browser, need siple console show returned data.

something in node.js: single, 1 executable file.

what want self-hosted asp.net web api application. self-hosted means running own, minimal web server, no iis required. accomplish this, take @ tutorial:

http://www.asp.net/web-api/overview/hosting-aspnet-web-api/use-owin-to-self-host-web-api


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -