Showing results for Community Contribution - Visual Basic Blog

Jun 5, 2018
Post comments count3
Post likes count3

Combining Angular, Visual Basic and .NET Core for developing modern web apps

Klaus Loeffelmann
Klaus Loeffelmann

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 ...

Sep 7, 2017
Post comments count0
Post likes count1

Dependency Injection with Visual Basic .NET – Part 2 – IoC Containers

VBTeam
VBTeam

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 of that s...

Aug 28, 2017
Post comments count1
Post likes count1

Dependency Injection with Visual Basic .NET – Part 1

VBTeam
VBTeam

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 this post is the junior / medium experienced softwa...