netcomput.com
Stéphane S. Weblog - Tests
http://netcomput.com/category/continuous-integration/tests
Stéphane S. Weblog. NET Tips and Tricks. The TDD Compare to SOLID. In his article, Mark Seemann [1] deals with the TDD approach, and he wondered if the TDD is a good design Method. For attempting to answer this question, his compare TDD to S.O.L.I.D. design. 1] : Mark Seemann – The TDD apostate. 2] : Object Oriented Design Principles. Mocks, stubs, fakes & dummies. Are passed around but never actually used. Usually they are just used to fill parameter lists. 8220;The real difference between a mock and a ...
csharptechies.blogspot.com
CSharp Techies: Mock frameworks for .NET Part 2
http://csharptechies.blogspot.com/2013/10/mock-frameworks-for-net-part-2_16.html
Public string aboutme { var known = { { "C#" , "Javascript" }, { "ASP.NET", "MVC" } }; return known.ToJson(); }. Wednesday, 16 October 2013. Mock frameworks for .NET Part 2. As we have already seen the basics of Mock framework, let's look at some of Mock frameworks that are available and understand what they do or don't support. Apache License 2.0. Supported .NET Version. Http:/ nmock3.codeplex.com/. Isolater 7.4.1. Supported .NET Version. Yes (Microsoft TFS, MSBuild, Nant, Final Builder). TechCipher 0&#...
codecharm.com
CodeCharm > Reference > Tools
http://www.codecharm.com/Reference/Tools.aspx
Around about the Interwebs. Advertising SDK for Windows Phone. Visual Studio 2010, Windows Phone Developer Tools. Llewellyn Falco and Dan Gilkerson. Visual Studio 2010 Extensions. Makes unit testing complex results just dead simple. All things Bing Maps. Very useful for setting up a newly provisioned machine. If you like NuGet, you'll love Chocolatey. It's NuGet for applications (not just library packages). Visual Studio 2012 Extensions. Oct 3, 2011. Fiddler JavaScript Formatter Add-on. Oct 16, 2011.
blog.raona.com
Unit Test, ejemplo práctico - Bienvenido al blog de Raona, blog de tecnología y su valor de negocio.
http://blog.raona.com/unit-test-ejemplo
Unit Test, ejemplo práctico. En el anterior artículo Unit test: Antes o después del desarrollo? Introdujimos la creación de Unit Testing para nuestras aplicaciones. En este artículo mostraremos un ejemplo práctico para así entender qué es y cómo realizar una Prueba Unitaria. Frameworks de mocking hay muchos NSubstitute, FakeItEasy, JustMock Para el desarrollo de los ejemplos que mostraremos a continuación hemos utilizado el framework NMock3. El cajero automático de ACME Bank. El código de esta clase no s...
csharptechies.blogspot.com
CSharp Techies: October 2013
http://csharptechies.blogspot.com/2013_10_01_archive.html
Public string aboutme { var known = { { "C#" , "Javascript" }, { "ASP.NET", "MVC" } }; return known.ToJson(); }. Friday, 25 October 2013. Restricting access to a webservice in ASP.NET. Restricting access to a webservice can be done via web.config but if you would want to make the decision at runtime then here is an example of how you could achieve this. Genius ain't anything more than elegant common sense. Wednesday, 16 October 2013. Mock frameworks for .NET Part 2. Apache License 2.0. Rhino Mocks 3.6.
netcomput.com
Stéphane S. Weblog - TDD
http://netcomput.com/tag/tdd
Stéphane S. Weblog. NET Tips and Tricks. The TDD Compare to SOLID. In his article, Mark Seemann [1] deals with the TDD approach, and he wondered if the TDD is a good design Method. For attempting to answer this question, his compare TDD to S.O.L.I.D. design. 1] : Mark Seemann – The TDD apostate. 2] : Object Oriented Design Principles. Mocks, stubs, fakes & dummies. Are passed around but never actually used. Usually they are just used to fill parameter lists. 8220;The real difference between a mock and a ...