where the stored procedure are written in business logic or
data acess layer?
Answers were Sorted based on User's Feedback
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 |
Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process.
Is sql backend or frontend?
what are the server controls used in sitepath navigation?
What is ISAPI?
A brief difference between Session and Cookies in asp.net
What are session objects?
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]
Explain security types in asp.net?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
List down the sequence of methods called during the page load.
What are asynchronous callbacks?