|
||||||
| 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 |
|
|||||
|
You could make an address book:
1. display entries 2. add entries 3. edit entries 4. delete entries 5. You could have a login, required to edit the records.
__________________
Success is the ability to go from failure to failure without losing your enthusiasm. ~ Winston Churchill Braingle |
|
|||||
|
... which requires a database ... which could easily be done using XML files...
|
|
|||||
|
Yep you could use XML for it or you could use a database. I haven't tried this so I don't know which is easier.
__________________
Success is the ability to go from failure to failure without losing your enthusiasm. ~ Winston Churchill Braingle |
|
|||||
|
XML is a good choice for the small amount of data. Because, XML is so simple, it is very easy to use or port data to other applications. It also, has some limitations in terms of data querying capabilities, speed and reliability. For example, if you will need to later add freetext search, aggregation report,.. or you need to handle concurrent request, the database will be a better choice. Its probably a good idea to learn them both at some point.
|
| Sponsored Links |
|
|
|
|||||
|
OK. This is a beginner's project, though, and I've yet to encounter any limitations of using XML files for storing everything from rows of data to application settings - it can all be in one file, making things easier to manage.
|
|
|||||
|
I suggest a trivial windows application such as a country club membership admin application, or a movie rental application. This way you can not only work on beginner level database development but also on an application that will offer the basics of the fundamentals of what all apps do, update, insert, delete and list.
Set up a database with customer tables, order tables, etc and an application with a few screens, or perhaps some form of tab control. All of the tools necessary to do this are free, visual studio and sql express. I'm sure you could even use visual studios built in tutorials utilizing the northwind database of sql server express. |
|
|||||
|
Absolutely. Database skills are always a useful thing to have, although it can be quite complex for someone not familiar with how they work.
|
|
|||||
|
Depends on the IDE. What sort of database? SQL? ADO.NET?
|
| 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 |
| John | ........ | 223.00000 |
| dargueta | ........ | 168.00000 |
| Xav | ........ | 164.00000 |
| LogicKills | ........ | 20.00000 |
| gaylo565 | ........ | 18.00000 |
| WingedPanther | ........ | 15.00000 |
| |pH| | ........ | 15.00000 |
| Johnnyboy | ........ | 3.00000 |
| navghost | ........ | 1.00000 |
Goal: 100,000 Posts
Complete: 67%