ASP.NET vs SharePoint - which one is better for web developers?

后端 未结 7 2018
甜味超标
甜味超标 2021-02-01 06:12

I have less information about share point (only basic info). Microsoft released SharePoint for web developers. Microsoft also said SharePoint has compatibility with other .NET t

7条回答
  •  有刺的猬
    2021-02-01 06:31

    I'll try to answer point by point:

    1. SharePoint isn't a replacement for ASP.NET. It's an extension of the ASP.NET platform that simplifies the implementation of several common use cases that are mostly relevant to enterprise websites: document management, knowledge retention, collaboration etc... SharePoint relates to ASP.NET in a similar way that Wordpress relates to PHP: it's a specialized extension rather than an alternative.
    2. Same explanation as in (1).
    3. Use SP if the things you need to develop are in the scope of what SP provides, which is mostly enterprise solutions of one sort or another. Here's a good summary of what SP can do.
    4. Again, it would be faster and easier if you're trying to develop the things that SharePoint is meant for. Also, SP isn't so well-documented, so if you're not familiar with it, you might have a slow start.

提交回复
热议问题