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 about the base class library provided by microsoft.net?
which would be the best to use inproc,outproc or sql server
When do I need to use gc.keepalive?
Does .NET runtime offer Deterministic Destruction or not?
Whats new features in Visual Studio 2012?
So what exactly is the configuration file for then?
What is gui programming? : .NET Architecture
Explain hard disk and what is its purpose? : Dot net architecture
Explain the types of memory management? : .NET Architecture
Explain about generation?
What is the procedure on hardware that converts the ascii value to binary? : .NET Architecture
Explain how does .net mobile work? : Microsoft dot net mobile