I am using the SQL Server Reporting Service web service api to render reports using the ReportExecutionService proxy in the asp.net web application.
My question is: should I create a new instance of the ReportExecutionService proxy every time I create a report, or use a singleton instance, the recommended approach? (e.g. for performance reasons, etc.).
What wcf bindings are you going to use? In general, you can reuse proxies, and in a single-user single-threaded application, this is a good idea.
singleton - ASP.NET - .
, ( = , , ASP.NET).
Source: https://habr.com/ru/post/1525300/More articles:jQuery populates popup options based on another popup using Javascript Object Literal - javascriptCan Can Square Tape file backup be used from main stream in android? - javaGet the value of an enum member by his name? - enumsGoogle Maps tabs with dynamic disk tabs (not jQuery-ui tabs) - javascriptCan a cesium map work on an Apache HTTP server instead of node.js? - node.jsPoster attribute does not work in video tag on iPhone 5 - iphoneSimpleRegression - intercept and tilt calculation errors - javausing regex classes in C ++ - c ++Qt - getting photo metadata - c ++iOS: UIScrollView does not scroll to the bottom of its subzones - iosAll Articles