Skip to content
thanhvc edited this page Jul 26, 2011 · 1 revision

Introduction

Introduction

Storage layer which uses communication with the Data layer in your application. Its task always opens session and closes session when manipulates to Database so it's very expensive if you usually open and close session when gets data. we should be caching the data each gets from database with ServiceContext.

Clone this wiki locally