What is Nancy ?

 Posted by Rajkatie on 12/3/2012 | Category: .NET Framework Interview questions | Views: 2914 | Points: 40
Answer:

It is open-source lightweight, low-ceremony, web framework for building HTTP based services on .Net and Mono Platform.

Mainly intended for handle various kinds of HTTP request (DELETE, GET,POST, PUT etc).

Primary focused of the framework is leaving developer with more time to focus on the your code and your application.

It is Built with the .NET framework client profile and you can download latest version from Nuget and Source code from GitHub repositories.


Source: http://nancyfx.org | | Alert Moderator 

Comments or Responses

Login to post response