Could anyone give me some suggestions for my final project?

Aaron soggi 246 Reputation points
2021-04-03T20:43:52.253+00:00

I’m studying a masters in computing systems and I’m at that point now where I need to start planning what I’m going to do for my final project.

its split into two parts, first we have to carry out relevant research on the topic that we would like to cover and then finally produce the program using c#.

During the course I’ve created two programs using .net framework. The first one was a medical related application where I managed data through JSON files. edit delete search etc.

My most recent program was a coach booking service where I used windows forms and the baked in SQL server.

Now I want to do something that’s really going to challenge me and help me to stand out when applying for jobs. What would you guys recommend?

I want to do something that's not too common but others have covered before, as this will give me the chance to do research on it and do my own research on how to get it working.

Any feedback would be highly appreciated!

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,600 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Alberto Poblacion 1,556 Reputation points
    2021-04-04T09:20:36.137+00:00

    One topic that has become very fashionable is Artificial Intelligence (AI). Having a good knowledge and understanding of AI will certainly stand out when applying for jobs.

    You could research existing algorithms and write your own implementation, being especially careful to optimize it for whatever goal you have decided to implement in your program.

    Or, alternatively, you could choose to use one of the existing AI services and write a front-end to interact with it. For instance, you could write a program to gather data, then train a Model, and then send queries to the model.
    The ability to do this is in high demand, so demonstrating knowledge in this topic will help you a lot when applying for a job in this area.

    1 person found this answer helpful.