Thursday, March 22, 2012

newbie looking for a good starting point

I've used VB.Net for years, but very little ASP.Net/IIS experience. I'm
looking for a good place to start - a fairly large sample project (maybe
even one with a proper middle tier) to get myself up to speed. Any
suggestions?
PaulPaul,
check out asp.net for a start
Regards
---
Daniel Walzenbach
MCP
www.walzenbach.net
"PJ6" <noone@.nowhere.net> schrieb im Newsbeitrag
news:%239Kik8$jFHA.2792@.TK2MSFTNGP10.phx.gbl...
> I've used VB.Net for years, but very little ASP.Net/IIS experience. I'm
> looking for a good place to start - a fairly large sample project (maybe
> even one with a proper middle tier) to get myself up to speed. Any
> suggestions?
> Paul
>
http://aspnet.4guysfromrolla.com/
You probably meant www.asp.net , right ?
Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Espaol
Ven, y hablemos de ASP.NET...
======================
"Daniel Walzenbach" <daniel.walzenbach@.newsgroup.nospam> wrote in message
news:enwIqGAkFHA.576@.tk2msftngp13.phx.gbl...
> Paul,
> check out asp.net for a start
> Regards
> ---
> Daniel Walzenbach
> MCP
> www.walzenbach.net
>
> "PJ6" <noone@.nowhere.net> schrieb im Newsbeitrag
> news:%239Kik8$jFHA.2792@.TK2MSFTNGP10.phx.gbl...
>
Windows Forms is quite different than ASP.NET, and just using
VB.NET for Windows development, although it's a big help,
doesn't do anything for familiarizing yourself with the web classes
in the Framework, which is your main task now.
First, you should determine whether to start
with ASP.NET 1.1 or with ASP.NET 2.0.
For ASP.NET 1.1, start at
http://samples.gotdotnet.com/quickstart/aspplus/
For ASP.NET 2.0, start at :
http://beta.asp.net/quickstart/aspnet/Default.aspx
That will give you a the background you'll need to be
able to understand a "fairly large sample project".
Then, after you understand the basics ( it shouldn't take you too long
to browse through, run and see the source for the examples there,
download the starter kits and dissect them.
Starter Kits for ASP.NET 1.1 :
http://www.asp.net/Default.aspx?tabindex=8&tabid=47
Starter Kits for ASP.NET 2.0 :
http://www.asp.net/vwd/starterkits...ndex=4&tabId=46
After you're done with those, you'll be ready for a large project.
If after all this, you still think you can dive into a fairly large
project without practicing any basic skills, I'd suggest you
download and install the Community Server Forums :
http://communityserver.org/forums/default.aspx
They use a fairly large smattering of specialized components.
user management routines, data-handlig, security, etc.,
all handled according to ASP.NET best practices.
Dissect that source code. It's a valuable teacher.
Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Espaol
Ven, y hablemos de ASP.NET...
======================
"PJ6" <noone@.nowhere.net> wrote in message news:%239Kik8$jFHA.2792@.TK2MSFTNGP10.phx.gbl...[
color=darkred]
> I've used VB.Net for years, but very little ASP.Net/IIS experience. I'm
> looking for a good place to start - a fairly large sample project (maybe
> even one with a proper middle tier) to get myself up to speed. Any
> suggestions?
> Paul
>[/color]
right ;-)
---
Daniel Walzenbach
MCP
www.walzenbach.net
"Juan T. Llibre" <nomailreplies@.nowhere.com> schrieb im Newsbeitrag
news:%23JF5gFEkFHA.3436@.tk2msftngp13.phx.gbl...
> You probably meant www.asp.net , right ?
>
> Juan T. Llibre
> ASP.NET MVP
> http://asp.net.do/foros/
> Foros de ASP.NET en Espaol
> Ven, y hablemos de ASP.NET...
> ======================
> "Daniel Walzenbach" <daniel.walzenbach@.newsgroup.nospam> wrote in message
> news:enwIqGAkFHA.576@.tk2msftngp13.phx.gbl...
>
Hey, this is great stuff for a start. Paul, check Juans links out!
---
Daniel Walzenbach
MCP
www.walzenbach.net
"Juan T. Llibre" <nomailreplies@.nowhere.com> schrieb im Newsbeitrag
news:%23DKs4NEkFHA.4000@.TK2MSFTNGP12.phx.gbl...
> Windows Forms is quite different than ASP.NET, and just using
> VB.NET for Windows development, although it's a big help,
> doesn't do anything for familiarizing yourself with the web classes
> in the Framework, which is your main task now.
> First, you should determine whether to start
> with ASP.NET 1.1 or with ASP.NET 2.0.
> For ASP.NET 1.1, start at
> http://samples.gotdotnet.com/quickstart/aspplus/
> For ASP.NET 2.0, start at :
> http://beta.asp.net/quickstart/aspnet/Default.aspx
> That will give you a the background you'll need to be
> able to understand a "fairly large sample project".
> Then, after you understand the basics ( it shouldn't take you too long
> to browse through, run and see the source for the examples there,
> download the starter kits and dissect them.
> Starter Kits for ASP.NET 1.1 :
> http://www.asp.net/Default.aspx?tabindex=8&tabid=47
> Starter Kits for ASP.NET 2.0 :
> http://www.asp.net/vwd/starterkits...ndex=4&tabId=46
> After you're done with those, you'll be ready for a large project.
> If after all this, you still think you can dive into a fairly large
> project without practicing any basic skills, I'd suggest you
> download and install the Community Server Forums :
> http://communityserver.org/forums/default.aspx
> They use a fairly large smattering of specialized components.
> user management routines, data-handlig, security, etc.,
> all handled according to ASP.NET best practices.
> Dissect that source code. It's a valuable teacher.
>
> Juan T. Llibre
> ASP.NET MVP
> http://asp.net.do/foros/
> Foros de ASP.NET en Espaol
> Ven, y hablemos de ASP.NET...
> ======================
> "PJ6" <noone@.nowhere.net> wrote in message
> news:%239Kik8$jFHA.2792@.TK2MSFTNGP10.phx.gbl...
>
Hey, thanks for all the great suggestions. I should deploy in no time... ;)
Paul

0 comments:

Post a Comment