Visual Sourcesafe 2005 Software Configuration Management in Practice 1st Edition by Serban Alexandru- Ebook PDF Instant Download/Delivery: 1904811698, 978-1904811695
Full download Visual Sourcesafe 2005 Software Configuration Management in Practice 1st Edition after payment

Product details:
ISBN 10: 1904811698
ISBN 13: 978-1904811695
Author: Serban Alexandru
This book uses a real-world case-study project to teach you how to manage software configuration efficiently using Visual SourceSafe 2005, Microsoft’s Software Configuration Management (SCM) solution for independent developers and for developers working in small- and medium-sized teams. It also provides a best-practices reference on using SourceSafe 2005 to manage the software development lifecycle. Why is Software Configuration Management important? Software Configuration Management (SCM) is the discipline of managing the building and modification of software through techniques including source-code control, revision control, object-build tracking, and release construction. SCM involves identifying the configuration of the software at given points in time, systematically controlling changes to the configuration, and maintaining the integrity and traceability of the configuration throughout the software development lifecycle. Software Configuration Management is one of the first skills a serious developer should master, after becoming proficient with his or her development tools of choice. Unfortunately, this does not always happen because the subject of SCM is not commonly taught in either academic or company training. When developing software, you need to have a manageable team development effort, track and maintain the history of your projects, sustain parallel development on multiple product versions, fix bugs, and release service packs while further developing the application. This is where the concepts of Software Configuration Management come into play; SCM is about getting the job done safer, faster, and better. Visual SourceSafe has a long history behind it. The previous versions were either loved for their ease of use and integration with other Microsoft products, or hated because the headaches caused by using them improperly. This book will help you to avoid such problems. After introducing the fundamental principles of SCM and the benefits of using SCM to manage the software development lifecycle this book uses a real-world case-study project to build a Service-Oriented Application named Orbital Hotel. You will learn the team cooperation features in Visual SourceSafe with the help of John and Mary, two fictional team members assigned to implement various project components. You can visit Orbital Hotel online and you can download its source code. The appendices deal with SourceSafe administration tasks: database creation and management, how to secure the database and how to assign users and user rights, how to manage projects and project settings, and how to customize SourceSafe to best suit your development style. This book is for .NET developers, testers and configuration managers who: . Use Visual Studio .NET 2005 for building software . Want to use software configuration to manage their products in day-to-day activities . Want to improve their efficiency by learning to use the best practices with SourceSafe . Want to install, manage, and configure Visual SourceSafe 2005 for optimal operation The book does not assume previous knowledge of Software Configuration Management or Visual SourceSafe. It takes the reader from the ground up and is a great resource for people starting to learn about this subject. Readers with previous SourceSafe experience will benefit by discovering the improved and new features in Visual SourceSafe 2005. TABLE OF CONTENTS SUMMARY 1 Controlling the Evolution of Software Products 2 The SourceSafe 2005 Architecture 3 Creating a Service-Oriented Application 4 Adding Solutions to the SourceSafe Database 5 Developing Solutions under Source Control 6 Working from Remote Locations 7 Managing the Software Development Lifecycle A Installing Visual SourceSafe 2005 B Creating and Configuring SourceSafe Databases C Database Maintenance
Table of contents:
Chapter 1: Controlling the Evolution of Software Products
1.1 What is Software Configuration Management?
1.2 The Software Development Lifecycle
1.3 Software Configuration Management Concepts
1.4 Resource Management
1.5 The Repository
1.6 Workspaces
1.7 Resource Versioning
1.8 Revisions
1.9 Cooperation Support
1.10 Check Out
1.11 Modify/Edit
1.12 Check In
1.13 Merge
1.14 Commit/Submit
1.15 Undo Check Out
1.16 Cooperation Models
1.17 History Management
1.18 Labels
1.19 Using Labels
1.20 Build and Release Management
1.21 Parallel Development
1.22 Codelines
1.23 Branches
1.24 Conclusion
1.25 Summary
1.1 What is Software Configuration Management?
1.2 The Software Development Lifecycle
1.3 Software Configuration Management Concepts
1.4 Resource Management
1.5 The Repository
1.6 Workspaces
1.7 Resource Versioning
1.8 Revisions
1.9 Cooperation Support
1.10 Check Out
1.11 Modify/Edit
1.12 Check In
1.13 Merge
1.14 Commit/Submit
1.15 Undo Check Out
1.16 Cooperation Models
1.17 History Management
1.18 Labels
1.19 Using Labels
1.20 Build and Release Management
1.21 Parallel Development
1.22 Codelines
1.23 Branches
1.24 Conclusion
1.25 Summary
Chapter 2: The SourceSafe 2005 Architecture
2.1 The LAN Booster Service
2.2 The XML Web Service
2.3 The Visual SourceSafe Database
2.4 Data Folder
2.5 Temp Folder
2.6 Users Folder
2.7 VssWebDownload Folder
2.8 VssWebUpload Folder
2.9 Srcsafe.ini File
2.10 Users.txt File
2.11 The Visual SourceSafe Clients
2.12 Visual SourceSafe Explorer
2.13 Visual SourceSafe Command-Line Utility
2.14 The SourceSafe Integration with Visual Studio .NET
2.15 Plug-In Selection in Visual Studio .NET
2.16 Accessing the Source Control Commands
2.17 Network Configurations
2.18 Accessing the Server using the LAN Connection
2.19 Accessing the Server through a Virtual Private Network
2.20 Accessing SourceSafe through HTTP/HTTPS
2.21 Summary
Chapter 3: Creating a Service-Oriented Application
3.1 Specifications-Project Architecture
3.2 System Requirements
3.3 Application Architectures
3.4 Compact Application Architecture
3.5 Component Application Architecture
3.6 Service-Oriented Architecture
3.7 Choosing an Application Architecture
3.8 Choosing an Application Platform
3.9 Microsoft .NET Framework3.10 System Structure
3.11 Database Structure
3.12 Visual Studio .NET Projects and Solutions
3.13 Visual Studio .NET Projects
3.14 Visual Studio .NET Solutions
3.15 Partitioning Solutions and Projects
3.16 Best Practices for the Solution Physical Structure
3.17 Creating Web Projects
3.18 Creating the Orbital Hotel Solution
3.19 Summary
Chapter 4: Adding Solutions to the SourceSafe Database
4.1 Setting up the Database
4.1.1 Connecting to the Database
4.2 Adding the Database to the Database List
4.2.1 Adding the Database over the LAN
4.2.1.1 Using Visual SourceSafe Explorer
4.2.1.2 Using Visual Studio with the LAN Plug-In
4.2.2 Adding the Database over the Internet
4.3 Opening the Database
4.3.1 Using Visual SourceSafe Explorer
4.3.2 Using Visual Studio with the LAN Plug-In
4.3.3 Using Visual Studio with the Internet Plug-In
4.4 Adding the Solution to the Database using Visual Studio
4.4.1 Files Subjected to Source Control
4.4.2 Visual Studio with the LAN Plug-In
4.4.3 Visual Studio with the Internet Plug-In
4.5 What Happens after Adding the Solution to the Database
4.6 How SourceSafe Represents the Solution—the Data Model
4.6.1 Projects, Subprojects, and Files
4.7 Summary
Chapter 5: Developing Solutions under Source Control
5.1 Setting up the Workspace
5.1.1 Workspace Mappings
5.1.2 Getting Solutions from the Database
5.1.2.1 Using Visual Studio with the LAN Plug-In
5.1.2.2 Using Visual Studio with the Internet Plug-In
5.2 Adding New Project Files
5.2.1 Creating the Room Management Classes for Orbital Hotel
5.2.2 Designing the Classes using the Class Diagram
5.3 Checking In to the Database
People also search for:
sourcesafe 2005
visual sourcesafe end of life
visual sourcesafe 6.0
download visual sourcesafe 2005
microsoft visual sourcesafe 2005
Tags:
Serban Alexandru,Visual Sourcesafe,Software Configuration


