Abstract

This chapter discusses namespaces, how they benefit one by giving a logical grouping of functionality, and how these namespaces can make the programming task easier through code reuse, as more and more functions are written. This chapter also explores the programmatic side of namespaces and how to utilize them in projects. The Imports keyword is used to allow the use of namespaces from other referenced projects or assemblies. This simplifies the use of other components and classes. The usage of the Imports keyword is also explored. This is the method by which namespaces are made available to a program. The use of an array or a collection should be chose wisely. Collections offer many advantages over arrays. The power of free threading has begun to be exploited, and also the ways in which it can make the applications more responsive. Some of the risks associated with free threading have also been covered. This may be a boon to applications that need to process information asynchronously. The SyncLock command is also introduced to help manage multithreaded object access.

Full Text
Paper version not known

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.