Estoy Programando

Cuando Programar es Crear y hace falta Diseñar

October, 2005

Posts
  • Estoy Programando

    NUnit vs VSTS

    • 2 Comments
    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… ...
  • Estoy Programando

    HowToUseXmlDataDocument

    • 0 Comments
    One test is better that thousand words... [TestFixture] public class XmlDataDemo { [Test] public void LoadDataSet() { EmployeeDataSet ds = new EmployeeDataSet(); ds.ReadXml(@".\..\..\Employee.xml"); Assert.AreEqual(1,ds.employee...
  • Estoy Programando

    Scrum for MSProject 2003

    Honeslty, MSProject it's not my favorite tool to track software development projects (or at least the kind of projects where I use to work). I agree Mr Spolsky about his opinion of the product, and I prefer Excel, and Shared lists to track project...
  • Estoy Programando

    Good Intentions and Abstractions

    • 1 Comments
    Do the simplest thing that could possibly work Do the simplest thing that could possibly work Do the simplest thing that could possibly work   It looks evident for every people, but we (developers) are different.   We don’t like to write simple...
  • Estoy Programando

    Ultimate Developer And Power Users ToolList

    • 0 Comments
    Every dev has it's own tool collection, Scott offers a nice categorized selection with more than 100 tools. Scott Hanselmans 2005 Ultimate Developer And Power Users ToolList From this list I have discovered new ones I would like to recommend...
  • Estoy Programando

    PrinciplesOfObjectOrientedDesign

    • 0 Comments
    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...
Page 1 of 1 (6 items)