C# programming - ideas for final work

5 replies
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.
#c# programming final work #final #ideas #programming #work
  • Profile picture of the author jacktackett
    My Sr. Project was a CPU simulator and it's associated assembler. 32 opt codes with a 2 pass assembler. Good luck.
    Signature
    Let's get Tim the kidney he needs!HELP Tim
    Mega Monster WSO for KimW http://ow.ly/4JdHm


    {{ DiscussionBoard.errors[8925492].message }}
  • Profile picture of the author davidnavarro85
    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.
    {{ DiscussionBoard.errors[9635096].message }}
  • Profile picture of the author Member8200
    uhmm. how about, Building bots using C# for SEO to automate process.
    I think this is a good topic to discuss.
    {{ DiscussionBoard.errors[9643148].message }}
  • Profile picture of the author blinkenlights
    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.
    {{ DiscussionBoard.errors[9706162].message }}
    • Profile picture of the author CreateSoft
      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.
      {{ DiscussionBoard.errors[9722995].message }}

Trending Topics