Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sharepoint development in what language?

I know this might sound a little silly. but I'm confused as to what language does sharepoint code behind uses? do they use vb or c#? or is it possible to use either? thanks in advance.

like image 509
Justin Avatar asked Mar 01 '11 05:03

Justin


2 Answers

C#.

You CAN use any .net language that you want of course, but the vast vast majority of SharePoint books, documentation and Code Samples are in C#. The official Microsoft SharePoint SDK Samples is only in C#.

You really want to use C# if you have to develop for SharePoint, especially if you're just starting.

like image 64
Michael Stum Avatar answered Sep 30 '22 13:09

Michael Stum


You can use any language supported by the .NET Framework, Visual Basic and C# included.

like image 44
Michael Petrotta Avatar answered Sep 30 '22 12:09

Michael Petrotta