How can I use my vb.net knowledge for website form?

Ronaldo 0 Reputation points
2023-04-06T12:37:40.58+00:00

I have been coding using vb.net since 2018 but for now I want to create a web application form. How can I use my vb.net knowledge to my advantage?

Developer technologies .NET Other
Developer technologies VB
Developer technologies ASP.NET Other
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2023-04-06T15:53:25.3466667+00:00

    only the classic asp.net 4.8 supports vb.net. its webforms technology was designed for vb.net developers. this is a mature platform and no longer receives updates, only security patches.

    https://learn.microsoft.com/en-us/aspnet/web-forms/.

    if you are using vs 2022, support is an optional workload, so be sure to install.

    a better approach may be to use reuse your knowledge of the .net runtime, and learn C#. With this approach, I'd recommend razor pages.

    https://learn.microsoft.com/en-us/aspnet/core/razor-pages/?view=aspnetcore-7.0&tabs=visual-studio.

    for an approach most like desktop development, you might want to try blazor:

    https://learn.microsoft.com/en-us/aspnet/core/blazor/?view=aspnetcore-7.0

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.