|
||||||
| 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. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||||
|
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 |
|
|||||
|
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! |
|
|||||
|
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 |
|
|||||
|
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! |
| Sponsored Links |
|
|
|
|||
|
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.
|
|
|||||
|
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"
|
|
|||||
|
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.
|
|
|||||
|
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. |
| Sponsored Links |
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
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 |