I have basic knowledge of Java and some experience with MVC pattern. I have followed asp.net mvc 3 tutorials and video’s from The official Microsoft ASP.NET site and now want to move permanently to asp.net mvc 3.
Personally i think one of the best ways doing this is to contribute in an opensource project to learn from. But don’t know how to achieve this.
For example how can i register for opensource project ?
Does someone know an opensource project where i can leran from ? Specifically asp.net MVC.
Thnx,
I think this topic is more suited for programmers.stack-exchange. Anyhow you usually do not need to register for open source projects. You simply fork your version of the code add features and then send a patch/pull request to the owners. One of the better ways to start contributing to an opensource project is to go over the bug list and see what can you help fixing, this will teach you a lot about the codebase.
To find opensource projects you can scout this places:
Good luck 🙂