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 |
Explain dotnet framework ?
Explain the purpose of cache? How is it used? : Dot net architecture
what is the shortcut key for toolbox and add existing item?
Whate are resource files? How are they used in .net?
define cache memory? : Dot net architecture
How many types of languages does .net support? name at least 10-15?
12 Answers Interac, Six Sigma, TechUnity,
Describe the advantages of writing a managed code application instead of unmanaged one. What is involved in certain piece of code being managed?
Differnce between managed code and unmanaged code ?
What is IL code, CLR, CTS, GAC & GC?
can u give me real example of how web.config overrides the machine.config file?
what is a tool tip
How Web service create Proxy Using WSDL?