Home » ASP.NET Basics » 07 - Writing code and handling events
7
Why we need code?
Functions of coding
One of the main goals of ASP.NET 2.0 is to reduce the amount of code needed to develop a site. We have seen how we can develop a site with a master page, content pages and a site menu without writing any code at all. However, when the site gets bigger with more features, we need to write code to implement those features.
To many of us, programming seems a difficult task. In the past, the programming languages used to be difficult to understand and learn and people generally stayed away from them. However, with .NET Framework, programming has become a lot easier.