How is creating skills for Sharepoint different from ASP.NET?

How much ASP.NET or C # is required for Sharepoint development? You need experience in areas such as developing N multi-tier web applications, design patterns, test-based development, strong SQL background, etc.

I heard that Sharepoint development is different from enterprise applications, which are usually created using technologies such as ASP.NET.

If I know my basics in .NET, C # and have some experience with ASP.NET and am well versed in things like the page life cycle in web forms, web parts, master pages, etc., then am i ready for sharepoint?

Also, is Infopath very heavily used in Sharepoint development?

+3
source share
4 answers

If you already know ASP.NET, what are you ready for SharePoint development. Check out his SDK and other development concepts . The SharePoint Dev Wiki may also be a good start .

New developers must learn SharePoint from the perspective of end users. I use this book to educate new guys. If you do not understand these concepts, it can be difficult to start coding.

+3
source

It really depends on what you want to achieve, there are several ways to develop something for SharePoint, each of which requires different skills.

: SharePoint -, . Sharepoint DLL, , , .

- ASP.NET, sharepoint.

-, , ASP.NET - . Sharepoint, WF.

sharepoint, , , .

+2

, , SharePoint. , SharePoint , . , - - , , SharePoint.

, , SQL AD, , . #, PowerShell, , Microsoft PowerShell , SharePoint 2010.

+1

I do not think this is very different. I studied both at the same time with some success. Of course, ASP.NET and SharePoint are just two different things, but SharePoint is built on ASP.NET, so as far as you understand ASP.NET, you also understand SharePoint.

+1
source

Source: https://habr.com/ru/post/1707027/


All Articles