פיתוח תוכנה ובניית אתרים תוכנה לעסקים






פיתוח תוכנה ובניית אתרי אינטרנט
תוכנות לעסקים פיתוח תוכנה ובניית אתרים
התחברות לקוחות
כניסת לקוחות

 
 
כניסת לקוחות

  שכחת את הסיסמה?
תוכנות לדוגמא



 
חברת PC GROUP מתמחה במתן פתרונות מיחשוב מתקדמים לעסקים ולפרטיים. פיתוח תוכנות תפורות ומותאמות לעסקים שונים. בניית אתרי תדמית, אתרי מכירות, אתרים פנימיים לניהול עסק ותחזוקת מערכות מחשבים בעסק. אנו מתמסרים ללקוחותינו ומשתדלים בכל כוחנו לספק את המוצר הטוב ביותר במחירים הוגנים.
יצירת קשר מידע על תוכנה 052-663-5054
PC GROUP
  ניתן ליצור קשר בטלפון בין השעות 19:00 - 8:00
מעבר לשעות הנ"ל ניתן ליצור קשר דרך האתר

  טופס יצירת קשר dot   כתובת מייל dot   קבל הצעת מחיר dot
מחשבמידע על תוכנה

Avoid returning List from public API
 
You should avoid from returning List from a public API. 
You should return the most generic type that can still hold your data.
The reasons are 1. Verisoning - if you'd have to change the implementation, you don't want to break your API consumers (e.g. You might find a need to override Add method which is not defined as virtual on List). 2. Simplicity - List is a bloated object and probably your consumers won't need all that functionality so it's better serving them something simpler.

You should retrun IEnumerable if all you need is to iterate over the collection / if you'd like to make it read only.
If you also want to allow operations like Add then return ICollection.
If order is important and you want to allow access to a specific index in the collection return IList (because this isn't possible with ICollection).




Post a comment
Your name:

Your comment:


 

מידע על תוכנה
מידע על תוכנה
בית תוכנה לעסקים ולפרטיים