Mattynas / CSE

Comparison Shopping Engine
1 stars 2 forks source link

see the requirements #22

Closed maximjev closed 7 years ago

JaCobbMedia commented 7 years ago
  1. Creating and using your own class, struct and enum (with flag(s), preferably).
  2. Property (standard, indexed, auto-implemented) usage in struct and class.
  3. Named and optional argument usage.
  4. Extension method usage.
  5. Reading from file.
  6. Generic type usage.
  7. Regex.
  8. Widening and narrowing type conversions.
  9. Putting data to collection, iterating through it the right way.
  10. LINQ to Objects usage (methods and queries), including groupJoin.
  11. Implementing some of the standard .NET interfaces (IEnumerable, IComparable, IComparer, IEquatable, IEnumerator, etc.)

http://uosis.mif.vu.lt/~vytautasa/TOP/