-
Website
http://www.21apps.com/ -
Original page
http://www.21apps.com/sharepoint/so-is-it-best-practice-to-only-use-c-for-sharepoint-development/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
laurarogers
1 comment · 1 points
-
AndrewWoody
30 comments · 1 points
-
Zimmergren
2 comments · 1 points
-
prepbooks
1 comment · 4 points
-
deep_k_sharma
1 comment · 1 points
-
-
Popular Threads
-
TDD Kata – By Example video
3 weeks ago · 5 comments
-
SPC09 is go! Conference Keynote
2 weeks ago · 1 comment
-
Which Build Servers in SharePoint – The Results
3 weeks ago · 1 comment
-
TDD Kata – By Example video
Using site As New SPSite("http:///portal.company.com")
Using web As SPWeb = site.OpenWeb()
Console.WriteLine(web.Title)
End Using
End Using
I do agree -- there should be both C# and VB.NET examples out there for those who need it.
I have to confess that I am also one of the many people who made the switch to C# from VB6, and I think your observations are correct in that most development teams now use C# as the primary language and only do VB.Net as a translation, if they really have to.
But now the MSDN site supports comments perhaps the VB.Net users out there can start to share your VB.Net translations?