Dear All,
This is my C# Assignment Please help me how I start it.
Application that handles sale campaigns for a shop.
every sale campaigns must have a:
start and shop date
information about what specific campaign it is.
Cover football shoes , CD album, video games and Female Jeens
Function.
Dates for different campaign overlap each other.
only 1 type of campaign can be active at a time.
you must be able to sort campaigns by date.
interface has to be used for : campaign name, start and stop dates.
use generics to create a method that verifies so campaign dates dosent over lap each other.
sort campaign using Linq and generics
if possible include a unitest that check if the dates dosent overlap.
Rathnayake