I already Googled the difference between List and IList and it still is not that clear to me.
In the Patterns in Action dofactory project, the List are used in Business and Data layer but when they map it in the service layer the send it back as IList.
What are teh benefits of mapping it to an IList?
Could I simply send back a List and the application would function the same?
Thanks a lot.
Dennis