Can I Combine asp.net with vb.net? How?

2 Responses to “Can I Combine asp.net with vb.net? How?”

Comments

  1. Mark B says:

    You can create an ASP.NET site using VB.NET as your code behind language. You’ll need to know some xhtml/css to build the UI, but other than that the two are very similar.

  2. Navneet Brar says:

    You can use VB.Net as a server end coding for ASP.Net server pages. But there is difference in objects used for coding server side scripting for web pages and windows based applications.

    You can start learning ASP.Net using VB.Net here:

Share Your Thoughts

You must be logged in to post a comment.