Flickr Viewer An Asp.net MVC flickr photo explorer

http://www.codeplex.com/flickrViewer

Flicker 照片浏览器,利用了 Ajax、MVC、Linq.Filckr

测试测试 NUnit,Mock 时采用了 Rhino mocks

可以做为个人的照片浏览器。当然,更多的意义是可以看看其代码,学习学习!

An open source source initiative to Flickr , search , find and browse flickr photos with little bit ajax and MVC.
The photo viewer is at its early statge, it is made on Asp.net MVC preview release and Linq.Flickr http://www.codeplex.com/linqflickr to communicate with Flickr. The project tested with NUnit which is mocked using Rhino mocks.
Requirement
Asp.net MVC preview 3 installation.
Rhino mock and NUnit dll already provided with the package, all is needed is the NUNIT gui to see the test result visually.
YOu can use the project to host in your site to use it as an personal picture viewer, or use it to play around with mocks and asp.net MVC or browser flickr though it using url hackeed style.
Try the demo out now at http://flickrmvc.net/
Updated with Asp.net MVC preview 3
Thanks
http://weblogs.asp.net/mehfuzh
This is just a demo app, that shows how to with Asp.net MVC and LINQ.Flickr . Therefore, it has nothing to do with Original flickr site. Anyone who like to contribute and make it better are most welcome.

原文地址:https://www.cnblogs.com/chinaontology/p/1222846.html