Template for web visitors?

Template for web visitors?

am 10.04.2008 14:52:18 von MD Websunlimited

Rather than possibly re-inventing the wheel, is there some VB asp.net code
template somewhere that will perform the following tasks for a new asp.net
website?:

1. Using a SQL backend database, allow site visitors to register their
details
2. Send a validation email for new account creation
3. Send an email if a user forgets his/her password
4. Allow a user to modify his/her account details
5. Using a Cookie, allow a user to remain logged in on his/her computer
6. Allow a user to unsubscribe/delete their account
7. Allow a user to make purchases on the website with e-commerce credit card
etc

TIA

Re: Template for web visitors?

am 10.04.2008 15:30:20 von George Ter-Saakov

Take a look at DotNetNuke...
It's CMS (content management system) and theoretically you do not need to
know programming language... Only HTML...

There are some other "Rainbow" portal for example..

George.

"Jonathan" wrote in message
news:uvlEbpwmIHA.5280@TK2MSFTNGP02.phx.gbl...
> Rather than possibly re-inventing the wheel, is there some VB asp.net code
> template somewhere that will perform the following tasks for a new asp.net
> website?:
>
> 1. Using a SQL backend database, allow site visitors to register their
> details
> 2. Send a validation email for new account creation
> 3. Send an email if a user forgets his/her password
> 4. Allow a user to modify his/her account details
> 5. Using a Cookie, allow a user to remain logged in on his/her computer
> 6. Allow a user to unsubscribe/delete their account
> 7. Allow a user to make purchases on the website with e-commerce credit
> card
> etc
>
> TIA
>
>

Re: Template for web visitors?

am 10.04.2008 22:41:05 von MD Websunlimited

Thanks. Are there any templates in Visual Studio 2005/8 that have all of
these features and more?



"George Ter-Saakov" wrote in message
news:OHhP%237wmIHA.2504@TK2MSFTNGP05.phx.gbl...
> Take a look at DotNetNuke...
> It's CMS (content management system) and theoretically you do not need to
> know programming language... Only HTML...
>
> There are some other "Rainbow" portal for example..
>
> George.
>
> "Jonathan" wrote in message
> news:uvlEbpwmIHA.5280@TK2MSFTNGP02.phx.gbl...
> > Rather than possibly re-inventing the wheel, is there some VB asp.net
code
> > template somewhere that will perform the following tasks for a new
asp.net
> > website?:
> >
> > 1. Using a SQL backend database, allow site visitors to register their
> > details
> > 2. Send a validation email for new account creation
> > 3. Send an email if a user forgets his/her password
> > 4. Allow a user to modify his/her account details
> > 5. Using a Cookie, allow a user to remain logged in on his/her computer
> > 6. Allow a user to unsubscribe/delete their account
> > 7. Allow a user to make purchases on the website with e-commerce credit
> > card
> > etc
> >
> > TIA
> >
> >
>
>

Re: Template for web visitors?

am 11.04.2008 04:17:41 von stcheng

Hi Jonathan,

I think it maybe hard to get a template which include all those features
you mentioned, but there does exists many existing ASP.NET starter kits
templates which provide most features you mentioed. You can have a look:

#Design Templates
http://msdn2.microsoft.com/en-us/asp.net/aa336613.aspx

You can also get more from ASP.NET offical site's starter kits and
community project center:

#Starter Kits and Community Projects
http://www.asp.net/community/projects/

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/de fault.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx .
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
>From: "Jonathan"
>References:

>Subject: Re: Template for web visitors?
>Date: Fri, 11 Apr 2008 08:41:05 +1200
>
>Thanks. Are there any templates in Visual Studio 2005/8 that have all of
>these features and more?
>
>
>
>"George Ter-Saakov" wrote in message
>news:OHhP%237wmIHA.2504@TK2MSFTNGP05.phx.gbl...
>> Take a look at DotNetNuke...
>> It's CMS (content management system) and theoretically you do not need to
>> know programming language... Only HTML...
>>
>> There are some other "Rainbow" portal for example..
>>
>> George.
>>
>> "Jonathan" wrote in message
>> news:uvlEbpwmIHA.5280@TK2MSFTNGP02.phx.gbl...
>> > Rather than possibly re-inventing the wheel, is there some VB asp.net
>code
>> > template somewhere that will perform the following tasks for a new
>asp.net
>> > website?:
>> >
>> > 1. Using a SQL backend database, allow site visitors to register their
>> > details
>> > 2. Send a validation email for new account creation
>> > 3. Send an email if a user forgets his/her password
>> > 4. Allow a user to modify his/her account details
>> > 5. Using a Cookie, allow a user to remain logged in on his/her computer
>> > 6. Allow a user to unsubscribe/delete their account
>> > 7. Allow a user to make purchases on the website with e-commerce credit
>> > card
>> > etc
>> >
>> > TIA
>> >
>> >
>>
>>
>
>
>

