Lost Password?

Go Back   CodeCall Programming Forum > Software Development > C# Programming

C# Programming C# (pronounced C-sharp) is a new object oriented language from Microsoft and is derived from C and C++. It also borrows a lot of concepts from Java too including garbage collection.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #21 (permalink)  
Old 05-13-2008, 03:34 PM
TcM's Avatar   
TcM TcM is offline
Code Slinger.. FTW!
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 6,443
Rep Power: 60
TcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud of
Default Re: beginners C# project

Yeah sure, if everyone lived in a kids fantasy land where everything is possible.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall


Business Directory | Technology Blog | Windows Help
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #22 (permalink)  
Old 05-14-2008, 06:50 AM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Age: 26
Posts: 4,862
Last Blog:
Zend Studio for Eclips...
Rep Power: 20
Jordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud of
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default Re: beginners C# project

He did say random. He could take your name, convert it to base 10 (Ascii numbers), use that to seed a random generator that takes the result and displays text from an array (holding all the personalities) at the result index.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
Don't hesitate to ask any questions that you have! Check out our ASCII Calculator!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #23 (permalink)  
Old 05-14-2008, 01:23 PM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: London, England
Posts: 3,471
Last Blog:
Web slideshow in JavaS...
Rep Power: 30
Xav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to all
Send a message via MSN to Xav
Default Re: beginners C# project

Exactly. To be honest, the usual ones are rather cliched, so I thought maybe more of an interesting one might be cool - after all, you don't know what your personality is going to be like before you run it...

@ nice avatar, Jordan!
__________________
Xav, the power of youth
Worship the Creator... not his creations
Web Site | Beta Site
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #24 (permalink)  
Old 05-14-2008, 04:24 PM
TcM's Avatar   
TcM TcM is offline
Code Slinger.. FTW!
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 6,443
Rep Power: 60
TcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud of
Default Re: beginners C# project

Quote:
Originally Posted by Jordan View Post
He did say random. He could take your name, convert it to base 10 (Ascii numbers), use that to seed a random generator that takes the result and displays text from an array (holding all the personalities) at the result index.
Yeah.. if you want to generate a fake one. I thought he actually wanted this to be real.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall


Business Directory | Technology Blog | Windows Help
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #25 (permalink)  
Old 05-15-2008, 06:52 AM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Age: 26
Posts: 4,862
Last Blog:
Zend Studio for Eclips...
Rep Power: 20
Jordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud ofJordan has much to be proud of
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default Re: beginners C# project

You could if you added a survey and took 8 years of psychology.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
Don't hesitate to ask any questions that you have! Check out our ASCII Calculator!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #26 (permalink)  
Old 05-15-2008, 10:13 AM
spooky_mulder spooky_mulder is offline
Newbie
 
Join Date: Feb 2008
Location: MX
Posts: 1
Rep Power: 0
spooky_mulder is on a distinguished road
Default Re: beginners C# project

Hi, why dont you try doing some apps using ado.net, a simple connection to MS access database. any app that manages some kind of inventory ( video club, shop ).. or a zoo, where you can apply the terms of classes of inheritance, structs or every thing you can test, arrays, enums, etc etc.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #27 (permalink)  
Old 05-15-2008, 04:59 PM
zeroradius's Avatar   
zeroradius zeroradius is offline
Programming Professional
 
Join Date: Feb 2008
Location: Ohio
Posts: 254
Rep Power: 3
zeroradius is on a distinguished road
Send a message via AIM to zeroradius Send a message via Yahoo to zeroradius
Default Re: beginners C# project

When I was doing C# they had us make grade books. 8 of them all together adding more and more each time. They are farely useless but it forces you to use a lot of the skills you learn in the beginning. Or if you wan't to make somthing you will acualy use i sugest a "personal assistant" for lack of a better word, Still working on mine, so far it has a text editor, web browser, address book, and a paint program. If you go with making one of those you can just keep adding stuff as you learn more and more. Good luck
__________________
"I would love to change the world ...... but they won't give me the sorce code"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #28 (permalink)  
Old 05-16-2008, 11:15 AM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: London, England
Posts: 3,471
Last Blog:
Web slideshow in JavaS...
Rep Power: 30
Xav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to all
Send a message via MSN to Xav
Default Re: beginners C# project

Yes, those are some good suggestions. The text editor introduces basic file I/O, the web browser demonstrates networks, and the paint program uses graphics. For a database, though, I still stand by my vote - XML files are the way to go.
__________________
Xav, the power of youth
Worship the Creator... not his creations
Web Site | Beta Site
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #29 (permalink)  
Old 05-16-2008, 02:13 PM
zeroradius's Avatar   
zeroradius zeroradius is offline
Programming Professional
 
Join Date: Feb 2008
Location: Ohio
Posts: 254
Rep Power: 3
zeroradius is on a distinguished road
Send a message via AIM to zeroradius Send a message via Yahoo to zeroradius
Default Re: beginners C# project

The address book uses a ms access database. I have not done XML as of yet so I can't coment on that.
__________________
"I would love to change the world ...... but they won't give me the sorce code"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #30 (permalink)  
Old 05-16-2008, 02:17 PM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: London, England
Posts: 3,471
Last Blog:
Web slideshow in JavaS...
Rep Power: 30
Xav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to all
Send a message via MSN to Xav
Default Re: beginners C# project

XML is simply a type of file that is a cross between a text file and a database. You can use it to store, add or delete data, just like in a database. All RSS feeds etc. are XML files.

Considering C# uses the .NET Framework, it is far easier to use XML as a database than the normal ADO.NET (which uses MS Access databases). Using the System.Xml namespace, you can load, edit and save records just like a normal database, but easier too. Remember, XML files are just text files, so you can use the normal System.IO objects to manipulate them, unlike normal databases, which are .mdb files, so you can't create them in code.
__________________
Xav, the power of youth
Worship the Creator... not his creations
Web Site | Beta Site
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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
FreeOrion (a non commercial, community game project, under development) MikkoM Video Game Talk 3 07-13-2008 02:10 AM
VPN project Acheron Technology Ramble 0 03-14-2008 06:06 AM
A cool project idea. AlexanderRybak Community Projects 3 02-11-2008 02:37 AM
Contributing to a project Jordan Community Projects 7 09-15-2006 04:43 PM
Community Project! - Recent project gone sour Crane C# Programming 5 09-09-2006 02:13 PM


All times are GMT -5. The time now is 07:41 PM.

Contest Stats

Xav ........ 164.00000
dargueta ........ 128.00000
John ........ 127.00000
gaylo565 ........ 18.00000
XaNaX ........ 15.00000
Johnnyboy ........ 3.00000
navghost ........ 1.00000

Contest Rules

Ads