Browse by Tags
All Tags »
DevTools »
Code (RSS)
I’ve been interesting in unit testing for some years now. One major aspect of unit testing is about how use designs that allows a separation of concerns so you can test your program as units (usually at class level), for this the interface basic programming
Read More...
Since gotdotnet is phased out, I'm moving all my samples to codeplex ( http://www.codeplex.com/ridocode ), including the famous FileRollerTraceListener
Read More...
If you use TFSBuilds with VS UnitTests, you know how to inspect the TestResults: you must download the whole directory to your local machine, and sometimes this folder could be pretty huge. So, if you want to check the error details of your tests, you
Read More...
Today's workshop was based on a demo to show all the vs features about testing, it covers: Unit Tests (With MockObjects) Integration Tests (Using ASP.Net Host) Functional Tests (With Web Tests) Load Tests (With testcontrollers and test agents) I've packed
Read More...
NUnit is the most popular unit tests framework for .Net. The new VSTS has a chance to replace NUnit in corporate environments, however there are some minor issues you must know before take a decission…
Read More...
Does everybody agree about the " Principles Of Object Oriented Design " ? from: http://butunclebob.com/ArticleS.UncleBob.PrinciplesOfObjectOrientedDesign "… The first five principles are principles of class design. They are: SRP The Single Responsibility
Read More...
Michael Feathers has posted a set of Unit Tests Rules http://www.artima.com/weblogs/viewpost.jsp?thread=126923 he said: A test is not a unit test if: It talks to the database It communicates across the network It touches the file system It can't run at
Read More...
My first article for microsoft.com is online. MockObjects y TDD en .Net Framework It has been published in "MSDN en Español" and based on user feedback I will plan the english version I would like to upgrade to .Net 2.0 using VSTS, but I'm waiting the
Read More...
In VS2003 I've been using AutoCode AddIn http://www.devprojects.net/autocode20.aspx to speed-up the time needed to write the same code blocks. VS2005 has a similiar feature, and here is the reference to personalize your code snippets. http://msdn2.microsoft.com/library/ms165394(en-us,vs.80).asp
Read More...
Latest versions of Cruise Control .Net includes a template to render Simian Reports. Last week I've been asked abut it. From the website: "Simian (Similarity Analyser) identifies duplication in Java, C#, C, C++, COBOL, Ruby, JSP, ASP, HTML, XML, Visual
Read More...
Ajax is becoming a popular technology, here is a nice implementation that allows you to convert from VB.Net to C# and viceversa as you type. Cool !! http://www.carlosag.net/Tools/CodeTranslator/Default.aspx
Read More...
Tomorrow I have to design an instrumentation pattern to use with BTS 2004, here is a post talking about it: Getting Started with the Enterprise Library Logging and Instrumentation Application Block in BizTalk Server 2004 [ http://blog.magenic.com/andym/archive/2005/05/02/732.aspx
Read More...
I've been using MSN Search in my desktop, finally I has found this handy query reference http://search.msn.com/docs/toolbar.aspx?t=MSNTbar_PROC_CompleteSearchSyntax.htm There are some plugins to index PDFs, ZIPs and CHMs.. a C#/Vb.NET code indexer would
Read More...
The TextWriterTraceListener provided with System.Diagnostics, has several limitations, this article discusses the implementation of a new TraceListener that allows to rotate the logs based on the current DateTime
Read More...
Macro to setup VS projects to debug it with VS
Read More...