1

I have been doing windows applications using c#. But recently our management has planned to make some of the projects to be web based. We thought of using asp.net with c#.

Can anybody guide me on effectively learning asp.net.

pls provide some useful links for sample projects.

Thanks in advance.

4 Answers 4

1

Web Forms would be a quicker route if your used to desktop development (over microsoft MVC). MVC3 is my preference but takes a bit longer to get used to if your not familiar with it. MVC3 gives you more control over your code and in my oppinion is less bloated.

May be worth looking into the MVC pattern if you go down this route.

Loads of videos to get you started here: http://www.asp.net/web-forms

They have a couple of example applications you can work through: Web Forms: Contoso University App MVC: MVC3 Starter App

Sign up to request clarification or add additional context in comments.

Comments

1

as simple as this: http://www.asp.net

Comments

0

I'd recommend to start with ASP.Net MVC even you'll find it a bit complex in the beginning , Here you can find a lot of tutorials and books


you can also take a look at the MVC Music Store , it is a complete project to learn ASP.Net MVC by example.

1 Comment

Thank you all,i am going through all the references provided.
0

I would steer clear of WebForms - even though it may seem a more natural fit coming from your WinForms background, you will run into issues later on. Given that you're going to have to learn a new platform anyway, makes sense to learn MVC and get off on the right foot (note that there are alternative MVC frameworks to ASP.NET MVC such as Fubu but these are probably riskier options in your situation).

PluralSight do some good online training courses, though you do need to pay for them.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.