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 |
There are so many languages are already existing for developing application.Then what is the need of .net.
what is page_directive
Explain pipelining? : Dot net architecture
How cache coherency is eliminated? : Dot net architecture
what is a required field validation control?
Explain in-proc,out-proc and sql server.
4 Answers G7 CR Technologies, Ness Technologies,
What is the difference between primary & secondary storage device? : Dot net architecture
What is the use of web.config?
What is private constructor? And it's use?
Define cache coherency? : Dot net architecture
Define cache? : Dot net architecture
How Web service create Proxy Using WSDL?