简体   繁体   中英

What is the difference between the FacebookWebMVC the Facebook NuGet packages?

What's the difference between these two packages?

在此处输入图片说明

and

在此处输入图片说明

Now before everyone jumps in and says: One is for the ASP.NET MVC framework website(s) and the other is not, I'm under the impression that the WebMvc is a wrapper for the MVC framework.

As such, we don't need to write as much code.

So .. can someone please explain the difference with code.

eg. With the Core dll, u would have to write these 10 lines. With the WebMvc dll you can just use this Action Method Attribute or whatever...

Also, bonus points to any tutorials that explain how to use it, or some sample website code in codeplex, github, bitbucket, where-ever...

The FacebookWebMvc depends on the FacebookWeb NuGet so when you install it it also installs the base package:

在此处输入图片说明

It contains helper functions adapted for ASP.NET MVC but they all use the core library.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM