Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I've just been assigned to an urgent project for development of several simple web parts. The web parts will only have a basic HTML framework, with all programmatic work done through the SharePoint REST APIs and JavaScript.

I have never developed for SharePoint before, but I am comfortable consuming a REST API and coding JavaScript, so, where do I even start? I am busy installing SP 2013, but I would like to make some inroads before that completes and I start tinkering properly.
Posted
Comments
Kornfeld Eliyahu Peter 8-Dec-14 7:05am    
Google has endless information about it...
You may start here: http://msdn.microsoft.com/en-us/library/ee231579.aspx
This also can help: http://www.codeproject.com/search.aspx?q=webparts&x=0&y=0&sbo=kw
Brady Kelly 8-Dec-14 7:17am    
Thanks. I know just how endless google's info on this is, so I thought I'd ask here and get a more informed and opinionated response. :-)

1 solution

Creating a WebPart is as simple as you create your custom control in ASP.net. Here the same logic will be applied but with advance feature.

To start developing with SharePoint solution, you need to understand the solution structure. Refer this MSDN Article

Once you read it, you can take a look at this link for Creating a Web part for SharePoint.

For your reference, take a look at this sample example link URL for How to: Create a SharePoint Visual Web Part with Visual Studio 2012
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900