Skip to main content

Models and Data Entry

  • Chapter
Pro ASP.NET MVC 2 Framework
  • 478 Accesses

Abstract

Over the last few chapters, you’ve learned in some detail about how ASP.NET MVC lets you separate your HTML generation and application logic concerns using views and controllers. But most web applications ultimately revolve around data. Even if the user interface is very sophisticated and customized, it’s typically all about letting users browse and edit information. In MVC architecture, we use the term models for the data objects being passed between controllers and views. These models can be sophisticated domain models that encapsulate business logic and are persisted as entities in a database, or they can be just simple view models that are never saved and merely hold a set of properties that a view can render.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 39.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Authors

Editor information

Ewan Buckingham Clay Andres Steve Anglin Mark Beckner Ewan Buckingham Gary Cornell Jonathan Gennick Jonathan Hassell Michelle Lowman Matthew Moodie Duncan Parkes Jeffrey Pepper Frank Pohlmann Douglas Pundick Ben Renow-Clarke Dominic Shakeshaft Matt Wade Tom Welsh Anne Collett Damon Larson

Rights and permissions

Reprints and permissions

Copyright information

© 2010 Steven Sanderson

About this chapter

Cite this chapter

Sanderson, S. (2010). Models and Data Entry. In: Buckingham, E., et al. Pro ASP.NET MVC 2 Framework. Apress. https://doi.org/10.1007/978-1-4302-2887-5_12

Download citation

Publish with us

Policies and ethics