Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
See more: (untagged)
Good day all

After completing my 3rd year of study in the software development field i will please like someone to please help me choose a project that i can be working on or please direct me to an article that has tips on how to choose a project.
thanks in advance.

Regards
Posted
Comments
joshrduncan2012 19-Nov-12 9:32am    
What are you interested in?
Georges23 19-Nov-12 9:40am    
i am interested in business applications

We can't - we have no idea of your background, skills, interests, course, languages, abilities, or any other information.

Go see your course tutor - he will be used to this sort of question, but he at least knows what you have been taught, and what projects would be relevant to your course!
 
Share this answer
 
Comments
Georges23 19-Nov-12 9:35am    
thanks OriginalGriff
ridoy 19-Nov-12 14:00pm    
+5
sariqkhan 20-Nov-12 4:43am    
:laugh
+5
"Write a search engine better than Google's[^] one".
 
Share this answer
 
Comments
ridoy 19-Nov-12 14:01pm    
good idea..:)..+5
If you are looking something for prctice.

Then start with a website
1)Use Master Page
2)create some UserControls and play with delegates , events and properties
3)try to acccess controls in master page and set some values
4)Make the application to support multiple Themes and Language
5)Make sure to Use all validation controls(including Custom Validator)

---------
Next try to make things more reusable

1)create a separate class which will handle all sql Functionalities. Look into the following one
http://smartdataaccesslayer.codeplex.com
2) Convert the application into Three Tier application.

You can start with a simple login screen and on success full login let user create department and employee.
Show all the existing employees and departments in a listview.
Make sure to use Update Panel and get handson with asynhronous programming.

At the end try some stuffs with jQuery.

Hope it helped. All the best
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900