Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.

Developing custom business applications

msteff
Beginner
346 Views
Hi, we custom program business applications using Microsoft .NET tools. We work with Visual Basic and MS Access. Is there any hope of making the programs we create with these tools multi-threaded? I am sure people are laughing as they read this post, thinking why is some lowly business app developer asking such a question.... Thanks.
0 Kudos
1 Reply
Dmitry_Vyukov
Valued Contributor I
346 Views
Visual Basic.NET have full access to .NET framework. So you can create multi-threaded programs not worse than programs created with C# (or Java, and just a little worse than programs created with C++ :) ).

And I think that MS Access earlier or later will have some internal multi-threading to boost performance.

Dmitriy V'jukov
0 Kudos
Reply