Hi,
I am trying to come up with a model design to solve the follwoing problem: I have files (plain text and xml) which I want to be able to represrnt them in a view in ASP.NET, also, I would need to detect certain words in lines and keep track of them. So, we can imagine I have the following
CFile: List<Message> CertainMessages
My question is, how do I represents the lines in the file? should I make another class representing a line, and send 700+ lines to the view in my application?