Welcome to the series of blogs on Design Patterns. This is introductory blog on design pattern. In this blog I will try to explain definition of design pattern & will try to walkthrough of 3 main categories of design pattern.
Definition:
Design patterns are tried and tested programs for recurring problems in software programming. These patterns are [...]
Having a good version scheme for your software is important for several reasons. The following are the top five things a version scheme allows you to do (in random order):
Track your product binaries to the original source files.
Re-create a past build by having meaningful labels in your source tree.
Avoid “DLL hell” —multiple versions of the [...]
The generic change management model consists of the following steps:
Change identification process. The change is visualized, described, assessed, classified, and approved.
Evaluation and coordination process. The cost, scope, and effects are evaluated.
Incorporation and verification process. Change is planned, scheduled, implemented, documented, and verified.
Change Identification
Each and every change needs to be uniquely identified. The premise behind configuration [...]
Configuration Management(CM) is the discipline that ensures that the state of the software at any given time is known and reconstructable. CM comprises three basic elements: configuration identification (CID), configuration control (CC), and configuration accounting (CA). While each element may be invoked without the others, CM is incomplete in the absence of any of them.
CID [...]
One of the hardest things to do in any development project is keeping on track. Many software projects end up going off in unexpected directions, both from a technical perspective and from a business one. Modules built by different developers can be difficult to integrate. Lack of visibility of the application being coded often leads [...]
I have been working on the SVN to configure it for our Company. After searching all the documents and articles on the web I could able to come out with something which is working with SSPI Authentication. I am thankful to the all the Persons who posted the similar articles on the web.
Download the following [...]