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
Can we use Vb.Net and C# language simultaneously in one .Net application?
What are the two main parts of .net?
What is the class that allows an element to be accessed using unique key?
What is code security?
How do you call a stored procedure in Visual Basic?
Explain the use of new keyword?
How to run a dos command in vb.net?
Is vb.net a programming language?
What is normal jit?
thak you Mr Govind for replying to my question. My next question is that how to retrieve image stored in an SQL server table and assign it to any image control or picture control using VB.net
Write program in VB.Net with SQL Server and Crystal Reports to develop a small windows application to add,edit,save, search and print Employee Information and send sourcecode as zip file. empcode : .............. empname : .............. dateofjoin : dd/mm/yyyy dateofbirth : dd/mm/yyyy TableName: EmpMaster EmpCode EmpName DOB DOJ TableName: EmpDocs EmpCode DocNo DocName ExpDate
Explain convert.tostring and i.tostring method?
what is common language specification?
List the two main parts of .net?
Explain about the ruby interface generator?