Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / Languages / Basic

Basic

Basic

Great Reads

by Trần_Tuấn_Anh
String concatenation is a fundamental operation in Java programming. Whether you’re building complex logic, formatting output, or generating dynamic content, knowing the best methods to concatenate strings efficiently can make a significant difference in performance and readability.
by Member 4206974
Form generator is a class module written in Basic4Android (B4A) for build and handle forms data.
by Howard 9448490
Creating a reusable editor for C# Applications using the RichTextBox Control
by Wessel Beulink
Microsoft Azure enhances security with private subnets, fostering efficient network management.

Latest Articles

by Trần_Tuấn_Anh
String concatenation is a fundamental operation in Java programming. Whether you’re building complex logic, formatting output, or generating dynamic content, knowing the best methods to concatenate strings efficiently can make a significant difference in performance and readability.
by Member 4206974
Form generator is a class module written in Basic4Android (B4A) for build and handle forms data.
by Howard 9448490
Creating a reusable editor for C# Applications using the RichTextBox Control
by Wessel Beulink
Microsoft Azure enhances security with private subnets, fostering efficient network management.

All Articles

Sort by Score

Basic 

by Trần_Tuấn_Anh
String concatenation is a fundamental operation in Java programming. Whether you’re building complex logic, formatting output, or generating dynamic content, knowing the best methods to concatenate strings efficiently can make a significant difference in performance and readability.
by Wessel Beulink
Microsoft Azure enhances security with private subnets, fostering efficient network management.
by Chris Boss
BASIC: A powerful language often underestimated and undervalued
by Chris Boss
More about BASIC and what can be accomplished with the language
by Chris Boss
After years of learning how Windows works under the “hood”, as a WIN32 API programmer, I can look back at classic Visual Basic from a different perspective and see how it could have been designed better right from the start. As a long time BASIC programmer, I appreciated how easy it was
by Chris Boss
One of the challenges which I have felt made the WIN32 API dfficult to learn is that it leaned heavily on C and as a long time BASIC programmer, I always felt the C language syntax was terse in nature and that it lacked the natural syntax of languages like BASIC.
by Thomas Weller
Given here are some myths of 'textbook-TDD' and why they are wrong
by Chris Boss
BASIC is one of the most misunderstood programming languages! Mention BASIC to a current software developer and one quickly finds out that it is not viewed favorably by most programmers.
by Trần_Tuấn_Anh
Spring Boot simplifies Java application development by providing a range of powerful annotations that help streamline configuration and setup. Among these annotations, @SpringBootApplication plays a pivotal role.
by Trần_Tuấn_Anh
Lambda functions are a powerful feature introduced in Java 8 that revolutionize how you write and manage code. They allow for more concise and readable code, especially when dealing with functional interfaces.
by Trần_Tuấn_Anh
In the Java programming language, the wait(), notify(), and notifyAll() methods are fundamental for inter-thread communication. These methods play a crucial role in multi-threaded applications where threads need to coordinate their activities. But which class do these methods belong to?