About writting a query and SP which is better ?
Answer Posted / anand
SP is better than the query bcoz SP is pre compiled unit so
it reduce burden on the server
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
Explain the concept of View Model in MVC?
If we remove web.config or machine.config from the application then, is this application will works?
What is GAC in ASP.NET 2.0
What is data control in asp.net?
What is difference between URL and URI?
What is anonymous authentication?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
Distinguish between Server-side and Client-side code with its functionality?
Explain the main differences between asp and asp.net?
Explain difference between dataset and recordset?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
Give 2 examples for scenarios when routing is not applied?
Is react a template engine?
Fetch one page value to another page without using state-managment ?