Visual Basic Blog

Visual Basic Blog A group blog from members of the VB team

  • Visual Basic support planned for .NET 5.0
    by .NET Team on March 11, 2020 at 9:33 pm

    We’ve heard your feedback that you want Visual Basic on .NET Core. Visual Basic in .NET 5 will support additional application types. The post Visual Basic support planned for .NET 5.0 appeared first on Visual Basic Blog.

  • Visual Basic in .NET Core 3.0
    by Kathleen Dollard on November 13, 2018 at 12:00 am

    Visual Basic in .NET Core 3   Update: March 12, 2020 This strategy described in this 2018 post has been replaced with the one in this post. Update: Oct 8, 2019 .NET Core 3.0 contains portions of the Visual Basic.NET Runtime (microsoft.visualbasic.dll) that do not depend on WinForms. Visual Basic.NET support for WinForms, WPF, and The post Visual Basic in .NET Core 3.0 appeared first on Visual Basic Blog.

  • Combining Angular, Visual Basic and .NET Core for developing modern web apps
    by Klaus Loeffelmann on June 5, 2018 at 12:07 pm

    Visual Basic supports .NET Core starting in Visual Studio 2017 Update 3 (15.3). This opens new possibilities for new applications and modernizing existing applications. Preserving domain-specific code when modernizing applications allows step-wise conversions, decreases cost, and avoids disruptions. This post covers using Visual Basic ASP.NET Core WebAPI for the back end, along with a new The post Combining Angular, Visual Basic and .NET Core for developing modern web apps appeared first on Visual Basic Blog.

  • Roslyn Primer – Part I: Anatomy of a Compiler
    by Anthony D. Green [MSFT] on October 2, 2017 at 9:31 pm

    So, you’ve heard that VB (and C#) are open source now and you want to dive in and contribute. If you haven’t spent your life building compilers, you probably don’t know where to start. No worries, I’ll walk you through it. This post is the first of a series of blog posts focused on the The post Roslyn Primer – Part I: Anatomy of a Compiler appeared first on Visual Basic Blog.

  • Dependency Injection with Visual Basic .NET – Part 2 – IoC Containers
    by VBTeam on September 7, 2017 at 11:15 pm

    This post was authored by guest blogger André Obelink, a Visual Basic MVP, and published by the VBTeam on his behalf. In my previous post, I wrote about the basics of dependency injection. I explained the technique to define an interface and injecting the dependencies to a client object. These dependencies contain the real implementation The post Dependency Injection with Visual Basic .NET – Part 2 – IoC Containers appeared first on Visual Basic Blog.

  • Dependency Injection with Visual Basic .NET – Part 1
    by VBTeam on August 28, 2017 at 4:00 pm

    This post was authored by guest blogger André Obelink, a Visual Basic MVP, and published by the VBTeam on his behalf. In this first blog post of a series of two, I explain what dependency injection (DI) is and why you might want to use this design principle in your software. The target audience of The post Dependency Injection with Visual Basic .NET – Part 1 appeared first on Visual Basic Blog.

  • New for Visual Basic: .NET Standard Class Libraries and the dotnet CLI!
    by Anthony D. Green [MSFT] on August 14, 2017 at 8:00 pm

    Visual Studio 2017 15.3 Preview 1 included templates for VB class libraries targeting .NET Standard class libraries and for .NET Core console apps. With the release of .NET Core 2.0 today those templates go-live. The .NET Standard You can use the built-in templates to create cross-platform command-line apps, as well as creating and testing cross-platform The post New for Visual Basic: .NET Standard Class Libraries and the dotnet CLI! appeared first on Visual Basic Blog.

  • Visual Basic and Cross-Platform: Mobile Apps with VB, Xamarin, and .NET Standard!
    by Klaus Loeffelmann on June 13, 2017 at 10:54 am

    How would you like it if you could create a Console App in Visual Basic and run it on Linux? Or running the same Xamarin.Forms-App written in Visual Basic on an iPhone, and Android and a Windows Tablet? Welcome to the world of cross-platform development, which from Visual Studio 2017 Update 3 on – thanks The post Visual Basic and Cross-Platform: Mobile Apps with VB, Xamarin, and .NET Standard! appeared first on Visual Basic Blog.

  • Introduction to (Live) Unit Testing in Visual Basic… [updated for VS 2017 Update 3 Preview 3]
    by Klaus Loeffelmann on May 21, 2017 at 9:57 pm

    …and Why My Grandma Invented the Concept! Meet late Grandma Grete Schindler. I’d like to introduce you to my grandma, because this post will be about the essence and purpose of unit testing in Visual Basic, and Granny Grete basically invented the concept of unit testing. Yes, she really did, I kid you not – The post Introduction to (Live) Unit Testing in Visual Basic… [updated for VS 2017 Update 3 Preview 3] appeared first on Visual Basic Blog.

  • Easy Async and Await for VBs Part 1, or…
    by Klaus Loeffelmann on April 10, 2017 at 4:39 pm

    …letting your code do absolutely nothing! We’ve all been there, one way or the other. Either as users of an app or as the developer to whom users complained to: When a typical Win32 app is waiting for an operation to complete, we often get to see something like this: In discussions about how to The post Easy Async and Await for VBs Part 1, or… appeared first on Visual Basic Blog.

Share Websitecyber