Category:Visual Basic .NET
Appearance
Visual Basic .NET
This programming language may be used to instruct a computer to perform a task.
Listed below are all of the tasks on Rosetta Code which have been solved using Visual Basic .NET.
This programming language may be used to instruct a computer to perform a task.
Official website |
---|
Execution method: | Compiled (bytecode) |
---|---|
Garbage collected: | Yes |
Parameter passing methods: | By reference, By value |
Type strength: | Strong |
Type checking: | Static |
See Also: |
Visual Basic .NET is part of Visual Studio. You may find other members of Visual Studio at Category:Visual Studio.
From the Visual Basic Developer Center website: "With Visual Basic, you can create applications for Windows, the Web, mobile devices, and Office on the .NET Framework". Visual Basic .NET makes it easy to create Windows form applications quickly and efficiently. The language is object-oriented and has unique features to speed development and deployment.
Visual Basic .NET, like C# and other .NET languages, runs on the Microsoft Common Language Runtime VM.
Not to be confused with Visual Basic, the original pre-.NET, implementation, which has only a passing resemblance to VB.NET.
See Also
- Wikipedia: Visual Basic .NET
- The Visual Basic Developer Center
- Mono: VisualBasic.NET support — running VB.NET on platforms other than Windows.
Subcategories
This category has the following 3 subcategories, out of 3 total.
@
- Visual Basic .NET User (40 P)
Pages in category "Visual Basic .NET"
The following 200 pages are in this category, out of 404 total.
(previous page) (next page)I
K
L
- Lah numbers
- Largest number divisible by its digits
- Latin Squares in reduced form
- Leap year
- Leonardo numbers
- Levenshtein distance
- Line circle intersection
- List comprehensions
- Literals/String
- Logical operations
- Long multiplication
- Long primes
- Longest common prefix
- Loop over multiple arrays simultaneously
- Loops/Break
- Loops/Continue
- Loops/Do-while
- Loops/Downward for
- Loops/For
- Loops/For with a specified step
- Loops/Foreach
- Loops/Increment loop index within loop body
- Loops/Infinite
- Loops/N plus one half
- Loops/Nested
- Loops/While
- Loops/With multiple ranges
- Loops/Wrong ranges
- Lucas-Lehmer test
- Luhn test of credit card numbers
M
- MAC vendor lookup
- Mad Libs
- Magic squares of doubly even order
- Magic squares of odd order
- Magnanimous numbers
- Make directory path
- MD5
- Mersenne primes
- Metallic ratios
- Metered concurrency
- Mian-Chowla sequence
- Minimum positive multiple in base 10 using only 0 and 1
- Modular arithmetic
- Modular exponentiation
- Montgomery reduction
- Morse code
- Multiple regression
- Multiplicative order
- Munchausen numbers
- Munching squares
N
P
- Palindrome detection
- Parallel brute force
- Parametric polymorphism
- Parsing/RPN to infix conversion
- Parsing/Shunting-yard algorithm
- Partial function application
- Partition an integer x into n primes
- Pascal's triangle
- Pathological floating point problems
- Pell's equation
- Pentomino tiling
- Pernicious numbers
- Pi
- Pick random element
- Population count
- Practical numbers
- Prime triangle
- Primes - allocate descendants to their ancestors
- Primes with digits in nondecreasing order
- Proper divisors
R
S
- Safe primes and unsafe primes
- Self-hosting compiler
- Shoelace formula for polygonal area
- Short-circuit evaluation
- Show ASCII table
- Sieve of Eratosthenes
- Singly-linked list/Element removal
- Singly-linked list/Traversal
- Sleep
- Snake and ladder
- Sockets
- Solve triangle solitaire puzzle
- Sort three variables
- Sort using a custom comparator
- Sorting algorithms/Bubble sort
- Sorting algorithms/Cocktail sort with shifting bounds
- Sorting algorithms/Sleep sort
- Spiral matrix
- Square but not cube
- Square root by hand
- Square-free integers
- Start from a main routine
- Stern-Brocot sequence
- Stirling numbers of the second kind
- Strange unique prime triplets
- String case
- String concatenation
- String interpolation (included)
- String length
- Successive prime differences
- Sum and product of an array
- Sum of a series
- Sum of squares
- Sum to 100
- Super-d numbers
- Synchronous concurrency
T
- Take notes on the command line
- Taxicab numbers
- Terminal control/Clear the screen
- Terminal control/Dimensions
- Text between
- The Name Game
- The Twelve Days of Christmas
- Thue-Morse
- Tonelli-Shanks algorithm
- Topological sort
- Totient function
- Towers of Hanoi
- Transportation problem
- Trigonometric functions
- Truth table
- Two identical strings
- Two sum
- Type detection