Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > C#
|
C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 27th, 2006, 04:41 PM
Registered User
 
Join Date: Jul 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to ChiefOwl1971
Default Question to all the experienced C# programmers...

I am very new to C# with no real experience in C# or any other programing language. After doing some research I decided to go with C#.

I do have a project on hand that I would like to use C# with to gain experience.

My wife works as an IT Helpdesk person and she stores all of her standard e-mail replies in Notepad txt file. She also uses Word to store the countless IT procedure documentation. Needless to say that even though she is faster now looking through her txt and Word doc's (which is faster then the system provided by the company she works for) she still isn't really happy with it.

My thoughts were to create a (simple?!) program where she can enter, edit, create, search and organize all the data she needs for her day to day work. I am thinking of a simple window app with a split container, the left panel holding a hierarchical tree view (which my wife REALLY loves!) to organize the tons of different documentation and the right to display the content.

Now my question is can I use an Access .mdb file to store content as well as the Nodes structure of the tree hierarchy? I think it is possible but as I mentioned I am a beginner in this area and I don't want to proceed without knowing if it makes any sense to do so. Eventually I need some kind of storage area as there is no database server available. She can't install any software either. So this solution has to run only on the .NET framework and has to be independent from any other software package.

Thank all of you in advance for any advice you can give me!

William F. Beasley
Hillsborough, NC

 
Old August 14th, 2006, 04:10 PM
Registered User
 
Join Date: Aug 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi,
I would recomend you to use XML file as your primary storage.
You can design well defined structure for storing all your data.

best wishes.

cool.

 
Old August 15th, 2006, 03:27 PM
Authorized User
 
Join Date: Aug 2006
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to shivanshub
Default

I have an idea if I m getting u right. In DB just store the physical address of file and by left panel just show file name and address (if she need to view it) and in right panel u can show content of file.

Other wise explain more about product plan what u want to do. U need technical help on Ur plan or need a good plan. After that may be I can help u.


B.Tech(Computer Science) final year from Chandigarh,INDIA





Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help c++ programmers mizoshalaby C++ Programming 3 December 21st, 2007 02:54 PM
For the experienced ones... Thomas82 Classic ASP Databases 6 June 20th, 2007 03:16 AM
Has anyone experienced this kind of thing? jared_edge C++ Programming 1 September 18th, 2006 03:55 PM
I am an experienced asp.net(c#) developer . JasonGuo ASP.NET 1.x and 2.0 Application Design 0 March 23rd, 2006 11:24 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.