Search code examples
asp.netvb.netdeploymentvisual-studio-2012web-parts

visual basic & sharepoint


I am new to SharePoint.

My head in the office told me that if you want to learn SharePoint, you have to learn ASP.Net first because we need to add webparts to the portal.

I installed visual studio ultimate 2012 to start learning ASP.NET. I found that I can use c# or VB.NET in programming ASP.NET. I actually have experience in VB for building windows applications but do not know about c#.

Note: I am working on windows 7 professional edition 64 bit. we are using SharePoint 2010.

My questions are:

Can I use VB to program webparts in SharePoint?

Does programming with vb for windows application is similar to programming for SharePoint?

I can now access the SharePoint portal throw the browser. Should I install SharePoint on my computer to program webparts for SharePoint by visual studio?

Do you know any useful article could help me in learning programming for SharePoint?

Thank you in advance for your help.


Solution

  • Can I use VB to program webparts in SharePoint? Does programming with vb for windows application is similar to programming for SharePoint?

    If you meant VB.NET you can definitely use it. But the programming model is totally different from traditional Windows appplications, especially VB6 for that matter.

    Should I install SharePoint on my computer to program webparts for SharePoint by visual studio?

    As of SharePoint 2010, yes.

    Do you know any useful article could help me in learning programming for SharePoint?

    You can start here: http://msdn.microsoft.com/en-us/gg620703