November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
C# or VB is all Common Intermediate Language in the end so I don't see why this would be an issue.
All of the examples and code with EPiServer that I have seen are in C# so it will help you a lot when learning how to develop for EPiServer if you understand C#. Though if you understand C#, I would recommend just writing in C#. All the cool kids do.
EDIT: Forgot to mention. The project and item templates are all in C# too, so you would have to create your projects and classes from scratch if you use VB.
unfortunately we have a company wide policy to use VB which can not be changed for now dispite personal recommendations!
I know it is possible its just trying to understand all of the extra work involved before we start it.. things like having to register all page types manually etc
The visual studio integration only works for c#, but if you know what you're doing it's not that big a deal to see what's going on in c# and just convert it to VB.
If you like to use the public templates project to base your site on then "the community" has created a VB version of the Public Templates example project!
I believe this is targeted at CMS 5 R2 but shouldn't be a problem to upgrade it to 6.
If you must use the "new episerver project" from within VS this is only available in C#. How to convert a c# "new episerver project" to VB:
hi,
I am looking to use VB.net with episerver. Have people out there done this? Is there a problem with not being able to register page types etc? any helpful hints and tips?