Question 15 Demonstrates the answer for Scoped vs Transient vs Singleton in detailed - • ASP.NET MVC Interview Questions with ...
Explanation Notes :-
-----------------------------
𝐒𝐢𝐧𝐠𝐥𝐞𝐭𝐨𝐧 :- For every client for every request and any request a single instance is instance is created ,shared and injected in to the constructor.
𝐒𝐜𝐨𝐩𝐞𝐝 :- For scoped for every request new instance is created the same created instance in that request is injected in the constructor.
𝐓𝐫𝐚𝐧𝐬𝐢𝐞𝐧𝐭 :- For transient new instance is created for every request for every object asked in the constructor.
For complete ASP.NET MVC Core Interview Questions series check out this link - https://www.questpond.com/aspnet-mvc-...
----------------------------------------------------------------------------------------
For more details :-
🌐 Website : www.questpond.com
📱 Mob. No. : +91-9967590707 / +91 7700975156 / +91-22-49786776
📧Email : [email protected] / [email protected] / [email protected]
Share, Support, Subscribe and Connect us on!!!
YouTube: / questpondvideos
Twitter: / questpond
Instagram : / questpond
Facebook : / questpond
#scoped #transient #aspdotnetmvcinterviewquestions #singleton