473,320 Members | 2,112 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,320 software developers and data experts.

My first DOT NET PROJECT - advice needed

I'm about to start my first Dot Net Project. It seems fairly simple but then
I'm a neophyte. I've just taken a few dot.net courses and have some
background in classic ASP.
The application is web-based. Basically one set of users fills out various
portions of a form, submits the data to another set of users in other
locations who then perform various actions (online and offline) and then post
the item 'job completed' and send it back to the original user. The whole
thing must be HIPAA compliant since the data contains personal health
information. A logon mechanism for users is required.
I envisage a 'form' object with a 'state'. The state will determine what
stage in processing the form is and who can perform what actions on it.
Does anyone have any guidelines or advice we should follow to develop this.
Thanks.

Sep 21 '06 #1
6 1610
I think the first thing you should do is read the ASP.NET 2.0 quickstart.
Its a very useful guide for inexperienced asp.net developers.

http://www.johntimney.com/home/redir...artv20/aspnet/

Specifically lookout for the wizard controls and login controls in relation
to what you describe below.

Regards

John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
"mscertified" <ru****@tigerlily.comwrote in message
news:2E**********************************@microsof t.com...
I'm about to start my first Dot Net Project. It seems fairly simple but
then
I'm a neophyte. I've just taken a few dot.net courses and have some
background in classic ASP.
The application is web-based. Basically one set of users fills out various
portions of a form, submits the data to another set of users in other
locations who then perform various actions (online and offline) and then
post
the item 'job completed' and send it back to the original user. The whole
thing must be HIPAA compliant since the data contains personal health
information. A logon mechanism for users is required.
I envisage a 'form' object with a 'state'. The state will determine what
stage in processing the form is and who can perform what actions on it.
Does anyone have any guidelines or advice we should follow to develop
this.
Thanks.

Sep 22 '06 #2
I looked at those pages and they are pretty basic and low-level. What I'm
looking for right now is guidance on how to architect this application. For
instance someone suggested we use a web service. So I'm looking for direction
on how to plan the overall structure of this application rather than get into
details about how to program individual pages or controls.

David

"John Timney (MVP)" wrote:
I think the first thing you should do is read the ASP.NET 2.0 quickstart.
Its a very useful guide for inexperienced asp.net developers.

http://www.johntimney.com/home/redir...artv20/aspnet/

Specifically lookout for the wizard controls and login controls in relation
to what you describe below.

Regards

John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
"mscertified" <ru****@tigerlily.comwrote in message
news:2E**********************************@microsof t.com...
I'm about to start my first Dot Net Project. It seems fairly simple but
then
I'm a neophyte. I've just taken a few dot.net courses and have some
background in classic ASP.
The application is web-based. Basically one set of users fills out various
portions of a form, submits the data to another set of users in other
locations who then perform various actions (online and offline) and then
post
the item 'job completed' and send it back to the original user. The whole
thing must be HIPAA compliant since the data contains personal health
information. A logon mechanism for users is required.
I envisage a 'form' object with a 'state'. The state will determine what
stage in processing the form is and who can perform what actions on it.
Does anyone have any guidelines or advice we should follow to develop
this.
Thanks.


Sep 22 '06 #3
Microsoft has provided guidance documents. Do this search...

hippa site:microsoft.com

and...

hippa template site:microsoft.com
--
<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
MAP 43°2'17"N 88°2'37"W : 43°2'17"N 88°2'37"W

"mscertified" <ru****@tigerlily.comwrote in message
news:55**********************************@microsof t.com...
>I looked at those pages and they are pretty basic and low-level. What I'm
looking for right now is guidance on how to architect this application.
For
instance someone suggested we use a web service. So I'm looking for
direction
on how to plan the overall structure of this application rather than get
into
details about how to program individual pages or controls.

David

"John Timney (MVP)" wrote:
>I think the first thing you should do is read the ASP.NET 2.0 quickstart.
Its a very useful guide for inexperienced asp.net developers.

http://www.johntimney.com/home/redir...artv20/aspnet/

Specifically lookout for the wizard controls and login controls in
relation
to what you describe below.

Regards

John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
"mscertified" <ru****@tigerlily.comwrote in message
news:2E**********************************@microso ft.com...
I'm about to start my first Dot Net Project. It seems fairly simple but
then
I'm a neophyte. I've just taken a few dot.net courses and have some
background in classic ASP.
The application is web-based. Basically one set of users fills out
various
portions of a form, submits the data to another set of users in other
locations who then perform various actions (online and offline) and
then
post
the item 'job completed' and send it back to the original user. The
whole
thing must be HIPAA compliant since the data contains personal health
information. A logon mechanism for users is required.
I envisage a 'form' object with a 'state'. The state will determine
what
stage in processing the form is and who can perform what actions on it.
Does anyone have any guidelines or advice we should follow to develop
this.
Thanks.



Sep 22 '06 #4
Well a web service is not going to add anything unless you have a specific
remit to solve that involves using webservies, such as different or
geographically split clients wanting to make use of a common data layer. If
the asp.net quickstarts are too low level for you, and they dont cover
design really - have a fish around for some good tutorials on multi tiered
web developement. Here's one to get you started:

