a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment by shadowsalmon
shadowsalmon  ·  3900 days ago  ·  link  ·    ·  parent  ·  post: What's something you're interested in but too lazy to learn?

Javascript and HTML5 can be really easy to learn if you just start doing simple web page projects. Just use Microsoft MVC and you'll be able to learn HTML, Javascript, CSS, and C# all in one package!





starscream  ·  3900 days ago  ·  link  ·  

Exactly whats MVC? Is it some sort of IDE for ASP.NET?

shadowsalmon  ·  3900 days ago  ·  link  ·  

Yeah it's essentially a streamlined way to make a web app using ASP.net and (usually) Visual Studio. It separates the back end into Models, Views, and Controllers that all play their part in the development of a web app. It mainly uses HTML, CSS, Javascript, and C# and you can load JavaScript libraries and stuff with C# like ORMs. There's a lot of good info on the website: http://www.asp.net/mvc

forwardslash  ·  3899 days ago  ·  link  ·  

I was going through Pro ASP.NET MVC 4 before coming onto hubski. IMO, while it's awesome you'll end up using a lot more templating and C# than anything else.

shadowsalmon  ·  3899 days ago  ·  link  ·  

That's possible, though it really depends on what you want to do. I like C#, so I don't mind that side of it, but it's also a great resource for learning the visual languages as well. I guess it just depends on your programming tastes.

forwardslash  ·  3899 days ago  ·  link  ·  

True. I also picked it up because I wanted to get more into C# and .NET while also learning about developing for the web, so that's what I got out of it.

shadowsalmon  ·  3899 days ago  ·  link  ·  
This comment has been deleted.