In LINQ TO SQL if it is possible to select the top 5 records from the particular table using select top 5.
Answer Posted / imatoria
(from t in context.tableName
select t).Take(5)
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
how to change row background color in gridview
What are the new features of .net 2.0?
Explain cache? : .NET Architecture
What is the cli? Is it the same as the clr?
Explain Singleton design pattern in .net
What are end points, contract, address and bindings?
Can you Explain
Explain different pipelining hazards and how are they eliminated? : Dot net architecture
What happens to the winfx technologies?
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get
What is Object Caching in Visual Studio 2010?
what is the difference between running an application with and without debugger?
Define dma? : Dot net architecture
What are the important principles of soa (service oriented architecture)?
Explain hard disk and what is its purpose? : Dot net architecture