Re: Template for web visitors?

am 15.04.2008 11:54:12 von stcheng

Hi Jonathan,

Does the starter kits helps some?

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/de fault.aspx#notif
ications.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.


--------------------
>From: stcheng@online.microsoft.com (Steven Cheng [MSFT])
>Organization: Microsoft
>Date: Fri, 11 Apr 2008 02:17:41 GMT
>Subject: Re: Template for web visitors?
>Hi Jonathan,
>
>I think it maybe hard to get a template which include all those features
>you mentioned, but there does exists many existing ASP.NET starter kits
>templates which provide most features you mentioed. You can have a look:
>
>#Design Templates
>http://msdn2.microsoft.com/en-us/asp.net/aa336613.aspx
>
>You can also get more from ASP.NET offical site's starter kits and
>community project center:
>
>#Starter Kits and Community Projects
>http://www.asp.net/community/projects/
>
>Sincerely,
>
>Steven Cheng
>
>Microsoft MSDN Online Support Lead
>
>
>Delighting our customers is our #1 priority. We welcome your comments and
>suggestions about how we can improve the support we provide to you. Please
>feel free to let my manager know what you think of the level of service
>provided. You can send feedback directly to my manager at:
>msdnmg@microsoft.com.
>
>==================================================
>Get notification to my posts through email? Please refer to
>http://msdn.microsoft.com/subscriptions/managednewsgroups/d efault.aspx#noti
f
>ications.
>
>Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
>where an initial response from the community or a Microsoft Support
>Engineer within 1 business day is acceptable. Please note that each follow
>up response may take approximately 2 business days as the support
>professional working with you may need further investigation to reach the
>most efficient resolution. The offering is not appropriate for situations
>that require urgent, real-time or phone-based interactions or complex
>project analysis and dump analysis issues. Issues of this nature are best
>handled working with a dedicated Microsoft Support Engineer by contacting
>Microsoft Customer Support Services (CSS) at
>http://msdn.microsoft.com/subscriptions/support/default.asp x.
>==================================================
>This posting is provided "AS IS" with no warranties, and confers no rights.
>
>--------------------
>>From: "Jonathan"
>>References:
>
>>Subject: Re: Template for web visitors?
>>Date: Fri, 11 Apr 2008 08:41:05 +1200
>>
>>Thanks. Are there any templates in Visual Studio 2005/8 that have all of
>>these features and more?
>>
>>
>>
>>"George Ter-Saakov" wrote in message
>>news:OHhP%237wmIHA.2504@TK2MSFTNGP05.phx.gbl...
>>> Take a look at DotNetNuke...
>>> It's CMS (content management system) and theoretically you do not need
to
>>> know programming language... Only HTML...
>>>
>>> There are some other "Rainbow" portal for example..
>>>
>>> George.
>>>
>>> "Jonathan" wrote in message
>>> news:uvlEbpwmIHA.5280@TK2MSFTNGP02.phx.gbl...
>>> > Rather than possibly re-inventing the wheel, is there some VB asp.net
>>code
>>> > template somewhere that will perform the following tasks for a new
>>asp.net
>>> > website?:
>>> >
>>> > 1. Using a SQL backend database, allow site visitors to register their
>>> > details
>>> > 2. Send a validation email for new account creation
>>> > 3. Send an email if a user forgets his/her password
>>> > 4. Allow a user to modify his/her account details
>>> > 5. Using a Cookie, allow a user to remain logged in on his/her
computer
>>> > 6. Allow a user to unsubscribe/delete their account
>>> > 7. Allow a user to make purchases on the website with e-commerce
credit
>>> > card
>>> > etc
>>> >
>>> > TIA
>>> >
>>> >
>>>
>>>
>>
>>
>>
>
>