- Learning NHibernate 4
- Suhas Chatekar
- 275字
- 2021-07-16 13:08:43
Chapter 2. Let's Build a Simple Application
The title of the chapter says Let's Build a Simple Application, but that is not entirely true. What is true is that we are going to start building an application. This chapter sets the foundation for that. So, in this chapter, I am going to introduce you to the application that we are going to build as we progress through the book.
However, just knowing the application is not enough in my opinion. In order to make sure that you make most out of this book and stay on track while your training shoes are still on, I am going to take you through my development setup and talk about various tools that I will be using. If you try out the sample code from this book and stick to the versions of tools mentioned in this chapter, then you can be assured that things will go smoothly. However, this does not mean that you must use the tools that I am using and the versions that I have installed in my environment. Most tools in the .NET ecosystem these days are backward compatible, so if you happen to have a lower version of some tool, never mind. As long as you know how to use the tool, we are in business.
Besides tools, I will also give you a brief introduction to the methodologies, particularly Test-driven Development (TDD), that we will be using throughout the book. If you are new to TDD, then do not worry because I am not going to use any knowledge beyond what can be called basic.
So, let's get started!
- Oracle 11g從入門到精通(第2版) (軟件開發視頻大講堂)
- arc42 by Example
- Redis Essentials
- C#程序設計基礎:教程、實驗、習題
- 名師講壇:Spring實戰開發(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- Learning Data Mining with R
- Apache Mahout Clustering Designs
- Python忍者秘籍
- R語言與網絡輿情處理
- Practical Maya Programming with Python
- Kotlin語言實例精解
- Developing RESTful Web Services with Jersey 2.0
- 中小企業網站建設與管理(靜態篇)
- 深入解析Java虛擬機HotSpot
- Node.js入門指南