c# - Server resource usage between a class with Reflection and a new class .NET -


i have make loop find id of xml document id taken object name. object name taken textbox in .net web page control, have 2 choices:

  1. use vector of object (new custom class id , value).creating , filling in control when user put value in textbox.
  2. use reflection in controller find textboxes , take name of each 1 on list use later in loop.

the question have server resource usage each of choices have. see needs more resourses , kind of slower other.


Comments

Popular posts from this blog

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -