Q.1 What is Blazor?
Ans:-
Q. 2 What's new in ASP.NET Core 3.1
Ans:-Q.3 What is the difference between Transient , Scoped , Singleton , ?
Ans : -
1) Transient – Each time a transient object is requested, a new instance will be created.
2) Scoped – The same object will be used when requested within the same request.
3) Singleton – The same object will always be used across all requests.
No comments:
Post a Comment