Hi
I am planning to take interview in VB.net,can any one share
your interview Questions for a Entry-level job.
Regards
Lina
Answer Posted / praveen
how to create views in sql with syntax and example
?
create view <Viewname> as
select a as A,b as B,c as C
from <tablename>
where <whereclause{optional}> order by A
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
source code for how to login a vb.net application ?
Explain private assembly?
Why do we use ansi keyword?
What does assert() method do In VB.NET
What is the difference between readonly variable and constant variable?
Name the two main parts of .net?
What is difference between inline and code behind?
Describe about visual basic.net?
What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?
Can you please explain the difference between namespace and assembly?
what is interface and when it is used?
What is normal jit?
What is the difference between manifest and metadata?
Explain the difference between namespace and assembly?
What is the strong name in .net assembly?