The Gurus Guide to SQL Server Stored Procedures, XML, and HTML [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

The Gurus Guide to SQL Server Stored Procedures, XML, and HTML [Electronic resources] - نسخه متنی

Ken Henderson

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید









The Five Processes



Database application development can be broken into five steps or general processes. These processes outline the normal procedure one follows when building database applications. Think of them as the tenets of database programming. You'll likely follow them in every database application you build.


The five general processes for building database applications are as follows:






Define the purpose and functions of the application.




Design the database foundation and application processes needed to implement those functions.




Transform the design into an application by creating the requisite database and program objects.




Test the application for compliance with the predefined purpose and functions.




Install the application for production use.




To put things a little more succinctly, these five processes can be reduced to the following five phases:




Analysis




Design




Construction




Testing




Deployment





NOTE


Historically, the construction phase has been referred to as the coding phase. However, in this age of visual development, coding doesn't seem to be as applicable as it once was, so I've changed it to construction. This term works regardless of whether coding, visual development, or application generation is involved in constructing the project.


I'll make a habit in this chapter of referring to the five processes using these easier-to-digest terms. They are not only more concise than the formal definitions of the five processes, they're also terms with which most software developers are already familiar. They make obvious the point that developing database software is just like developing any other kind of software: There is a methodical approach you usually take to produce desirable results.


/ 223