Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
RavenDB 2.x Beginner's Guide

You're reading from  RavenDB 2.x Beginner's Guide

Product type Book
Published in Sep 2013
Publisher Packt
ISBN-13 9781783283798
Pages 356 pages
Edition 1st Edition
Languages
Author (1):
Khaled Tannir Khaled Tannir
Profile icon Khaled Tannir

Table of Contents (21) Chapters

RavenDB 2.x Beginner's Guide
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Getting Started with RavenDB RavenDB Management Studio RavenDB.NET Client API RavenDB Indexes and Queries Advanced RavenDB Indexes and Queries Advanced RavenDB Document Capabilities RavenDB Administration Deploying RavenDB Scaling-out RavenDB RavenDB Profiling RavenDB HTTP API Putting It All Together Pop Quiz Answers Index

A word about ASP.NET MVC


ASP.NET MVC is a very large concept and its complete coverage is out of the scope of this book. ASP.NET MVC is a framework for building scalable web applications from Microsoft. It emphasizes on clean architecture, design patterns, and testability, and it doesn't try to conceal how the web works.

It combines the effectiveness and tidiness of the Model-View-Controller (MVC) architecture. The Model-View-Controller pattern is an architectural pattern that encourages strict isolation between the individual parts of an application. This isolation is better known as Separation of Concerns, or in more general terms, loose coupling.

The MVC pattern is a complete alternative to traditional ASP.NET web forms. It involves the most up-to-date ideas and techniques from agile development, and the best parts of the existing ASP.NET platform, delivering considerable advantages for all the web development projects.

In the MVC pattern, the Model represents the core business logic...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}