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:
- use vector of object (new custom class id , value).creating , filling in control when user put value in textbox.
- 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
Post a Comment