| |
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
10 Articles match "Debug","Unit Testing"
| Related DevelopMentor Courses | MORE | | Screening C# Candidates: Let’s Play 20 Questions! Without such an understanding, a developer can end up writing apps that are shot-through with problems that make the code difficult to debug and maintain. For example, someone might be called upon to build a WPF app retrieving data from a WCF service that queries a SQL database using Entity Framework with Ninject for dependency injection and MOQ for unit testing. The only way to test for those things is to perform an in-depth technical interview performed by a senior technical specialist. Furthermore, I’m looking for a developer with a thirst for knowledge. DevelopMentor Courses - Tuesday, February 28, 2012 Guerrilla.NET (UK) Training Create robust code using unit testing frameworks and mocking Simplify your service deployment with zero config services with WCF 4.0. Write modern web applications that are simpler to unit test with ASP.NET MVC. Unit Testing Using unit testing comprehensively within software development is a growing movement. Unity testing allows refactoring and maintenance with the confidence that existing functionality is not broken. Power Debugging with WinDBG For many developers debugging tools start and end with Visual Studio. DevelopMentor Courses - Tuesday, March 1, 2011 Guerrilla.NET (US) Training DI/IoC : Use powerful OO design patterns and techniques to build loosely-coupled, testable, and maintainable applications including Dependency Injection (DI), Inversion of Control (IoC), and unit testing. Debugging : Come and learn to build robust.NET applications including tools and techniques for monitoring and debugging applications in a production environment. DI/IoC : Use powerful OO design patterns and techniques to build loosely-coupled, testable, and maintainable applications including Dependency Injection (DI), Inversion of Control (IoC), and unit testing. DevelopMentor Courses - Tuesday, March 1, 2011 |
9 Articles match "Debug","Unit Testing"
| The Latest from DevelopMentor | MORE | | Screening C# Candidates: Let’s Play 20 Questions! Without such an understanding, a developer can end up writing apps that are shot-through with problems that make the code difficult to debug and maintain. For example, someone might be called upon to build a WPF app retrieving data from a WCF service that queries a SQL database using Entity Framework with Ninject for dependency injection and MOQ for unit testing. The only way to test for those things is to perform an in-depth technical interview performed by a senior technical specialist. Furthermore, I’m looking for a developer with a thirst for knowledge. DevelopMentor Courses - Tuesday, February 28, 2012 Inversion of control and WCF The are lots of reasons for doing so but in the end they mostly boil down to separation of concern which makes thing more modular and thereby easier to reuse and unit test. <%@ ServiceHost Language="C#" Debug="true" Service="WcfService7.Service1" CodeBehind="Service1.svc.cs" Lots of people like to use in inversion of control container, usually shortened to IOC, to inject dependencies into classes. One of these case is with an WCF service where WCF takes care of the service lifetime and creates new objects as needed. repo = repo; }. The Problem Solver - Tuesday, April 19, 2011 Inversion of control and WCF The are lots of reasons for doing so but in the end they mostly boil down to separation of concern which makes thing more modular and thereby easier to reuse and unit test. <%@ ServiceHost Language="C#" Debug="true" Service="WcfService7.Service1" CodeBehind="Service1.svc.cs" Lots of people like to use in inversion of control container, usually shortened to IOC, to inject dependencies into classes. One of these case is with an WCF service where WCF takes care of the service lifetime and creates new objects as needed. repo = repo; }. The Problem Solver - Tuesday, April 19, 2011 | -
| The Best from DevelopMentor | MORE | - Significant Advances in Unit Testing Windows Workflow
This post describes a unit testing library for testing Windows Workflow Foundations. Rather it's a library that can be used in conjunction with any of these testing frameworks. Download the library with sample test project here: Kennedy.WorkflowTesting.zip (216 KB). First a Little History: Last September I posted this teaser entitled Unit Testing Coming to a Workflow Near You. In that previous post, I highlighted what I could determine to be the current state-of-the-art with regard to unit testing workflows, circa September 2008. Michael C. Kennedy's Weblog - Sunday, January 18, 2009 - Inversion of control and WCF
The are lots of reasons for doing so but in the end they mostly boil down to separation of concern which makes thing more modular and thereby easier to reuse and unit test. <%@ ServiceHost Language="C#" Debug="true" Service="WcfService7.Service1" CodeBehind="Service1.svc.cs" Lots of people like to use in inversion of control container, usually shortened to IOC, to inject dependencies into classes. One of these case is with an WCF service where WCF takes care of the service lifetime and creates new objects as needed. repo = repo; }. The Problem Solver - Tuesday, April 19, 2011 - Screening C# Candidates: Let’s Play 20 Questions!
Without such an understanding, a developer can end up writing apps that are shot-through with problems that make the code difficult to debug and maintain. For example, someone might be called upon to build a WPF app retrieving data from a WCF service that queries a SQL database using Entity Framework with Ninject for dependency injection and MOQ for unit testing. The only way to test for those things is to perform an in-depth technical interview performed by a senior technical specialist. Furthermore, I’m looking for a developer with a thirst for knowledge. DevelopMentor Courses - Tuesday, February 28, 2012 - Purchasing Visual Studio 2010
Debugging & Diagnostic. Testing. Unit Testing. Test Impact Analysis. Coded UI Test. Web Performance Testing. Load Testing 1. Microsoft Test Manager 2010. Test Case Management 2. Manual Test Execution. Fast-Forward for Manual Testing. Database Unit Testing. Database Test Data Generation. Test Case Management 2. MSDN Subscription - Software for Development and Test Use 4. May require one or more Microsoft Visual Studio Load Test Virtual User Pack 2010. Plain. UML 2.0 The Blomsma Code - Tuesday, July 13, 2010 - Approval Tests (a pictures worth a 1000 tests)
Scenario 1 [Testing a User Interface] Core Concept : Component gui = createGui(); Approvals.approve(gui); This creates a snap shot of the gui: gui.received.png This passes if gui.received.png == gui.approved.png If you like the result, simply rename gui.received.png -> gui.approved.png and the test will pass. a picture is worth a 1000 tests”. Ever find that your unit tests aren’t giving you enough security? Ever find your tests test too many things and the maintenance required to change anything is actually reducing your agility? oh wait! Llewellyn Falco - Monday, October 13, 2008 - Inversion of control and WCF
The are lots of reasons for doing so but in the end they mostly boil down to separation of concern which makes thing more modular and thereby easier to reuse and unit test. <%@ ServiceHost Language="C#" Debug="true" Service="WcfService7.Service1" CodeBehind="Service1.svc.cs" Lots of people like to use in inversion of control container, usually shortened to IOC, to inject dependencies into classes. One of these case is with an WCF service where WCF takes care of the service lifetime and creates new objects as needed. repo = repo; }. The Problem Solver - Tuesday, April 19, 2011 - MDN - Augusta Developer Event, 27th of August 2009.
After working on the problem of capturing business intent in metadata and test definitions for years, she’s working with industry improvements in these areas. She’s also working on full life cycle improvements, such as unit testing, better debugging and static analysis (FxCop). The MDN meeting on the 27th of August, 2009 will be an INETA sponsored event. INETA will make arrangements for Kathleen Dollard to be able to speak to our group. Kathleen is a great speaker and authority on the subject of code generation and software composability. We aim to finish around 5pm. The Blomsma Code - Monday, July 27, 2009 %>
| | |