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
What are the shared variables?
Explain global assembly cache (gac)?
Can you please explain the difference between authentication and authorization?
What is break mode? What are the options to step through code?
What are jagged arrarys ?
How vb implements the disconnected architecture as like vb.net?
what is difference between namespace and assembly?
What is the class that allows an element to be accessed using unique key?
Explain the use of option explicit?
What is intermediate langauge?
What is option strict?
Why should you use delegate?
How to send xml file on server using http protocol?
Explain the difference between web.config and machine.config and where it will be ?
What is non_deterministic finalization?