http://www.johntimney.com/home/redir...le.aspx?id=515

--
Regards

John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
"mscertified" <ru****@tigerlily.comwrote in message
news:55**********************************@microsof t.com...
>I looked at those pages and they are pretty basic and low-level. What I'm
looking for right now is guidance on how to architect this application.
For
instance someone suggested we use a web service. So I'm looking for
direction
on how to plan the overall structure of this application rather than get
into
details about how to program individual pages or controls.

David

"John Timney (MVP)" wrote:
>I think the first thing you should do is read the ASP.NET 2.0 quickstart.
Its a very useful guide for inexperienced asp.net developers.

http://www.johntimney.com/home/redir...artv20/aspnet/

Specifically lookout for the wizard controls and login controls in
relation
to what you describe below.

Regards

John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
"mscertified" <ru****@tigerlily.comwrote in message
news:2E**********************************@microso ft.com...
I'm about to start my first Dot Net Project. It seems fairly simple but
then
I'm a neophyte. I've just taken a few dot.net courses and have some
background in classic ASP.
The application is web-based. Basically one set of users fills out
various
portions of a form, submits the data to another set of users in other
locations who then perform various actions (online and offline) and
then
post
the item 'job completed' and send it back to the original user. The
whole
thing must be HIPAA compliant since the data contains personal health
information. A logon mechanism for users is required.
I envisage a 'form' object with a 'state'. The state will determine
what
stage in processing the form is and who can perform what actions on it.
Does anyone have any guidelines or advice we should follow to develop
this.
Thanks.



Sep 22 '06 #5
PS
"mscertified" <ru****@tigerlily.comwrote in message
news:2E**********************************@microsof t.com...
I'm about to start my first Dot Net Project. It seems fairly simple but
then
I'm a neophyte. I've just taken a few dot.net courses and have some
background in classic ASP.
The application is web-based. Basically one set of users fills out various
portions of a form, submits the data to another set of users in other
locations who then perform various actions (online and offline) and then
post
the item 'job completed' and send it back to the original user. The whole
thing must be HIPAA compliant since the data contains personal health
information. A logon mechanism for users is required.
I envisage a 'form' object with a 'state'. The state will determine what
stage in processing the form is and who can perform what actions on it.
Does anyone have any guidelines or advice we should follow to develop
this.
Can you explain the "offline" part of the application?

PS

Sep 22 '06 #6
This application is essentially replacing a paper form that is mailed back
and forth. One set of users fills out the form and then mails it to a
different set of users geographically separate in many different offices
state-wide. These users receive the form and act on it and then communicate
with the originator just to say 'its done'. The 'act on it' (which is what I
call offline) is not being webified only the rest of the process

David.

"PS" wrote:
"mscertified" <ru****@tigerlily.comwrote in message
news:2E**********************************@microsof t.com...
I'm about to start my first Dot Net Project. It seems fairly simple but
then
I'm a neophyte. I've just taken a few dot.net courses and have some
background in classic ASP.
The application is web-based. Basically one set of users fills out various
portions of a form, submits the data to another set of users in other
locations who then perform various actions (online and offline) and then
post
the item 'job completed' and send it back to the original user. The whole
thing must be HIPAA compliant since the data contains personal health
information. A logon mechanism for users is required.
I envisage a 'form' object with a 'state'. The state will determine what
stage in processing the form is and who can perform what actions on it.
Does anyone have any guidelines or advice we should follow to develop
this.

Can you explain the "offline" part of the application?

PS

Sep 22 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Rick Muller | last post by:
I have a problem that I would like to get some advice on from other Pythonistas. I currently manage a (soon to be) open source project for displaying molecular graphics for a variety of different...
15
by: cody | last post by:
We have a huge project, the solutuion spans 50 projects growing. Everytime I want to start the project I have to wait nearly over 1 minute for the compiler to complete building. This is...
6
by: Roger | last post by:
I'm new to Python and need to do a (low level, I think) telephony project ( POTS, all local calling) in WinXp. 1. Fetch phone number from my ASCII data. 2. Dial (always a local number) phone...
8
by: Paul | last post by:
Hi all may I know how to use C# DLL inside my VC++ Project ? Thanks in advance.
4
by: John Lundrigan | last post by:
I have a web application on my production server that I need to debug. The problems is that I don't have permissions from my ISP to be able to do that. There are two projects in the application,...
16
by: TB | last post by:
Hi all: If you think that the following comments are absolute amateurish, then please bear with me, or simply skip this thread. A couple of months back I made the decision to initiate a...
49
by: Martin Unsal | last post by:
I'm using Python for what is becoming a sizeable project and I'm already running into problems organizing code and importing packages. I feel like the Python package system, in particular the...
3
by: MIUSS | last post by:
Hi! I am modifying some part of source code and I now I am suspended by one thing I really don't understand and I got no one experience with it. I got fully working source code (it reports no...
4
by: Alan Mailer | last post by:
Again, I'm new to VB.net and there is something I need help with: Like (I assume) many of us, over time I want to be able to create some VB.net classes that I might want to use in more than one...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.