Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

what sources of information / videos do you use to learn new techniques for webdevelopment with C#?

I work at a company that makes the move from php to .net. Now i am searching for good video sources to learn new techniques.

We have already a license for www.tekpub.com great site but already have seen a lot of movies and will check other video sources too

what video sources do you have or do you know ?

like image 854
Marco Avatar asked Feb 19 '10 10:02

Marco


People also ask

What are the things required to learn web development?

To become a Web Developer, you should have an understanding of HTML, CSS, and JavaScript. It's also recommended to learn about CSS and CSS frameworks. Developing these fundamental web development skills will give you the foundation and logic for communicating with programming languages.

What are 3 types of web developments?

There are three types of web development roles: developers who specialize in the user interface (“front-end”), those who write the underlying code for running all website operations (“back-end”), and those who manage all aspects of a website (“full stack”).

How do you approach learning web development?

Steps to learn web development basics:Learn the basics of how websites work, front-end vs back-end, and using a code editor. Learn basic HTML, CSS, and JavaScript. Learn tools: package managers, build tools, version control. Learn Sass, responsive design, JavaScript frameworks.


3 Answers

If it is a move from php, it is WebDevelopment and for that

  • Asp.net/learn
  • aspnet-channel9

EDIT: for MVC see this starter Vid

  • ASP.NET MVC 1 with Phil Haack
like image 114
Asad Avatar answered Nov 01 '22 12:11

Asad


Here a list with screencast that i have see and found

http://www.microsoft.com/uk/msdn/screencasts/

http://www.tekpub.com

http://www.asp.net/learn/

http://channel9.msdn.com/Media/Screencasts/

http://www.hanselman.com/blog/ASPNET35ExtensionsPlusMVCHowToScreencast.aspx

http://www.rocksolidknowledge.com/screencasts.mvc

http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2008/01/17/10130.aspx

like image 43
Marco Avatar answered Nov 01 '22 12:11

Marco


I have used www.msdn.com for C#.Net They have documentation, tutorials, videos, forums, etc. I would recommend going that route at least for starters

like image 33
Christopher B. Adkins Avatar answered Nov 01 '22 11:11

Christopher B. Adkins