Home Forums Reviews Guides Newsgroups Register Search
Search Forums
Velocity Reviews > Newsgroups > Programming > ASP .Net > Website Development
Thread Tools
Website Development
Jonathan Wood
Guest
Posts: n/a
11-07-2005
Greetings,
I have extensive programming experience (nearly 20 years) but have yet to
write a full-blown Web application. In fact, I have done hardly any
server/client/database programming at all. I now have a client that would
like me to write a Web-based version of their existing software.
Since I've worked mostly with Microsoft products, I had assumed .NET would
be the platform to use. But now I'm not so sure and am looking for advice.
The software must allow users to log in to access their information and
enter new information. In addition, certain users will need the ability to
log in and modify certain content, including the data to be entered by the
other users. Most likely, the application will need to accept payment
information as well.
I am looking for folks who have developed this type of software. What are
some of the pros and cons of the various platforms and languages for writing
this type of software In addition, I expect to need one or two people to
help me develop this application. So if you have the expertise and
availability, please email me with details.
Thanks for any comments!
--
Jonathan Wood
SoftCircuits
http://www.softcircuits.com
Jonathan Wood
Lau Lei Cheong
Guest
Posts: n/a
11-08-2005
For client-side interactions, I suggest you to write in javascript since
it's supported by widest range of browsers.
For server side, I think any of the server-side languages will be able to do
what you want. So the decision is left on where you want it to run at(IIS or
Apache or whatever) and which language you think you're more comfortable
with.
"Jonathan Wood" *P*gcoPlYo.s"D:O2NL31$ bl...
> Greetings,
>
> I have extensive programming experience (nearly 20 years) but have yet to
> write a full-blown Web application. In fact, I have done hardly any
> server/client/database programming at all. I now have a client that would
> like me to write a Web-based version of their existing software.
>
> Since I've worked mostly with Microsoft products, I had assumed .NET would
> be the platform to use. But now I'm not so sure and am looking for advice.
> The software must allow users to log in to access their information and
> enter new information. In addition, certain users will need the ability to
> log in and modify certain content, including the data to be entered by the
> other users. Most likely, the application will need to accept payment
> information as well.
>
> I am looking for folks who have developed this type of software. What are
> some of the pros and cons of the various platforms and languages for
> writing this type of software In addition, I expect to need one or two
> people to help me develop this application. So if you have the expertise
> and availability, please email me with details.
>
> Thanks for any comments!
>
> --
> Jonathan Wood
> SoftCircuits
> http://www.softcircuits.com
>
>
Lau Lei Cheong
Patrick.O.Ige
Guest
Posts: n/a
11-08-2005
Welcome Jonathan to this GROUP.
I recommend ASP.NET for what you need to be done with no hassles.
Try going through :- http://www.asp.net/Default.aspxtabindex=0&tabid=1
Patrick
"Jonathan Wood" wrote in message
news:O2NL31
> Greetings,
>
> I have extensive programming experience (nearly 20 years) but have yet to
> write a full-blown Web application. In fact, I have done hardly any
> server/client/database programming at all. I now have a client that would
> like me to write a Web-based version of their existing software.
>
> Since I've worked mostly with Microsoft products, I had assumed .NET would
> be the platform to use. But now I'm not so sure and am looking for advice.
> The software must allow users to log in to access their information and
> enter new information. In addition, certain users will need the ability to
> log in and modify certain content, including the data to be entered by the
> other users. Most likely, the application will need to accept payment
> information as well.
>
> I am looking for folks who have developed this type of software. What are
> some of the pros and cons of the various platforms and languages for
writing
> this type of software In addition, I expect to need one or two people to
> help me develop this application. So if you have the expertise and
> availability, please email me with details.
>
> Thanks for any comments!
>
> --
> Jonathan Wood
> SoftCircuits
> http://www.softcircuits.com
>
>
Patrick.O.Ige
Steven Cheng[MSFT]
Guest
Posts: n/a
11-08-2005
Hi Jonathan,
I'd also like to recommend the ASP.NET as your prefered choice. ASP.NET
provide powerful runtime services based on the .net framework fundamental
and together with lots of well defined WebServer control and programming
model which greatly ease our data driven web application developing.
Also,is the web application an public internet application or intranet
application For application's authentication/athorization, ASP.NET have
also provided support for both scenarios, for intranet application, it can
utilize the windows domain security schema so as to authentication client
users through AD. For internet scenario, we can consider use the Forms
Based authentication which is much more flexible.
BTW, the .NET 2.0/VS.NET 2005 has just released and the ASP.NET 2.0
increasingly become more and more powerful and make our development
tremendously easy. Try getting more info from the following sites:
http://www.asp.net/Default.aspxtabindex=0&tabid=1
http://msdn.microsoft.com/asp.net/
Hope helps. Thanks,
Steven Cheng
Microsoft Online Support
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
From: "Patrick.O.Ige"
References:
Subject: Re: Website Development
Date: Tue, 8 Nov 2005 17:38:17 +1100
Lines: 40
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
Message-ID:
Newsgroups: microsoft.public.dotnet.framework.aspnet
NNTP-Posting-Host: 203.36.211.134
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP
15.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet:136834
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
Welcome Jonathan to this GROUP.
I recommend ASP.NET for what you need to be done with no hassles.
Try going through :- http://www.asp.net/Default.aspxtabindex=0&tabid=1
Patrick
"Jonathan Wood" wrote in message
news:O2NL31
> Greetings,
> I have extensive programming experience (nearly 20 years) but have yet
to
> write a full-blown Web application. In fact, I have done hardly any
> server/client/database programming at all. I now have a client that
would
> like me to write a Web-based version of their existing software.
> Since I've worked mostly with Microsoft products, I had assumed .NET
would
> be the platform to use. But now I'm not so sure and am looking for
advice.
> The software must allow users to log in to access their information and
> enter new information. In addition, certain users will need the ability
to
> log in and modify certain content, including the data to be entered by
the
> other users. Most likely, the application will need to accept payment
> information as well.
> I am looking for folks who have developed this type of software. What
are
> some of the pros and cons of the various platforms and languages for
writing
> this type of software In addition, I expect to need one or two people
to
> help me develop this application. So if you have the expertise and
> availability, please email me with details.
> Thanks for any comments!
> Jonathan Wood
> SoftCircuits
> http://www.softcircuits.com
Steven Cheng[MSFT]
Jonathan Wood
Guest
Posts: n/a
11-09-2005
Thanks for the link!
--
Jonathan Wood
SoftCircuits
http://www.softcircuits.com
Available for consulting: http://www.softcircuits.com/jwood/resume.htm
"Patrick.O.Ige" wrote in message
news:%23BD
> Welcome Jonathan to this GROUP.
> I recommend ASP.NET for what you need to be done with no hassles.
> Try going through :- http://www.asp.net/Default.aspxtabindex=0&tabid=1
> Patrick
>
>
> "Jonathan Wood" wrote in message
> news:O2NL31
>> Greetings,
>>
>> I have extensive programming experience (nearly 20 years) but have yet to
>> write a full-blown Web application. In fact, I have done hardly any
>> server/client/database programming at all. I now have a client that would
>> like me to write a Web-based version of their existing software.
>>
>> Since I've worked mostly with Microsoft products, I had assumed .NET
>> would
>> be the platform to use. But now I'm not so sure and am looking for
>> advice.
>> The software must allow users to log in to access their information and
>> enter new information. In addition, certain users will need the ability
>> to
>> log in and modify certain content, including the data to be entered by
>> the
>> other users. Most likely, the application will need to accept payment
>> information as well.
>>
>> I am looking for folks who have developed this type of software. What are
>> some of the pros and cons of the various platforms and languages for
> writing
>> this type of software In addition, I expect to need one or two people to
>> help me develop this application. So if you have the expertise and
>> availability, please email me with details.
>>
>> Thanks for any comments!
>>
>> --
>> Jonathan Wood
>> SoftCircuits
>> http://www.softcircuits.com
>>
>>
>
>
Jonathan Wood
Jonathan Wood
Guest
Posts: n/a
11-09-2005
I am aware that ASP.NET is able to do the task. I was just hoping to hear
some pros and cons of the various available solutions. I do appreciate the
specifics within your comments.
This would be an Internet application (not intranet).
My long term as an MVP just ended but I'm hoping my copy of VS 2005 will
arrive before my MSDN subscription expires.
Thanks!
--
Jonathan Wood
SoftCircuits
http://www.softcircuits.com
Available for consulting: http://www.softcircuits.com/jwood/resume.htm
"Steven Cheng[MSFT]" wrote in message
news
> Hi Jonathan,
>
> I'd also like to recommend the ASP.NET as your prefered choice. ASP.NET
> provide powerful runtime services based on the .net framework fundamental
> and together with lots of well defined WebServer control and programming
> model which greatly ease our data driven web application developing.
> Also,is the web application an public internet application or intranet
> application For application's authentication/athorization, ASP.NET have
> also provided support for both scenarios, for intranet application, it can
> utilize the windows domain security schema so as to authentication client
> users through AD. For internet scenario, we can consider use the Forms
> Based authentication which is much more flexible.
>
> BTW, the .NET 2.0/VS.NET 2005 has just released and the ASP.NET 2.0
> increasingly become more and more powerful and make our development
> tremendously easy. Try getting more info from the following sites:
>
> http://www.asp.net/Default.aspxtabindex=0&tabid=1
>
> http://msdn.microsoft.com/asp.net/
>
> Hope helps. Thanks,
>
> Steven Cheng
> Microsoft Online Support
>
> Get Secure! www.microsoft.com/security
> (This posting is provided "AS IS", with no warranties, and confers no
> rights.)
>
>
>
> From: "Patrick.O.Ige"
> References:
> Subject: Re: Website Development
> Date: Tue, 8 Nov 2005 17:38:17 +1100
> Lines: 40
> X-Priority: 3
> X-MSMail-Priority: Normal
> X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
> Message-ID:
> Newsgroups: microsoft.public.dotnet.framework.aspnet
> NNTP-Posting-Host: 203.36.211.134
> Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP
15.phx.gbl
> Xref: TK2MSFTNGXA01.phx.gbl
> microsoft.public.dotnet.framework.aspnet:136834
> X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
> Welcome Jonathan to this GROUP.
> I recommend ASP.NET for what you need to be done with no hassles.
> Try going through :- http://www.asp.net/Default.aspxtabindex=0&tabid=1
> Patrick
> "Jonathan Wood" wrote in message
> news:O2NL31
> > Greetings,
> > I have extensive programming experience (nearly 20 years) but have yet
> to
> > write a full-blown Web application. In fact, I have done hardly any
> > server/client/database programming at all. I now have a client that
> would
> > like me to write a Web-based version of their existing software.
> > Since I've worked mostly with Microsoft products, I had assumed .NET
> would
> > be the platform to use. But now I'm not so sure and am looking for
> advice.
> > The software must allow users to log in to access their information
> and
> > enter new information. In addition, certain users will need the
> ability
> to
> > log in and modify certain content, including the data to be entered by
> the
> > other users. Most likely, the application will need to accept payment
> > information as well.
> > I am looking for folks who have developed this type of software. What
> are
> > some of the pros and cons of the various platforms and languages for
> writing
> > this type of software In addition, I expect to need one or two people
> to
> > help me develop this application. So if you have the expertise and
> > availability, please email me with details.
> > Thanks for any comments!
> > Jonathan Wood
> > SoftCircuits
> > http://www.softcircuits.com
>
>
Jonathan Wood
Steven Cheng[MSFT]
Guest
Posts: n/a
11-10-2005
Thanks for the response Jonathan,
BTW, the free Express edition of VS.NET 2005 is also available now:
http://msdn.microsoft.com/vstudio/express/
Thanks,
Steven Cheng
Microsoft Online Support
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
Reply-To: "Jonathan Wood"
From: "Jonathan Wood"
References:
Subject: Re: Website Development
Date: Wed, 9 Nov 2005 15:18:31 -0700
Lines: 122
Organization: SoftCircuits
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-RFC2646: Format=Flowed; Original
Message-ID:
Newsgroups: microsoft.public.dotnet.framework.aspnet
NNTP-Posting-Host: h-66-167-26-68.dnvtco56.dynamic.covad.net 66.167.26.68
Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP11.phx.gbl
Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet:356836
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
I am aware that ASP.NET is able to do the task. I was just hoping to hear
some pros and cons of the various available solutions. I do appreciate
the
specifics within your comments.
This would be an Internet application (not intranet).
My long term as an MVP just ended but I'm hoping my copy of VS 2005 will
arrive before my MSDN subscription expires.
Thanks!
Jonathan Wood
SoftCircuits
http://www.softcircuits.com
Available for consulting: http://www.softcircuits.com/jwood/resume.htm
"Steven Cheng[MSFT]" wrote in message
news
> Hi Jonathan,
> I'd also like to recommend the ASP.NET as your prefered choice. ASP.NET
> provide powerful runtime services based on the .net framework
fundamental
> and together with lots of well defined WebServer control and programming
> model which greatly ease our data driven web application developing.
> Also,is the web application an public internet application or intranet
> application For application's authentication/athorization, ASP.NET
have
> also provided support for both scenarios, for intranet application, it
can
> utilize the windows domain security schema so as to authentication
client
> users through AD. For internet scenario, we can consider use the Forms
> Based authentication which is much more flexible.
> BTW, the .NET 2.0/VS.NET 2005 has just released and the ASP.NET 2.0
> increasingly become more and more powerful and make our development
> tremendously easy. Try getting more info from the following sites:
> http://www.asp.net/Default.aspxtabindex=0&tabid=1
> http://msdn.microsoft.com/asp.net/
> Hope helps. Thanks,
> Steven Cheng
> Microsoft Online Support
> Get Secure! www.microsoft.com/security
> (This posting is provided "AS IS", with no warranties, and confers no
> rights.)
From: "Patrick.O.Ige"
References:
Subject: Re: Website Development
Date: Tue, 8 Nov 2005 17:38:17 +1100
Lines: 40
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
Message-ID:
Newsgroups: microsoft.public.dotnet.framework.aspnet
NNTP-Posting-Host: 203.36.211.134
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP15.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl
> microsoft.public.dotnet.framework.aspnet:136834
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
Welcome Jonathan to this GROUP.
I recommend ASP.NET for what you need to be done with no hassles.
Try going through :-
http://www.asp.net/Default.aspxtabindex=0&tabid=1
Patrick
"Jonathan Wood" wrote in message
news:O2NL31
> Greetings,
> I have extensive programming experience (nearly 20 years) but have
yet
> to
> write a full-blown Web application. In fact, I have done hardly any
> server/client/database programming at all. I now have a client that
> would
> like me to write a Web-based version of their existing software.
> Since I've worked mostly with Microsoft products, I had assumed .NET
> would
> be the platform to use. But now I'm not so sure and am looking for
> advice.
> The software must allow users to log in to access their information
> and
> enter new information. In addition, certain users will need the
> ability
> to
> log in and modify certain content, including the data to be entered
by
> the
> other users. Most likely, the application will need to accept
payment
> information as well.
> I am looking for folks who have developed this type of software.
What
> are
> some of the pros and cons of the various platforms and languages for
writing
> this type of software In addition, I expect to need one or two
people
> to
> help me develop this application. So if you have the expertise and
> availability, please email me with details.
> Thanks for any comments!
> Jonathan Wood
> SoftCircuits
> http://www.softcircuits.com
Steven Cheng[MSFT]
Jonathan Wood
Guest
Posts: n/a
11-10-2005
Cool.
--
Jonathan Wood
SoftCircuits
http://www.softcircuits.com
Available for consulting: http://www.softcircuits.com/jwood/resume.htm
"Steven Cheng[MSFT]" wrote in message
> Thanks for the response Jonathan,
>
> BTW, the free Express edition of VS.NET 2005 is also available now:
>
> http://msdn.microsoft.com/vstudio/express/
>
> Thanks,
>
> Steven Cheng
> Microsoft Online Support
>
> Get Secure! www.microsoft.com/security
> (This posting is provided "AS IS", with no warranties, and confers no
> rights.)
>
>
>
> Reply-To: "Jonathan Wood"
> From: "Jonathan Wood"
> References:
>
>
> Subject: Re: Website Development
> Date: Wed, 9 Nov 2005 15:18:31 -0700
> Lines: 122
> Organization: SoftCircuits
> X-Priority: 3
> X-MSMail-Priority: Normal
> X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
> X-RFC2646: Format=Flowed; Original
> Message-ID:
> Newsgroups: microsoft.public.dotnet.framework.aspnet
> NNTP-Posting-Host: h-66-167-26-68.dnvtco56.dynamic.covad.net
> 66.167.26.68
> Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP11.phx.gbl
> Xref: TK2MSFTNGXA02.phx.gbl
> microsoft.public.dotnet.framework.aspnet:356836
> X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
> I am aware that ASP.NET is able to do the task. I was just hoping to
> hear
> some pros and cons of the various available solutions. I do appreciate
> the
> specifics within your comments.
> This would be an Internet application (not intranet).
> My long term as an MVP just ended but I'm hoping my copy of VS 2005 will
> arrive before my MSDN subscription expires.
> Thanks!
> Jonathan Wood
> SoftCircuits
> http://www.softcircuits.com
> Available for consulting: http://www.softcircuits.com/jwood/resume.htm
> "Steven Cheng[MSFT]" wrote in message
> news
> > Hi Jonathan,
> > I'd also like to recommend the ASP.NET as your prefered choice.
> ASP.NET
> > provide powerful runtime services based on the .net framework
> fundamental
> > and together with lots of well defined WebServer control and
> programming
> > model which greatly ease our data driven web application developing.
> > Also,is the web application an public internet application or intranet
> > application For application's authentication/athorization, ASP.NET
> have
> > also provided support for both scenarios, for intranet application, it
> can
> > utilize the windows domain security schema so as to authentication
> client
> > users through AD. For internet scenario, we can consider use the Forms
> > Based authentication which is much more flexible.
> > BTW, the .NET 2.0/VS.NET 2005 has just released and the ASP.NET 2.0
> > increasingly become more and more powerful and make our development
> > tremendously easy. Try getting more info from the following sites:
> > http://www.asp.net/Default.aspxtabindex=0&tabid=1
> > http://msdn.microsoft.com/asp.net/
> > Hope helps. Thanks,
> > Steven Cheng
> > Microsoft Online Support
> > Get Secure! www.microsoft.com/security
> > (This posting is provided "AS IS", with no warranties, and confers no
> > rights.)
> From: "Patrick.O.Ige"
> References:
> Subject: Re: Website Development
> Date: Tue, 8 Nov 2005 17:38:17 +1100
> Lines: 40
> X-Priority: 3
> X-MSMail-Priority: Normal
> X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
> Message-ID:
> Newsgroups: microsoft.public.dotnet.framework.aspnet
> NNTP-Posting-Host: 203.36.211.134
> Path:
> TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP15.phx.gbl
> Xref: TK2MSFTNGXA01.phx.gbl
> > microsoft.public.dotnet.framework.aspnet:136834
> X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
> Welcome Jonathan to this GROUP.
> I recommend ASP.NET for what you need to be done with no hassles.
> Try going through :-
> http://www.asp.net/Default.aspxtabindex=0&tabid=1
> Patrick
> "Jonathan Wood" wrote in message
> news:O2NL31
> > Greetings,
> > I have extensive programming experience (nearly 20 years) but have
> yet
> > to
> > write a full-blown Web application. In fact, I have done hardly
> any
> > server/client/database programming at all. I now have a client
> that
> > would
> > like me to write a Web-based version of their existing software.
> > Since I've worked mostly with Microsoft products, I had assumed
> .
NET
> > would
> > be the platform to use. But now I'm not so sure and am looking for
> > advice.
> > The software must allow users to log in to access their
> information
> > and
> > enter new information. In addition, certain users will need the
> > ability
> > to
> > log in and modify certain content, including the data to be
> entered
> by
> > the
> > other users. Most likely, the application will need to accept
> payment
> > information as well.
> > I am looking for folks who have developed this type of software.
> What
> > are
> > some of the pros and cons of the various platforms and languages
> for
> writing
> > this type of software In addition, I expect to need one or two
> people
> > to
> > help me develop this application. So if you have the expertise and
> > availability, please email me with details.
> > Thanks for any comments!
> > Jonathan Wood
> > SoftCircuits
> > http://www.softcircuits.com
>
>
Jonathan Wood
" Help on HTTPModules Remoting in IIS "
Thread Tools
Show Printable Version
Email this Page
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Rules
Similar Threads
Thread Thread Starter Forum Replies Last Post
Website Development Problems Wayne Smith ASP .Net 2 09-07-2008 03:21 PM
Website with TreeView works fine in development, but crashes in a 'secure' website on server. Mufasa ASP .Net 0 06-10-2007 10:17 PM
Website development ********@*****.*** HTML 0 02-22-2007 06:12 PM
Website Development Jonathan Wood ASP General 6 12-04-2005 04:51 PM
Website development for PDA Hans ASP .Net Mobile 0 11-16-2005 06:57 AM
Advertisments
Powered by vBulletinr Version 3.8.6
Copyright c2000 - 2012, Jelsoft Enterprises Ltd..
SEO by vBSEO c2010, Crawlability, Inc.
Contact Us - Archive - Privacy Statement - Top
1-234-***-**** **-**-**-**-**-** **-**-**-**-**-** **-**-**-**-**-** **-**-**-**-**-** **-**-**-**-**-** **-**-**-**-**-** **-**-**-**-**-** 53 54 55 56 57