Introduction
After having gone through many project:
- Project A
- Project B
- Project C
I start to write a conclusion it explained how to use mvc template. My effort in this articles series will be to cover some best practice of mvc. We will be gradually moving forward part by part so we can understand and practically implement every scenario.
Road Map
Part1:Introduction to mvc architecture
Part2:Follow me to learn what is repository pattern
Part3:......
Let’s start our journey with Part1
Part1:Introduction to mvc architecture
Topics to be covered
- Project architecture
- Request pipeline
MVC Project Architeture
The Request pipeline
Conclusion
Now that we know mvc project architecture and mvc request pipeline, in the next part of the series we will talk about how to use expression tree to accomplish dynamic condition search