issues
search
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
Creating and using your own class, struct and enum (with flag(s), preferably).
Property (standard, indexed, auto-implemented) usage in struct and class.
Named and optional argument usage.
Extension method usage.
Reading from file.
Generic type usage.
Regex.
Widening and narrowing type conversions.
Putting data to collection, iterating through it the right way.
LINQ to Objects usage (methods and queries), including groupJoin.
Implementing some of the standard .NET interfaces (IEnumerable, IComparable, IComparer, IEquatable, IEnumerator, etc.)
http://uosis.mif.vu.lt/~vytautasa/TOP/
http://uosis.mif.vu.lt/~vytautasa/TOP/