Suggest a Project

  • Thread starter Thread starter manojchhabria13
  • Start date Start date
M

manojchhabria13

Hi can anyone plz suggest me few good topics for project in .net ?

Anyone have any idea on artificial intelligence ?
 
Hi can anyone plz suggest me few good topics for project in .net ?

Anyone have any idea on artificial intelligence ?
Please tell us what level you are. Are you a student? If so, are you a
beginning or advanced student? Are you a professional developer? If so, are
you entry level or senior?
It would be much easier to make suggestions with more information about you.
 
Go to the sourceforge.net and choose what suites u the best

--
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Hi,

Artificial intelligence is best created using languages such as LISP. Although the next version of
C# is getting pretty close with lambda expressions (I guess), I don't think there is any managed
version of LISP at the moment.

Your better off with a well-defined goal to base a project on where you can identify the
requirements and architect a proper solution.

I'll assume that you're a beginner, so this is definitely a better approach since it will allow you
to create success metrics that tell you when the project is complete and work towards that goal.
Since AI is just a decision tree, not true intelligence, you'll never find a logical end to your
project (or even a logical start, possibly). Also, AI is just too broad of a topic.

I recommend coding a project that you'll see value in; something you can use on your own desktop.
Definitely include persistent state (data in a database or xml file, for example) but don't out-step
your own boundaries early on. Ask questions, research and test as you go, making sure that you
focus on the requirements of your application and not just the technology. Through experience and
research you'll acquire a better understanding of the technology automatically, but having a program
that works may be the incentive you'll need to continue learning.

If you need help at all, your questions are welcomed in the newsgroups ;)
 
I am a advance student and have experience making project in java. This
is the first time i am making a project in .net.

Thanks Dave for your valuable suggestion.... I should rethink to go for
AI.

Please suggest me few new topics for the project.....
 
Hi,

I think Michael's suggestion is a good one. Browse the net or brainstorm
for ideas of software that you could use and try coding it.
 
Back
Top