ASP.NET Controls Explained: Part 2/2

Conclusion

Over the last two articles we've looked at a number of different methods that we can use to divide our ASP.Net pages up into a number of smaller, self-contained chunks of code. Using these methods can help our web applications become more scalable and easier to manage.

The features described in this are what make ASP.NET pages so flexible, and you should use them as often as you can to separate your presentation layer from your application logic layer. Take a look at the books and links below for more information on controls.

You might also like...

Comments

About the author

James Yang Australia

James is a student at Georgia Institute of Technology, majoring in Computer Science. He is an MCSE, MCDBA, MCSA and CCNA.

Interested in writing for us? Find out more.

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“The greatest performance improvement of all is when a system goes from not-working to working.” - John Ousterhout