Read our blogs, tips and tutorials
Try our exercises or test your skills
Watch our tutorial videos or shorts
Take a self-paced course
Read our recent newsletters
License our courseware
Book expert consultancy
Buy our publications
Get help in using our site
551 attributed reviews in the last 3 years
Refreshingly small course sizes
Outstandingly good courseware
Whizzy online classrooms
Wise Owl trainers only (no freelancers)
Almost no cancellations
We have genuine integrity
We invoice after training
Review 30+ years of Wise Owl
View our top 100 clients
Search our website
We also send out useful tips in a monthly email newsletter ...
Software ==> | Visual C# (55 exercises) |
Topic ==> | Using lists (3 exercises) |
Level ==> | Average difficulty |
Subject ==> | C# training |
This exercise is provided to allow potential course delegates to choose the correct Wise Owl Microsoft training course, and may not be reproduced in whole or in part in any format without the prior written consent of Wise Owl.
To avoid having to draw the form needed for this exercise, right-click on the name of your project in Solution Explorer then choose Add --> Existing Item... (you can also press SHIFT + ALT + A to do the same thing).
Choose only the file called frmUnluckyDates.cs in the above folder to import it into your project, then edit Program.cs to make this the default form.
For the rest of this exercise, you may find the following snippet of code useful, to give you ideas on how to handle dates in C#:
// get the 13th of this month
DateTime startDate = System.DateTime.Today;
startDate = new DateTime(startDate.Year,startDate.Month,13);
Also, you may find the AddMonths method useful (this adds a given number of months to any date).
Attach code to the left-hand button so that when you click on it you see something like this:
When you click on the button it should create a list of the next (say) 5 years' worth of dates which are on the 13th of the month, then set this list to be the data source of the list box. Your list will be probably a bit more up to date!
Now get the right button to go through the list built up, using the FindAll lambda function (or some other method) to count only those dates which fall on a Friday:
Use .Items.Clear on your list to remove all existing items, then .Items.Add to add new ones in one by one, whenever you find a date which is a Friday.
If you haven't covered lambda functions on the course, don't despair - have a look at the relevant page in your courseware!
Make plans for what you'll do on all these days to keep out of trouble, then close everything down.
You can find other training resources for the subject of this exercise here:
Kingsmoor House
Railway Street
GLOSSOP
SK13 2AA
Landmark Offices
99 Bishopsgate
LONDON
EC2M 3XD
Holiday Inn
25 Aytoun Street
MANCHESTER
M1 3AE
© Wise Owl Business Solutions Ltd 2024. All Rights Reserved.