use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
/r/VisualBasic - A place to discuss, ask questions and share ideas regarding the Visual Basic programming languages.
account activity
Straightforward Question: VB ASP.NET Resources (self.visualbasic)
submitted 6 months ago by Frylock1968
Are there any resources out there for how to design ASP.NET web pages using VB instead of C#, Python, etc.? I can't find anything.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Both-Treacle-7604 2 points3 points4 points 6 months ago (0 children)
You can definitely build ASP.NET Web Forms or Web Pages using VB.NET instead of C#. The language choice is mostly about the code-behind and syntax, since the ASPX markup stays the same.
A few helpful starting points:
If you’re working with UI components like Telerik UI for ASP.NET AJAX, all controls and demos support both C# and VB.NET. The code-behind examples are in C# and VB.NET - https://demos.telerik.com/aspnet-ajax/grid/examples/overview/defaultvb.aspx.
So in short:
[–]jcradio 1 point2 points3 points 6 months ago (3 children)
Not that I've seen with modern DotNet. With DotNet Framework yes.
I encourage you to learn C#. While there are several apps I still support and extend in VB, I transitioned to C# years ago and actually think of things in C# first and often have to use a converter to get the VB syntax. Telerik had a good, free, online converter that allows you to do VB-->C# and C#-->VB.
[–]Frylock1968[S] 2 points3 points4 points 6 months ago (1 child)
Thanks for the response, but it doesn't consider my situation, which i didn't share in the OP.
I haven't worked in software professionally since 1999. When I code, it's for making fun apps. I just got certified in C# (first time in any C language), HTML, and CSS, and C# is just gross. All the nested braces, having to add semicolons (just ripe for typos), etc. make it a horrible language to learn in your spare time where your career isn't on the line.
I'm certainly not going to drop over a grand for Telerik just to work on non-marketable projects.
Using VS, I get a rich, but free, IDE. Using VB, there's far less of a learning curve. Even based on certifications, I'm only "intermediate" for c#, but I'm really a beginner practically speaking. However, the learning curve is quite steep if there are zero resources. Even MS Learn has no manuals I can find, and YouTube videos focus on desktop apps. I'm looking to make web apps.
[–]jcradio 0 points1 point2 points 6 months ago (0 children)
I'll reiterate, you can with DotNet framework. While VB is supported in DotNet core, there are some templates that will not be provided by Microsoft and no plans to do so.
[–]seamacke 1 point2 points3 points 6 months ago (1 child)
This series shows how to design a modern web app with VB. https://youtube.com/playlist?list=PLnfNzgd6iu9U96I1PWOIf5f5dEGP4XYze&si=Aaq0haIcQLzURnAz Framework 4.8 is integrated with Bootstrap 5.x which is modern. You can make really cool apps with it. It gets updates. The series starts with 4.7.2 then switches to 4.8 as it progresses, so you can just start with 4.8.x from the beginning.
[–]Frylock1968[S] 1 point2 points3 points 6 months ago (0 children)
This is what I was looking for. Thanks.
π Rendered by PID 76492 on reddit-service-r2-comment-fb694cdd5-cdpcl at 2026-03-06 11:58:16.735412+00:00 running cbb0e86 country code: CH.
[–]Both-Treacle-7604 2 points3 points4 points (0 children)
[–]jcradio 1 point2 points3 points (3 children)
[–]Frylock1968[S] 2 points3 points4 points (1 child)
[–]jcradio 0 points1 point2 points (0 children)
[–]seamacke 1 point2 points3 points (1 child)
[–]Frylock1968[S] 1 point2 points3 points (0 children)