Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » suggestions for first moderately ambitious application?
Closed Thread
Old 08-12-2009, 05:51 PM   #1 (permalink)
 
Junior Techie

Join Date: Nov 2008

Posts: 79

BobLewiston is on a distinguished road

Default suggestions for first moderately ambitious application?

Hi, everybody. I've been studying C# (using Visual C# 2008 Express) for several months and I think I've got the basics down pretty well at this point, so now I want to create a moderately ambitious application to consolidate and grow my skills. Any suggestions for what kind of app would utilize the full set of skills that would be expected from a preprofessional level student?
BobLewiston is offline  
Old 08-13-2009, 10:43 AM   #2 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default Re: suggestions for first moderately ambitious application?

Try creating an image editor. Nothing fancy, just open an image file and allow the user to do basic editing -- cropping, grayscale, rotate left, rotate right, undo, redo, zoom. Make sure you avoid memory leaks and file locks on the images. Don't worry if you don't know much about images, you can pick that up along the way and push yourself to become better. Take your pick of using WinForms or WPF. You'll need to be familiar with at least one GUI library (I'd pick WPF, since your skills would be transferable to Silverlight, but it does have a steep learning curve. Then again, you are doing this to learn.)
jaeusm is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
The different ways to execute a Linux application Osiris Linux Tips and Tricks 0 06-22-2009 04:54 PM
Add an application to GNOME’s Autostart Osiris Linux Tips and Tricks 1 04-09-2009 03:54 PM
Linux Application Checker Osiris Linux Tips and Tricks 0 08-08-2008 08:01 AM