S
sam
I have been a Window application developer for over 13 years. I know
SQL though I have been able to avoid it for a vast majority of my
career. I understand the basics of ASP.Net and Web servers, actually
put together a VERY basic Asp.net web site for my little business. It
was basically a static site that I used ASP.Net to implement a fancy
navigation system. But now I am wondering if I am biting off more
then I can chew...
My son's Boy Scout Troop has one big fund raiser each year and I have
volunteered to revamp the order entry/tracking software. Two people
from their respected homes will enter the orders into the system
through out the week. The night of the meeting orders will be entered
on a laptop that is disconnected from the Internet.
My whole strategy is to leverage what I know best, Windows.Form
development. I will develop a basic Windows Application in .Net 3.5
to enter orders. Originally I had some crazy ideas to make the data
store XML and sync everything myself. Then last night I learned of
the existence of SQL Server Compact 3.5 and Sync Services.
My thought now is to leverage SQL Server Compact 3.5, Sync Services,
and Web Services. All the web service would be doing is keeping four
different tables in sync for a handful of known users. My web hosting
account is .Net 2.0 but I only have access to a MySQL database. One
of the other things the web service is going to have to do is allow
large (500K ~ 4M) images to be uploaded (I am going to have the order
forms scanned into the system to ease order verification).
It sounds like pretty straight forward web service to me, but is it?
One of my issues is I don't know how to contend with security.
Hay, is there anyone out there that might be willing to give me hand
in this?
Sam
SQL though I have been able to avoid it for a vast majority of my
career. I understand the basics of ASP.Net and Web servers, actually
put together a VERY basic Asp.net web site for my little business. It
was basically a static site that I used ASP.Net to implement a fancy
navigation system. But now I am wondering if I am biting off more
then I can chew...
My son's Boy Scout Troop has one big fund raiser each year and I have
volunteered to revamp the order entry/tracking software. Two people
from their respected homes will enter the orders into the system
through out the week. The night of the meeting orders will be entered
on a laptop that is disconnected from the Internet.
My whole strategy is to leverage what I know best, Windows.Form
development. I will develop a basic Windows Application in .Net 3.5
to enter orders. Originally I had some crazy ideas to make the data
store XML and sync everything myself. Then last night I learned of
the existence of SQL Server Compact 3.5 and Sync Services.
My thought now is to leverage SQL Server Compact 3.5, Sync Services,
and Web Services. All the web service would be doing is keeping four
different tables in sync for a handful of known users. My web hosting
account is .Net 2.0 but I only have access to a MySQL database. One
of the other things the web service is going to have to do is allow
large (500K ~ 4M) images to be uploaded (I am going to have the order
forms scanned into the system to ease order verification).
It sounds like pretty straight forward web service to me, but is it?
One of my issues is I don't know how to contend with security.
Hay, is there anyone out there that might be willing to give me hand
in this?
Sam