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

round this number 3.899 to the nearest hundredth
Why is it necessary to use the same restriction enzyme to cut 2 pieces of DNA that are to be joined together?
round this number 3.899 to the nearest hundredth
Why is it necessary to use the same restriction enzyme to cut 2 pieces of DNA that are to be joined together?
What is Neons group and periodic number?
round this number 3.899 to the nearest hundredth
How are radioactive probes useful in DNA fingerprinting
Find the error Jacob is finding the slope of the line that passes through x(0,2) and y(4,3).circle his mistake and correct it.
How are radioactive probes useful in DNA fingerprinting
How are radioactive probes useful in DNA fingerprinting