where the stored procedure are written in business logic or
data acess layer?

Answers were Sorted based on User's Feedback



where the stored procedure are written in business logic or data acess layer?..

Answer / sanoob

Stored Procedures are written on Database not on DAL or
BAL. You can Call the Stored Procedure from DAL

Is This Answer Correct ?    28 Yes 0 No

where the stored procedure are written in business logic or data acess layer?..

Answer / ankush bhardwaj

data access layer

Is This Answer Correct ?    12 Yes 10 No

Post New Answer

More ASP.NET Interview Questions

Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process.

1 Answers  


Is sql backend or frontend?

0 Answers  


what are the server controls used in sitepath navigation?

1 Answers  


What is ISAPI?

2 Answers   IBM,


A brief difference between Session and Cookies in asp.net

5 Answers   HCL, HCL Comnet,


What are session objects?

0 Answers  


You create an assembly to access data in a relational database. This assembly will be used by several ASP.NET applications on your Web server. You need to ensure that all your applications can access the assembly. Which two actions should you take (Each Answer: presents part of the solution.)? (Choose two) A . Run the Assembly Registration tool (Regasm.exe). B . Run the String Name tool (Sn.exe). C . Run the Installer tool (Intallutil.exe). D . Run the Global Assembly Cache tool (Gacutil.exe).

6 Answers   CPCL, Syntax Softtech,


When is an object collected by the Garbage Collector? [Four options were given]

1 Answers   ABC,


Explain security types in asp.net?

0 Answers  


what are the events raised in asp.net page life cycle?in which stage view state can be loaded?

0 Answers   EDS,


List down the sequence of methods called during the page load.

0 Answers  


What are asynchronous callbacks?

0 Answers   Accenture,


Categories