vote up 0 vote down star

i am programmer but not good i am working with c# , asp.net and MVC too. so how i can improve our coding skill for develop a better web apps. means how can i learn it.

flag
Although not overly critical, where are you coming from? Java, PHP, Python, Ruby?... any particular frameworks that you are used to (e.g. so that we can compare against/guide you) – scunliffe Nov 8 at 13:13

4 Answers

vote up 1 vote down

I'd recommend getting Professional ASP.NET MVC 1.0 and working through it and the examples in it, particularly the Nerd Dinner Example.

link|flag
vote up 0 vote down

Learning resources:

  1. The Official ASP.Net site (Video, Tutorials, Documentation)
  2. Learn ASP.Net MVC
link|flag
why are you give this link all asp.net programmer know this site – Anirudha Gupta Nov 8 at 13:32
That's why. I want to make sure he, as asp.net programmer, know this site – Q8-coder Nov 8 at 13:58
vote up 1 vote down

Obviously you need some good ASP.NET MVC resources as the other answers have pointed out. It is also worth investing time in learning about the .NET framework itself. For this purpose I thoroughly recommend CLR via C# by Jeffrey Richter.

link|flag
vote up 0 vote down

What I think you should start with is some beginning book and move towards professional. One book could be

http://www.amazon.com/Beginning-ASP-NET-3-5-2008-Professional/dp/1590598911

once u understand this book then u can for MVC book like.

www.amazon.com/Pro-ASP-NET-Framework-Steven-Sanderson/dp/1430210079

In between try to learn by googling topics like. TDD(Test Driven Development), DI(Dependency Injection) and Other design Patterns

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.