Hi
I am planning to take interview in VB.net,can any one share
your interview Questions for a Entry-level job.
Regards
Lina
Answers were Sorted based on User's Feedback
Answer / praveen
How is VB.Net different from VB6??
In VB.net
*support inhertiance and Exception handling
*support disconnected data
In VB6
*Doesnt support inhertiance and Exception
handling & disconnected data
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
What is difference between inline and code behind?
Explain the difference between vb 6 and vb.net?
Difference between a sub and a function?
Name some of the features of C# which are not present in VB.NET?
concept of object oriented programming
i had attended to infosys interview on 17th april 2010...on .net..3+ experience .. to my knowledge i did well in technical and they asked me to wait for next process ..so i waited for 15 min ..later one person came and said give 7-10 days time for intimation of next process do they keep technical and hr on different day ...or i loose the interview ..am confused yaar please any say na what accuatly would be happend
I want to reduce my CPU Usage when I am querying the Database for records. Now my Winform App(in VB.Net) suddenly Jumps to 100% CPU Usage when i query for records from sql server database. I want this Usage to be less. Any help is appreciated
Explain about rapid application development tool?
Can you please explain the difference between dispose and finalize()?
What is the significance of delegates. Where should they be used? What are the situations where we require them?
Explain how to achieve polymorphism in vb.net?
What is the Advantage of vb.net over vb