In LINQ TO SQL if it is possible to select the top 5 records from the particular table using select top 5.
Answer / imatoria
(from t in context.tableName
select t).Take(5)
| Is This Answer Correct ? | 10 Yes | 0 No |
what is the difference between running an application with and without debugger?
10. Overloding and overriding.
Use of Enable view state ? if turn off what happen ?
What is the procedure on hardware that converts the ascii value to binary? : .NET Architecture
Explain about continuable exceptions?
how to minimize,maximize and restore my form programmatically?
1 Answers Interlac, Six Sigma,
which would be the best to use inproc,outproc or sql server
What are library functions?
how u maintain data while navigating one page to another?
How many types of languages does .net support? name at least 10-15?
12 Answers Interac, Six Sigma, TechUnity,
What is difference between .net and visual studio?
What is the main Difference Between .Net 2003 and .Net 2005.and also Asp1.1,Asp2.0 and Asp3.0