Prepare for your Next Interview
This is a discussion on VB.net code question within the VB.NET forums, part of the Software Development category; Since the VB.net code is compiled,then why does a green squiggly line appear below a wrong line of code the very moment the cursor is moved away from ...
|
|||
|
VB.net code question
Since the VB.net code is compiled,then why does a green squiggly line appear below a wrong line of code the very moment the cursor is moved away from it after writing?As in C++,when we use a variable without declaring it,we get to know the error only after giving the compile command.But in VB.net,the variable is underlined with a green line as soon as the cursor is moved away from it.Shouldn't this be seen only if the code was 'interpreted' and not 'compiled'??
|
| Sponsored Links |
|
|||
|
Re: VB.net code question
The just in time compiler does a compile as the code is written and can identify errors before a compile is done at the project level. The project level compile is faster because much of the code is already compiled.
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Try finding the code | christia | Brainteasers | 2 | 04-09-2007 07:36 PM |
| Can you find the code | blenda | Brainteasers | 6 | 02-09-2007 07:04 AM |
| Can we modify this IL code | JobHelper | C# | 4 | 02-09-2007 07:01 AM |
| Find the code | sripri | Brainteasers | 4 | 09-04-2006 04:17 AM |
| Code Reviews and PMD | Lokesh M | Other Languages | 0 | 07-03-2006 10:03 AM |