SteevStanman SteevStanman
  • 01-05-2017
  • Computers and Technology
contestada

List the rules to keep in mind as you declare a variable in VB.NET

Respuesta :

tonb
tonb tonb
  • 09-05-2017
- What is your variable scope? Ie., in what parts of the program do you need it?
- Is it a value type or a reference type. Reference types must always be "newed". Value types are more expensive to pass as parameters.
- Does the type implement IDisposable? Then you should use it in a using { } clause.
- Is the type immutable (like string or DateTime)? Then making changes to it is more expensive than you may think.
Answer Link

Otras preguntas

Determine which set of side measurements could be used to form a right triangle. 3, 11, 20 5, 9, 17 6, 7, 8 6, 8, 10
why did el patron save matt’s brain in the first place
what are your priorities? projects?​
solve this equation Thank you!!
What measurement could be the length of a pool?
How can this sentence be changed into a simple sentence? The ski club members are raising money for a trip to Aspen, but they will probably pay most of the expe
2nd exercise of a 5-part course. Giving 100p for each. Total of 500p. (Everything must have a procedure) 2. Convert the next rectangular functions into polar fu
5+2 I’m graduated so my points are up for grabs cause I’ll never use them. I have to at least as a question with it though.
Identify explicit formula for the sequence 3, 6, 9, 12, 15, ...
Solve the equation, 2x + 1 = 3, for x. Which of the following properties of equality did you apply? Question 5 options: A) Subtraction and division B) Subtracti