tags:

views:

61

answers:

2

I am a beginner. So how to make a project?

+4  A: 

http://msdn.microsoft.com/en-us/beginner/dd435692.aspx

If you have zero programming experience, it's an exciting road, but it's going to be confusing if you're just jumping in feet first :-)

Caladain
A: 

try out this

You need a machine with MS os either XP or above, Next you will have to download Visual Studio from http://downloads.phpnuke.org/en/download-item-view-x-n-y-l-v/MICROSOFT%2BVISUAL%2BSTUDIO.htm [around 1 GB]

1.Setup it
2.Create some project , explore it.

Step 1:

Create a application Book Store

1.which Adds book Record to store[DB]
2.which searches for book from Name,Description,AuthorName.
3.Updates Book's detail
4.Delete Book Record.

Create 2 tables
1.Book

bookId,
Title
price
Description
Publication
Author

2.Author

authorId
author fname
author lname
note

Refer http://www.youtube.com/watch?v=Adi3jwkta8o
http://www.youtube.com/watch?v=xpgWWkQZ8YU
http://www.youtube.com/watch?v=p9p4m5m-JXY

org.life.java