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 |
Define an interrupt? : Dot net architecture
Will finally block exec if we write an return statement to a try block???????
how windows applications different from the console applications?
What does this do? Gacutil /l | find /i "corillian"
What is textview control of .net mobile? : Microsoft dot net mobile
What is the difference between metadata and menifest ?
where should I put this information then?
Can you explain atlasuiglitz library?
What is the mesi? : Dot net architecture
difference between data reader and dataset
What is the purpose of Accordian in jquery? Where it can be used?
server.transfer limitation ?