13.07.2015 Views

ASP.NET 3.5: A Beginner's Guide - www.mustafaof.com

ASP.NET 3.5: A Beginner's Guide - www.mustafaof.com

ASP.NET 3.5: A Beginner's Guide - www.mustafaof.com

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Chapter 4: Doing More with C# and <strong>ASP</strong>.<strong>NET</strong> 103Doing More with C# andObject-Oriented ProgrammingThis chapter is actually a long footnote about using more sophisticated structures in C#,but you will need to look at a <strong>com</strong>plete book on C#, such as C# 3.0: A Beginner’s <strong>Guide</strong>,to get into the kinds of details you will need to really employ OOP. You will find C# tobe an incredibly powerful language. If you already know that and feel frustrated by usingpartial classes instead of full-blown C# classes and OOP structures, I hope you have seenhow to use full classes in this chapter, and that you need not fear that you are limited topartial classes when using C# with <strong>ASP</strong>.<strong>NET</strong> <strong>3.5</strong>. Everything you want to do with C# canbe fully ac<strong>com</strong>plished by C# partial classes. What’s more, because the partial classes arewoven into <strong>ASP</strong>.<strong>NET</strong>, you can use all of the <strong>ASP</strong>.<strong>NET</strong> structures as well.For beginners who just want to learn how to get a back-end working for their sites using<strong>ASP</strong>.<strong>NET</strong>, fear not. Throughout this book, you will quickly see that the focus is on <strong>ASP</strong>.<strong>NET</strong>forms and controls you can use. This is most important when it <strong>com</strong>es to using databasesand SQL structures to move data into and out of stored data sources. Once you’ve got thebasics down, you’ll probably want to use the more powerful features of C# to develop your<strong>ASP</strong>.<strong>NET</strong> applications.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!