Chapter 4.2. .NET Data Access

IN THIS CHAPTER

When learning a new language/platform/framework, a good approach is to develop an application that makes use of as many features as possible. When designing an application, the general process includes creating a specification document along with use cases. Well, I think a short punch list will suffice for this example. The employee database should support the following features:

  1. Search

    1. By Department

    2. By Name

    3. Name within a Department

  2. Edit

  3. Add

  4. Upload Picture

The requirements will allow for a fairly decent tour of ASP.NET, attributes, reflection, pagelets, and ASP Controls. This is, of course, the overall goal, to dig into ASP and .NET as much as possible within the context ...

Get C# and the .NET Framework: The C++ Perspective now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.