views:

31

answers:

1

Dear All,

I want to make a Student Management Software using WCF (Visual Studio 2010). I have not made any projects in .NET. I need a lot of Master Screens, Transaction Screens, Reports and so on. How do i go on with this. Is it possible to create menus in WPF and i can create all my options [Student Master, Course Master etc.] in Menus.

Please do reply.

Regards, George

+1  A: 

I think you should start by reading some articles and books about windows and silverlight application development.

Windows Client .NET & Silverlight .NET are the official sites...

Download some Starter Kits and Sample applications, learn from it. Then create small applications, and use necessary controls.

Watch some videos, these are very incredible and helpful ones.
Then get back, if you have specific questions...

Sandy
@Sandy, i can make the project on my own, but is there a way to create menus in WPF.
George
@George - will this help? http://www.wpftutorial.net/Menus.html
Sandy