473,387 Members | 1,597 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

editor and webbased lists

2
Hi,
I recently started a new project as a junior.
Everything is running under Visual studio 2005 and sql express 2005.
I have created a database model and now i need to develop the following .

1. An editor to facilitate the entry of data in some of the tables.
2. I need to generate a few simple lists from the tables and from stored procedures and show them from a

web based application.

Concerning the editor: How can i proceed the best? Which technology is the best suited for this? If later

i have to make changes to my datamodel, i want as little problems as possible, iow i would like most to

be generated from the datamodel.
Is it useful to use technology like NHibernate for this?
Or is there an analogous way in visual studio?
Or other tools?

The same for the lists. Is it better to use a technology like crystal reports? Or is it overkill for my

small app? basically, all lists are quite simple.

All help is appreciated!!!!

Lisa.
Jun 29 '07 #1
1 949
Frinavale
9,735 Expert Mod 8TB
Hi Lisa,
Welcome to TSDN, I hope you like it here!

I would suggest designing a screen with some text fields and buttons that will facilitate the editing first.

Once you have a screen drawn up I would write the dialogue that happens between the user and the system.

Eg
For Editing Screen:
User enters a,b,c.
User enters x, system validates x.
User presses button BTNZ, system validates a,b,c, and x. If system validates true, system does: <describe tasks that have to be done by the system>

This will help you to understand what functionality you will need to do before you sit down to write any code. Once you know what functionality your system will be doing, you can design classes based on the "nouns" in your dialog, and design your functions based on the "verbs" in your dialog.

This really helps me to get organized before I start any project.

You are probably going to want to use C#.NET or VB.NET to write your application. Both will accomplish the same thing but its up to you which ever you choose (pick the one you're most comfortable with).

Have you ever developed a .NET web application before?

-Frinny
Jun 29 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Amir Michail | last post by:
Hi, Is there a program for editing shelve databases? Amir
2
by: Christoph Bergmann | last post by:
Hi... We want to write an open source web based TEXT editor and would be happy about any help ;-) Please notice: We do NOT want to write a web based WEB editor, where you can edit a web page...
5
by: David Winter | last post by:
I am looking for a "WYSIWYG" style, browser-based editor for (X)HTML content. It should (at least) run under Windows, preferably in Mozilla/Firefox, but IE would be OK, too. Now I know there are...
14
by: SD | last post by:
I am thinking about writing a text editor in C for unix sometime soon. I am just doing this to learn more about C. I want to write something like ed.c, a simple line editor. What types of data...
43
by: Mladen Adamovic | last post by:
Hi! I wonder which editor or IDE you can recommend me for writing Python programs. I tried with jEdit but it isn't perfect.
6
by: Pete | last post by:
Hi - I have 200 past meeting minutes to convert from text to html with an already settled-on tested css stylesheet. So all I need is an editor where I can highlight text and maybe hit the right f...
1
by: Claire | last post by:
Im writing a small application to allow some none techy people create localized string resources for our main application. So we can reuse modules each one has its own .resx resource file. So my...
12
by: Trish | last post by:
I just had a bad experience using MS Word as an HTML editor. It bloated more than 200% so I could barely recognize the essential statements; and it introduced more than 14,000 errors. Also,...
8
by: Red | last post by:
If auto-format is turned off in VS2008, there is apparently no way to indent a line. Under Tools->Options->Text Editor->C#->Formatting, there are three checkboxes. Unchecking those seems to cause...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.