S
suysie
Guest
hello i am a student in ict and for school i need to make a project but i cant find an idea for the project the project needs to contain the following criteria i hope to find a intresting idea that i like to realize. already thanks for the responds.
1. The project consists of the realization of a personal idea, implemented in
a C # WPF Application.
2. The app is crash resistant through thoughtful exception handling.
3. There is at least one exception that you have created yourself (derived from
ApplicationException).
4. There is a clear GUI (group boxes, not too many / not too few controls, ...)
5. The code is made up of logical blocks (methods), that code reuse
stimulate.
6. By using constantes, lengths of collections, relative paths, ...
the code can be easily adapted to changed needs.
7. At least one piece of data is stored in an external file.
8. Work is done with self-written classes and derivatives thereof.
9. At least one of the classes above is via a DLL file
added to the project.
10. Polymorphism is used in at least one place.
11. Use LINQ to Objects in at least one place in your app.
12. There is a link with a (MySQL) database or you get JSON objects
within which you convert via the NewtonSoft library.
13. There is at least one extension method that is used correctly.
14. The app meets expectations (operation).
15. The deadline for submitting the project has been respected.
Continue reading...
1. The project consists of the realization of a personal idea, implemented in
a C # WPF Application.
2. The app is crash resistant through thoughtful exception handling.
3. There is at least one exception that you have created yourself (derived from
ApplicationException).
4. There is a clear GUI (group boxes, not too many / not too few controls, ...)
5. The code is made up of logical blocks (methods), that code reuse
stimulate.
6. By using constantes, lengths of collections, relative paths, ...
the code can be easily adapted to changed needs.
7. At least one piece of data is stored in an external file.
8. Work is done with self-written classes and derivatives thereof.
9. At least one of the classes above is via a DLL file
added to the project.
10. Polymorphism is used in at least one place.
11. Use LINQ to Objects in at least one place in your app.
12. There is a link with a (MySQL) database or you get JSON objects
within which you convert via the NewtonSoft library.
13. There is at least one extension method that is used correctly.
14. The app meets expectations (operation).
15. The deadline for submitting the project has been respected.
Continue reading...