El Libro del Día: 2017-01-24
Titulo: Async in C# 5.0
Autor: Alex Davies
Editorial: O'Reilly
Nro Paginas: 106
Capítulos:
1. Introduction
2. Why Programs Need to Be Asynchronous
3. Writing Asynchronous Code Manually
4. Writing Async Methods
5. What await Actually Does
6. The Task-Based Asynchronous Pattern
7. Utilities for Async Code
8. Which Thread Runs My Code
9. Exceptions in Async Code
10. Parallelism Using Async
11. Unit Testing Async Code
12. Async in ASP.NET Applications
13. Async in WinRT Applications
14. The Async Compiler Transform in Depth
15. The Performance of Async Code
Descarga:
Async_in_C#_5.0
Blog de Luis Dueñas dedicado a la difusión del Desarrollo en Microsoft .NET, Visual Studio, WinForms, WebForms, MVC, ASP .NET, jQuery, AJAX, HTML5, JavaScript, Móviles, etc. Encontrarás Libros, Demos, Artículos Técnicos, Entrenamiento.
Mostrando las entradas con la etiqueta Unit Testing. Mostrar todas las entradas
Mostrando las entradas con la etiqueta Unit Testing. Mostrar todas las entradas
martes, 24 de enero de 2017
El Libro del Día: Async in C# 5.0
Etiquetas:
.NET,
ACT,
Alex Davies,
ASP.NET,
Async,
Async Methods,
Asynchronous,
Await,
C# 5.0,
Code Manually,
Exceptions,
Libros,
O'Reilly,
Parallelism,
Performance,
Tasks,
Thread,
Unit Testing,
Utilities,
WinRT
martes, 23 de febrero de 2016
El Libro del Día: Frontend Architecture for Design Systems
El Libro del Día: 2016-02-23
Titulo: Frontend Architecture for Design Systems
Autor: Micah Godbolt
Editorial: O'Reilly
Nro Paginas: 197
Capítulos:
Part I. Origins
1. The Discipline of Frontend Architecture
2. Alpha Project
3. The Pillars of Frontend Architecture
Part II. The Code Pillar
4. HTML
5. CSS
6. JavaScript
7. Red Hat Code
Part III. The Process Pillar
8. Workflow
9. Task Runners
10. Red Hat Process
Part IV. The Testing Pillar
11. Unit Testing
12. Performance Testing
13. Visual Regression Testing
14. Red Hat Testing
Part V. The Documentation Pillar
15. Style Guides
16. Pattern Libraries
17. Red Hat Documentation
18. Conclusion
Descarga:
Frontend_Architecture_for_Design_Systems
Titulo: Frontend Architecture for Design Systems
Autor: Micah Godbolt
Editorial: O'Reilly
Nro Paginas: 197
Capítulos:
Part I. Origins
1. The Discipline of Frontend Architecture
2. Alpha Project
3. The Pillars of Frontend Architecture
Part II. The Code Pillar
4. HTML
5. CSS
6. JavaScript
7. Red Hat Code
Part III. The Process Pillar
8. Workflow
9. Task Runners
10. Red Hat Process
Part IV. The Testing Pillar
11. Unit Testing
12. Performance Testing
13. Visual Regression Testing
14. Red Hat Testing
Part V. The Documentation Pillar
15. Style Guides
16. Pattern Libraries
17. Red Hat Documentation
18. Conclusion
Descarga:
Frontend_Architecture_for_Design_Systems
Etiquetas:
Architecture,
CSS,
Design Systems,
Documentation,
Frontend,
HTML,
Javascript,
Libraries,
Libros,
Micah Godbolt,
O'Reilly,
Performance,
Pillars,
Process,
Red Hat,
Regression,
Task Runners,
Testing,
Unit Testing,
Workflow
lunes, 22 de febrero de 2016
El Libro del Día: SPA Design and Architecture
El Libro del Día: 2016-02-22
Titulo: SPA Design and Architecture
Autor: Emmit A. Scott, Jr.
Editorial: Manning
Nro Paginas: 314
Capítulos:
Part 1: The Basics
1. What is a Single Page Application?
2. The role of MV* Frameworks
3. Modular JavaScript
Part 2: Core Concepts
4. Navigating the single page
5. View composition and layout
6. Inter-module interaction
7. Communicating with the server
8. Unit testing
9. Client side task automation
Appendix A: Employee directory example walk through
Appendix B: Review of the XMLHttpRequest API
Appendix C: Chapter 7 server side setup and summary
Appendix D: Installing Node.js and Gulp.js
Descarga:
SPA_Design_and_Architecture
Titulo: SPA Design and Architecture
Autor: Emmit A. Scott, Jr.
Editorial: Manning
Nro Paginas: 314
Capítulos:
Part 1: The Basics
1. What is a Single Page Application?
2. The role of MV* Frameworks
3. Modular JavaScript
Part 2: Core Concepts
4. Navigating the single page
5. View composition and layout
6. Inter-module interaction
7. Communicating with the server
8. Unit testing
9. Client side task automation
Appendix A: Employee directory example walk through
Appendix B: Review of the XMLHttpRequest API
Appendix C: Chapter 7 server side setup and summary
Appendix D: Installing Node.js and Gulp.js
Descarga:
SPA_Design_and_Architecture
Etiquetas:
Application,
Architecture,
Automation,
Design,
Emmit A. Scott,
Frameworks,
Gulp.js,
Interaction,
Javascript,
Layout,
Libros,
Manning,
Navigating,
Node.js,
Server,
Single Page,
SPA,
Unit Testing,
View composition,
XHR
viernes, 15 de enero de 2016
El Libro del Día: AngularJS Directives Cookbook
El Libro del Día: 2016-01-15
Titulo: AngularJS Directives Cookbook
Autor: Fernando Monteiro
Editorial: Packt
Nro Paginas: 206
Capítulos:
Chapter 1: Dealing with Modal and Tabs Directives
Chapter 2: Building a Navbar Custom Directive
Chapter 3: Customizing and Using Bootstrap UI Directives
Chapter 4: Creating Interactive jQuery UI Directives
Chapter 5: Implementing Custom Directives with Yeoman Generators
Chapter 6: Using Directives to Develop Interface Components
Chapter 7: Building Directives with Dynamic Templates
Chapter 8: Creating Reusable Directives
Chapter 9: Directive Unit Testing with Karma and Jasmine
Descarga:
AngularJS_Directives_Cookbook
Titulo: AngularJS Directives Cookbook
Autor: Fernando Monteiro
Editorial: Packt
Nro Paginas: 206
Capítulos:
Chapter 1: Dealing with Modal and Tabs Directives
Chapter 2: Building a Navbar Custom Directive
Chapter 3: Customizing and Using Bootstrap UI Directives
Chapter 4: Creating Interactive jQuery UI Directives
Chapter 5: Implementing Custom Directives with Yeoman Generators
Chapter 6: Using Directives to Develop Interface Components
Chapter 7: Building Directives with Dynamic Templates
Chapter 8: Creating Reusable Directives
Chapter 9: Directive Unit Testing with Karma and Jasmine
Descarga:
AngularJS_Directives_Cookbook
Etiquetas:
AngularJS,
Bootstrap,
Components,
Cookbook,
Directives,
Dynamic Templates,
Fernando Monteiro,
Generators,
Interface,
Jasmine,
jQuery,
Karma,
Libros,
Modal,
Navbar,
Packt,
Reusable,
Tabs,
Unit Testing,
Yeoman
lunes, 27 de julio de 2015
El Libro del Día: Pro XAML with C#
El Libro del Día: 2015-07-27
Titulo: Pro XAML with C#
Autor: Buddy James, Lori Lalonde
Editorial: Apress
Nro Paginas: 279
Capítulos:
Part I: Getting Started
Chapter 1: What Is XAML
Chapter 2: Software Craftsmanship
Part II: Laying the Groundwork
Chapter 3: Domain-Driven Design
Chapter 4: Design Patterns
Chapter 5: Unit Testing
Chapter 6: Advanced Unit Testing and Test-Driven Development
Chapter 7: Exception Handling and Logging
Part III: Completing the User Interface Layer
Chapter 8: The WPF User Interface
Chapter 9: The Windows Phone User Interface
Chapter 10: The Windows User Interface
Chapter 11: Deploying and Maintaining Your Application
Descarga:
Pro_XAML_with_C#
Titulo: Pro XAML with C#
Autor: Buddy James, Lori Lalonde
Editorial: Apress
Nro Paginas: 279
Capítulos:
Part I: Getting Started
Chapter 1: What Is XAML
Chapter 2: Software Craftsmanship
Part II: Laying the Groundwork
Chapter 3: Domain-Driven Design
Chapter 4: Design Patterns
Chapter 5: Unit Testing
Chapter 6: Advanced Unit Testing and Test-Driven Development
Chapter 7: Exception Handling and Logging
Part III: Completing the User Interface Layer
Chapter 8: The WPF User Interface
Chapter 9: The Windows Phone User Interface
Chapter 10: The Windows User Interface
Chapter 11: Deploying and Maintaining Your Application
Descarga:
Pro_XAML_with_C#
Etiquetas:
.NET,
Apress,
Buddy James,
C#,
DDD,
Deploying,
Design Patterns,
Exception Handling,
Libros,
Logging,
Lori Lalonde,
Maintaining,
Pro,
TDD,
UI,
Unit Testing,
Windows Phone,
Windows Store,
WPF,
XAML
martes, 2 de junio de 2015
El Libro del Día: Pro Single Page Application Development
El Libro del Día: 2015-06-02
Titulo: Pro Single Page Application Development
Autor: Gil Fink, Ido Flatow
Editorial: Apress
Nro Paginas: 307
Capítulos:
Part I: The Road to Single Page Application Development
Chapter 1: Introducing Single Page Applications
Chapter 2: JavaScript for SPAs
Chapter 3: Modular JavaScript Development
Chapter 4: SPA Concepts and Architecture
Part II: Building the Front End
Chapter 5: Getting Started with Backbone.js
Chapter 6: Creating a Single Page Application Step by Step
Part III: Building the Back End
Chapter 7: Creating a Back-End Service with ASP.NET Web API
Chapter 8: Implementing HTTP Concepts with ASP.NET Web API
Chapter 9: Communication Between Front and Back End
Part IV: Advanced SPA Topics
Chapter 10: JavaScript Unit Testing
Chapter 11: SPA Performance Tuning
Chapter 12: Search Engine Optimization for SPAs
Chapter 13: SPA Deployment
Descarga:
Pro_Single_Page_Application_Development
Titulo: Pro Single Page Application Development
Autor: Gil Fink, Ido Flatow
Editorial: Apress
Nro Paginas: 307
Capítulos:
Part I: The Road to Single Page Application Development
Chapter 1: Introducing Single Page Applications
Chapter 2: JavaScript for SPAs
Chapter 3: Modular JavaScript Development
Chapter 4: SPA Concepts and Architecture
Part II: Building the Front End
Chapter 5: Getting Started with Backbone.js
Chapter 6: Creating a Single Page Application Step by Step
Part III: Building the Back End
Chapter 7: Creating a Back-End Service with ASP.NET Web API
Chapter 8: Implementing HTTP Concepts with ASP.NET Web API
Chapter 9: Communication Between Front and Back End
Part IV: Advanced SPA Topics
Chapter 10: JavaScript Unit Testing
Chapter 11: SPA Performance Tuning
Chapter 12: Search Engine Optimization for SPAs
Chapter 13: SPA Deployment
Descarga:
Pro_Single_Page_Application_Development
Etiquetas:
Apress,
Architecture,
ASP.NET,
Back End,
Backbone.js,
Communication,
Deployment,
Development,
Front End,
Gil Fink,
HTTP,
Ido Flatow,
Javascript,
Libros,
Performance,
SEO,
SPA,
Tuning,
Unit Testing,
Web API
martes, 19 de mayo de 2015
El Libro del Día: Adaptive Code via C#
El Libro del Día: 2015-05-19
Titulo: Adaptive Code via C#
Autor: Gary McLean Hall
Editorial: Microsoft Press
Nro Paginas: 433
Capítulos:
PART I AN AGILE FOUNDATION
CHAPTER 1 Introduction to Scrum
CHAPTER 2 Dependencies and layering
CHAPTER 3 Interfaces and design patterns
CHAPTER 4 Unit testing and refactoring
PART II WRITING SOLID CODE
CHAPTER 5 The single responsibility principle
CHAPTER 6 The open/closed principle
CHAPTER 7 The Liskov substitution principle
CHAPTER 8 Interface segregation
CHAPTER 9 Dependency injection
PART III ADAPTIVE SAMPLE
CHAPTER 10 Adaptive sample: Introduction
CHAPTER 11 Adaptive sample: Sprint 1
CHAPTER 12 Adaptive sample: Sprint 2
Appendix A: Adaptive tools
Appendix B: GitHub code samples
Descarga:
Adaptive_Code_via_C#
Titulo: Adaptive Code via C#
Autor: Gary McLean Hall
Editorial: Microsoft Press
Nro Paginas: 433
Capítulos:
PART I AN AGILE FOUNDATION
CHAPTER 1 Introduction to Scrum
CHAPTER 2 Dependencies and layering
CHAPTER 3 Interfaces and design patterns
CHAPTER 4 Unit testing and refactoring
PART II WRITING SOLID CODE
CHAPTER 5 The single responsibility principle
CHAPTER 6 The open/closed principle
CHAPTER 7 The Liskov substitution principle
CHAPTER 8 Interface segregation
CHAPTER 9 Dependency injection
PART III ADAPTIVE SAMPLE
CHAPTER 10 Adaptive sample: Introduction
CHAPTER 11 Adaptive sample: Sprint 1
CHAPTER 12 Adaptive sample: Sprint 2
Appendix A: Adaptive tools
Appendix B: GitHub code samples
Descarga:
Adaptive_Code_via_C#
Etiquetas:
Adaptive Code,
Agile,
C#,
Dependencies,
Design Patterns,
Gary McLean Hall,
GitHub,
Injection,
Interfaces,
Layering,
Libros,
Liskov,
Microsoft Press,
Refactoring,
Samples,
Scrum,
Segregation,
SOLID,
Sprint,
Unit Testing
viernes, 20 de febrero de 2015
El Libro del Día: AngularJS Essentials
El Libro del Día: 2015-02-20
Titulo: AngularJS Essentials
Autor: Rodrigo Branas
Editorial: Packt
Nro Paginas: 180
Capítulos:
Chapter 1: Getting Started with AngularJS
Chapter 2: Creating Reusable Components with Directives
Chapter 3: Data Handling
Chapter 4: Dependency Injection and Services
Chapter 5: Scope
Chapter 6: Modules
Chapter 7: Unit Testing
Chapter 8: Automating the Workflow
Descarga:
AngularJS_Essentials
Titulo: AngularJS Essentials
Autor: Rodrigo Branas
Editorial: Packt
Nro Paginas: 180
Capítulos:
Chapter 1: Getting Started with AngularJS
Chapter 2: Creating Reusable Components with Directives
Chapter 3: Data Handling
Chapter 4: Dependency Injection and Services
Chapter 5: Scope
Chapter 6: Modules
Chapter 7: Unit Testing
Chapter 8: Automating the Workflow
Descarga:
AngularJS_Essentials
Etiquetas:
AngularJS,
Automating,
Components,
Data Handling,
Dependency Injection,
Directives,
Essentials,
Libros,
Modules,
Packt,
Reusable,
Rodrigo Branas,
Scope,
Services,
Unit Testing,
Workflow
jueves, 16 de octubre de 2014
El Libro del Día: The Art of Unit Testing
El Libro del Día: 2014-10-16
Titulo: The Art of Unit Testing (Second Edition)
Autor: Roy Osherove
Editorial: Manning
Nro Paginas: 294
Capítulos:
PART 1 GETTING STARTED
1 The basics of unit testing
2 A first unit test
PART 2 CORE TECHNIQUES
3 Using stubs to break dependencies
4 Interaction testing using mock objects
5 Isolation (mocking) frameworks
6 Digging deeper into isolation frameworks
PART 3 THE TEST CODE
7 Test hierarchies and organization
8 The pillars of good unit tests
PART 4 DESIGN AND PROCESS
9 Integrating unit testing into the organization
10 Working with legacy code
11 Design and testability
Descarga:
The_Art_Of_Unit_Testing
Titulo: The Art of Unit Testing (Second Edition)
Autor: Roy Osherove
Editorial: Manning
Nro Paginas: 294
Capítulos:
PART 1 GETTING STARTED
1 The basics of unit testing
2 A first unit test
PART 2 CORE TECHNIQUES
3 Using stubs to break dependencies
4 Interaction testing using mock objects
5 Isolation (mocking) frameworks
6 Digging deeper into isolation frameworks
PART 3 THE TEST CODE
7 Test hierarchies and organization
8 The pillars of good unit tests
PART 4 DESIGN AND PROCESS
9 Integrating unit testing into the organization
10 Working with legacy code
11 Design and testability
Descarga:
The_Art_Of_Unit_Testing
Etiquetas:
C#,
Dependencies,
Design,
Frameworks,
Hierarchies,
Integrating,
Legacy Code,
Libros,
Manning,
Mock Objects,
Organization,
Pillars,
Roy Osherove,
Testability,
Unit Testing
domingo, 24 de agosto de 2014
El Libro del Día: jQuery Cookbook
El Libro del Día: 2014-08-24
Titulo: jQuery Cookbook
Autor: jQuery Community Experts
Editorial: O'Reilly
Nro Paginas: 478
Capítulos:
1. jQuery Basics
2. Selecting Elements with jQuery
3. Beyond the Basics
4. jQuery Utilities
5. Faster, Simpler, More Fun
6. Dimensions
7. Effects
8. Events
9. Advanced Events
10. HTML Form Enhancements from Scratch
11. HTML Form Enhancements with Plugins
12. jQuery Plugins
13. Interface Components from Scratch
14. User Interfaces with jQuery UI
15. jQuery UI Theming
16. jQuery, Ajax, Data Formats: HTML, XML, JSON, JSONP
17. Using jQuery in Large Projects
18. Unit Testing
Descarga:
jQuery_Cookbook
Titulo: jQuery Cookbook
Autor: jQuery Community Experts
Editorial: O'Reilly
Nro Paginas: 478
Capítulos:
1. jQuery Basics
2. Selecting Elements with jQuery
3. Beyond the Basics
4. jQuery Utilities
5. Faster, Simpler, More Fun
6. Dimensions
7. Effects
8. Events
9. Advanced Events
10. HTML Form Enhancements from Scratch
11. HTML Form Enhancements with Plugins
12. jQuery Plugins
13. Interface Components from Scratch
14. User Interfaces with jQuery UI
15. jQuery UI Theming
16. jQuery, Ajax, Data Formats: HTML, XML, JSON, JSONP
17. Using jQuery in Large Projects
18. Unit Testing
Descarga:
jQuery_Cookbook
Etiquetas:
AJAX,
Components,
Cookbook,
Dimensions,
Effects,
Events,
Forms,
HTML,
jQuery,
jQuery Community Experts,
jQuery UI,
JSON,
Libros,
O'Reilly,
Plugins,
Selecting Elements,
Theming,
Unit Testing,
Utilities,
XML
sábado, 9 de agosto de 2014
El Libro del Día: Professional Visual Studio 2013
El Libro del Día: 2014-08-09
Titulo: Professional Visual Studio 2013
Autor: Bruce Johnson
Editorial: Wrox
Nro Paginas: 1102
Capítulos:
Part I - Integrated Development Environment
Chapter 1 A Quick Tour
Chapter 2 The Solution Explorer, Toolbox, and Properties
Chapter 3 Options and Customizations
Chapter 4 The Visual Studio Workspace
Chapter 5 Find and Replace and Help
Part II - Getting Started
Chapter 6 Solutions, Projects, and Items
Chapter 7 IntelliSense and Bookmarks
Chapter 8 Code Snippets and Refactoring
Chapter 9 Server Explorer
Chapter 10 Modeling with the Class Designer
Part III - Digging Deeper
Chapter 11 Unit Testing
Chapter 12 Documentation with XML Comments
Chapter 13 Code Consistency Tools
Chapter 14 Code Generation with T4
Chapter 15 Project and Item Templates
Chapter 16 Language-Specific Features
Part IV - Rich Client Applications
Chapter 17 Windows Forms Applications
Chapter 18 Windows Presentation Foundation (WPF)
Chapter 19 Office Business Applications
Chapter 20 Windows Store Applications
Part V - Web Applications
Chapter 21 ASP.NET Web Forms
Chapter 22 ASP.NET MVC
Chapter 23 Silverlight
Chapter 24 Dynamic Data
Chapter 25 SharePoint
Chapter 26 Windows Azure
Part VI - Data
Chapter 27 Visual Database Tools
Chapter 28 DataSets and DataBinding
Chapter 29 Language Integrated Queries (LINQ)
Chapter 30 The ADO.NET Entity Framework
Chapter 31 Reporting
Part VII - Application Services
Chapter 32 Windows Communication Foundation (WCF)
Chapter 33 Windows Workflow Foundation (WF)
Chapter 34 Client Application Services
Chapter 35 Synchronization Services
Chapter 36 WCF RIA Services
Part VIII Configuration and Resources
Chapter 37 Configuration Files
Chapter 38 Connection Strings
Chapter 39 Resource Files
Part IX - Debugging
Chapter 40 Using the Debugging Windows
Chapter 41 Debugging with Breakpoints
Chapter 42 DataTips, Debug Proxies, and Visualizers
Chapter 43 Debugging Web Applications
Chapter 44 Advanced Debugging Techniques
Part X - Build and Deployment
Chapter 45 Upgrading with Visual Studio 2013
Chapter 46 Build Customization
Chapter 47 Assembly Versioning and Signing
Chapter 48 Obfuscation, Application Monitoring, and Management
Chapter 49 Packaging and Deployment
Chapter 50 Web Application Deployment
Part XI - Customizing and Extending Visual Studio
Chapter 51 The Automation Model
Chapter 52 Add-Ins
Chapter 53 Managed Extensibility Framework (MEF)
Part XII - Visual Studio Ultimate
Chapter 54 Visual Studio Ultimate for Architects
Chapter 55 Visual Studio Ultimate for Developers
Chapter 56 Visual Studio Ultimate for Testers
Chapter 57 Team Foundation Server
Descarga:
Professional_VisualStudio_2013
Titulo: Professional Visual Studio 2013
Autor: Bruce Johnson
Editorial: Wrox
Nro Paginas: 1102
Capítulos:
Part I - Integrated Development Environment
Chapter 1 A Quick Tour
Chapter 2 The Solution Explorer, Toolbox, and Properties
Chapter 3 Options and Customizations
Chapter 4 The Visual Studio Workspace
Chapter 5 Find and Replace and Help
Part II - Getting Started
Chapter 6 Solutions, Projects, and Items
Chapter 7 IntelliSense and Bookmarks
Chapter 8 Code Snippets and Refactoring
Chapter 9 Server Explorer
Chapter 10 Modeling with the Class Designer
Part III - Digging Deeper
Chapter 11 Unit Testing
Chapter 12 Documentation with XML Comments
Chapter 13 Code Consistency Tools
Chapter 14 Code Generation with T4
Chapter 15 Project and Item Templates
Chapter 16 Language-Specific Features
Part IV - Rich Client Applications
Chapter 17 Windows Forms Applications
Chapter 18 Windows Presentation Foundation (WPF)
Chapter 19 Office Business Applications
Chapter 20 Windows Store Applications
Part V - Web Applications
Chapter 21 ASP.NET Web Forms
Chapter 22 ASP.NET MVC
Chapter 23 Silverlight
Chapter 24 Dynamic Data
Chapter 25 SharePoint
Chapter 26 Windows Azure
Part VI - Data
Chapter 27 Visual Database Tools
Chapter 28 DataSets and DataBinding
Chapter 29 Language Integrated Queries (LINQ)
Chapter 30 The ADO.NET Entity Framework
Chapter 31 Reporting
Part VII - Application Services
Chapter 32 Windows Communication Foundation (WCF)
Chapter 33 Windows Workflow Foundation (WF)
Chapter 34 Client Application Services
Chapter 35 Synchronization Services
Chapter 36 WCF RIA Services
Part VIII Configuration and Resources
Chapter 37 Configuration Files
Chapter 38 Connection Strings
Chapter 39 Resource Files
Part IX - Debugging
Chapter 40 Using the Debugging Windows
Chapter 41 Debugging with Breakpoints
Chapter 42 DataTips, Debug Proxies, and Visualizers
Chapter 43 Debugging Web Applications
Chapter 44 Advanced Debugging Techniques
Part X - Build and Deployment
Chapter 45 Upgrading with Visual Studio 2013
Chapter 46 Build Customization
Chapter 47 Assembly Versioning and Signing
Chapter 48 Obfuscation, Application Monitoring, and Management
Chapter 49 Packaging and Deployment
Chapter 50 Web Application Deployment
Part XI - Customizing and Extending Visual Studio
Chapter 51 The Automation Model
Chapter 52 Add-Ins
Chapter 53 Managed Extensibility Framework (MEF)
Part XII - Visual Studio Ultimate
Chapter 54 Visual Studio Ultimate for Architects
Chapter 55 Visual Studio Ultimate for Developers
Chapter 56 Visual Studio Ultimate for Testers
Chapter 57 Team Foundation Server
Descarga:
Professional_VisualStudio_2013
Etiquetas:
ASP .NET,
Bruce Johnson,
Debugging,
IDE,
Libros,
LINQ,
MVC,
Office Business,
Reporting,
SharePoint,
Silverlight,
Unit Testing,
Visual Studio,
WCF,
Web Forms,
WF,
Windows Forms,
Windows Store,
WPF,
Wrox
Suscribirse a:
Entradas (Atom)










