Get it while it’s hot: Evernote Web Quickstart for C#
As a slightly late Christmas present to other C# web developers out there I’m releasing a project I put together that is a reference implementation with everything you need to get started with the Evernote web API for .Net 3.5 in Visual Studio 2008. The project has several helper wrapper classes to make your life easier: one for OAuth authentication, one for accessing the Evernote User and Note stores and a base page to use on any .ASPX page that automatically handles the OAuth plumbing for you.
This code is released under an MIT/X license so feel free to use and modify it as you see fit. At the very least it should provide a good example and launching point for your own projects.
To get started grab and unzip this Evernote note export file:

Once you’ve unzipped the .ENEX file it open your Evernote client and go to File > Import > Evernote Export Files… and import the note. You’ll find a zip file with the project source code as well as illustrated instructions for project setup steps.
If you have any questions please leave a comment or contact me at EvernoteAddict at Donaghe dot com.
Enjoy!
Update - If you don’t have a premium subscription you may not be able to import the note since it has a zip file attachment… you can get the code here instead.










