Web development using .Net – An introduction

OK so i decided that now is the time that i should start learning web development using .NET. So i start reading different resources to get the idea. As ambitious as i was to pull the bag of information all the information was on my face and i got confused so i took a step back and went to the basic. Today i will just explain the different strategy used for web development in .net.

So the Microsoft web platform strategy can be divided in to following tracks

  • Web forms
  • MVC
  • Webpages

Now each of these tracks are unique in some properties and have there own advantages and set backs. We will go through them one by one in later sections. The introduction will not be in detail as we will dive in to coding after the theory.