RESTful Console Application Introduction Inspirited by RESTFul architecture, A console application targeted to same goals would use a match of RESTful definitions. Design For convenience, we name the imaginary console application as 'app'. RESTful We…
Download Spring.net in http://www.springframework.net/ Install Spring.NET.exe Create a console application, and reference Spring.Core.dll. Add App.config to project, the content is as follows <?xml version="1.0" encoding="utf-8" ?&g…
https://mhusseini.wordpress.com/2015/02/05/fix-visual-studio-2013-razor-cshtml-intellisense-in-class-library-or-console-application/ I tried to use a .cshtml file and the razor syntax in a console application. I was able to build the project, but the…