C# programming - ideas for final work

by 5 replies
7
Hi!

I am choosing the topic for my final work in college. Does anybody have some ideas what could pass as a good topic related to programming in C#?

Thank you.
#programming #c# programming final work #final #ideas #programming #work
  • My Sr. Project was a CPU simulator and it's associated assembler. 32 opt codes with a 2 pass assembler. Good luck.
  • You can add interface in C# or assembler.Or the how to retrieve the social medias news feed by using C#.Different types of information and guidelines are available on the internet.
  • uhmm. how about, Building bots using C# for SEO to automate process.
    I think this is a good topic to discuss.
  • Is there any restrictions on the development environment / compiler? If you're allowed to use Unity 3D (free) you could make a game. It let's you code in C#.

    Unity3D can target Web browser (requires unity3d player browser plugin), Mac, PC, and possibly Android. The paid version will let you target iOS, xbox, etc.
    • [1] reply
    • Machine learning can be a great example of programming for a C# project. For my masters thesis, I created a genetic programming application in C# that solved pathfinding algorithms for games.

      Genetic programming is a pretty lengthy topic, but Genetic Algorithms are much more doable in a shorter time period and can be used to solve interesting non-linear problems.

      If you want to see my thesis and download the genetic programming source, PM and I will send you a link to the page on my website where you can download and review it.

Next Topics on Trending Feed