Cargando…

Pro .NET best practices /

Pro .NET Best Practices is a practical reference to the best practices that you can apply to your .NET projects today. You will learn standards, techniques, and conventions that are sharply focused, realistic and helpful for achieving results, steering clear of unproven, idealistic, and impractical...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Ritchie, Stephen D.
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Berkeley, CA : New York : Apress ; Distributed to the Book trade by Springer, ©2011.
Colección:Expert's voice in .NET.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Machine generated contents note: ch. 1 Ruthlessly Helpful
  • Practice Selection
  • Practicable
  • Generally Accepted and Widely Used
  • Valuable
  • Archetypal
  • Target Areas for Improvement
  • Delivery
  • Quality
  • Relationships
  • Overall Improvement
  • Balance
  • Renewal
  • Sustainability
  • Summary
  • ch. 2 NET Practice Areas
  • Internal Sources
  • Technical Debt
  • Defect Tracking System
  • Retrospective Analysis
  • Prospective Analysis
  • Application Lifecycle Management
  • Patterns and Guidance
  • Framework Design Guidelines
  • Microsoft PnP Group
  • Presentation Layer Design Patterns
  • Object-to-Object Mapping
  • Dependency Injection
  • Research and Development
  • Automated Test Generation
  • Code Contracts
  • Microsoft Security Development Lifecycle
  • Summary
  • ch. 3 Achieving Desired Results
  • Success Conditions
  • Project Inception
  • Out of Scope
  • Diversions and Distractions
  • The Learning/Doing Balance
  • Common Understanding
  • Wireframe Diagrams.
  • Note continued: Documented Architecture
  • Report Mockups
  • Detailed Examples
  • Build an Archetype
  • Desired Results
  • Deliverables
  • Positive Outcomes
  • Trends
  • Summary
  • ch. 4 Quantifying Value
  • Value
  • Financial Benefits
  • Improving Manageability
  • Increasing Quality Attributes
  • More Effectiveness
  • Sources of Data
  • Quantitative Data
  • Qualitative Data
  • Anecdotal Evidence
  • Summary
  • ch. 5 Strategy
  • Awareness
  • Brainstorming
  • Planning
  • Monitoring
  • Communication
  • Personal Process
  • Commitment to Excellence
  • Virtuous Discipline
  • Effort and Perseverance
  • Leverage
  • Automation
  • Alert System
  • Experience and Expertise
  • Summary
  • ch. 6 NET Rules and Regulations
  • Coding Standards and Guidelines
  • Sources
  • Exceptions
  • Disposable Pattern
  • Miscellaneous
  • Code Smells
  • Comments
  • Way Too Complicated
  • Unused, Unreachable, and Dead Code
  • Summary
  • ch. 7 Powerful C# Constructs
  • Extension Methods.
  • Note continued: Implicitly Typed Local Variables
  • Nullable Types
  • The Null-Coalescing Operator
  • Optional Parameters
  • Generics
  • LINQ
  • Summary
  • ch. 8 Automated Testing
  • Case Study
  • Brownfield Applications
  • Greenfield Applications
  • Automated Testing Groundwork
  • Test Code Maintainability
  • Naming Convention
  • The Test Method Body
  • Unit Testing
  • Boundary Analysis
  • Invalid Arguments
  • Invalid Preconditions
  • Fakes, Stubs, and Mocks
  • Isolating Code-Under-Test
  • Testing Dependency Interaction
  • Surface Testing
  • Automated Integration Testing
  • Database Considerations
  • Summary
  • ch. 9 Build Automation
  • Build Tools
  • MSBuild Fundamentals
  • Tasks and Targets
  • PropertyGroup and ItemGroup
  • Basic Tasks
  • Logging
  • Parameters and Variables
  • Libraries and Extensions
  • Import and Include
  • Inline Tasks
  • Common Tasks
  • Date and Time
  • Assembly Info
  • XML Peek and Poke
  • Zip Archive
  • Automated Deployment.
  • Note continued: Build Once, Deploy Many
  • Packaging Tools
  • Deployment Tools
  • Summary
  • ch. 10 Continuous Integration
  • Case Study
  • The CI Server
  • CruiseControl.NET
  • Jenkins
  • TeamCity
  • Team Foundation Server
  • CI Lifecycle
  • Rebuilding
  • Unit Testing
  • Analysis
  • Packaging
  • Deployment
  • Stability Testing
  • Generate Reports
  • Summary
  • ch. 11 Code Analysis
  • Case Study
  • Static Analysis
  • Assembly Analysis
  • Source Analysis
  • Architecture and Design
  • Code Metrics
  • Quality Assurance Metrics
  • Dynamic Analysis
  • Code Coverage
  • Performance Profiling
  • Query Profiling
  • Logging
  • Summary
  • ch. 12 Test Frameworks
  • Unit Testing Frameworks
  • Test Runners
  • NUnit GUI and Console Runners
  • ReSharper Test Runner
  • Visual Studio Test Runner
  • Gallio Test Runner
  • xUnit.net Test Runner
  • XUnit Test Pattern
  • Identifying the Test Method
  • Identifying the Test Class and Fixture
  • Assertions
  • Mock Object Frameworks.
  • Note continued: Dynamic Fake Objects with Rhino Mocks
  • Test in Isolation with Moles
  • Database Testing Frameworks
  • User Interface Testing Frameworks
  • Web Application Test Frameworks
  • Windows Forms and Other UI Test Frameworks
  • Acceptance Testing Frameworks
  • Testing with Specifications and Behaviors
  • Business-Logic Acceptance Testing
  • Summary
  • ch. 13 Aversions and Biases
  • Group-Serving Bias
  • Rosy Retrospection
  • Group-Individual Appraisal
  • Status Quo and System Justification
  • Illusory Superiority
  • Dunning-Kruger Effect
  • Ostrich Effect
  • Gambler's Fallacy
  • Ambiguity Effect
  • Focusing Effect
  • Hyperbolic Discounting
  • Normalcy Bias
  • Summary.