learning .NET

Out of context: Reply #14

  • Started
  • Last post
  • 14 Responses
  • spiralstarez0

    I've just started learning ASP.NET myself... Basically ASP.NET is a framework - as has been said - that allows you to write in different languages to achieve the same result. It's about how the code is compiled.

    This is a huge advantage for large scale project seeing that different people can write in different languages on the same project to achieve a common goal or develop an app together.

    Also, if I understand correctly (still learning) ASP.NET allows you to keep your code more seperated from you're pages, and makes it easy to re-use on later projects.

    I have Teach Yourself ASP.NET in 21 Days and it's an alright book so far, though I'm not stupid enough to think I'll be great at ASP in 21 days. Good start though.

View thread