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…