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

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -