Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • You are not going to need it

    When you are writing code it is common to think "I may need XYZ" but I am not really going to need it, Agile advocates using the available time as best as possible and if you do not really need it then why waste time ? Agile also advocates refactoring to improve and tune your code and these two concepts...
    Posted to Andrew Stopford's Weblog (Weblog) by andrewstopford on 11-14-2008, 12:00 AM
    Filed under: General Software Development, Agile
  • Agile has the answers?

    Some software approaches run in cycles Gather requirements (sometimes) Write Code Test code (sometimes) Get the requirements wrong and the requirements change midway through writing the code and your writing more code or changing code and the time scale goes up (yes even if the deadline is unmoveable...
    Posted to Andrew Stopford's Weblog (Weblog) by andrewstopford on 08-26-2008, 12:00 AM
    Filed under: General Software Development, Agile
  • Software Estimation is hard (right)?

    Martin Woodward has a great article on software estimation, why it is hard and what Agile brings to the table . The approach I have seen the most in the past is the grand old FITA analysis (Finger in The Air) estimate. Get it right and your on time, get it wrong all hell breaks loose (most of which cost...
    Posted to Andrew Stopford's Weblog (Weblog) by andrewstopford on 08-26-2008, 12:00 AM
    Filed under: General Software Development, Agile
  • How to determine object responsibility?

    Right now I'm working on a project that requires its own custom registration/authentication system and it got me thinking about object responsiblity and OO design. I'll pose this question and see what kind of opinions everyone has. I have a "User" class with the usual properties - first name, last name...
    Posted to Jason Mauss' Blog Cabin (Weblog) by jamauss on 07-17-2008, 12:00 AM
    Filed under: .NET Development, Agile, General Software Development, C#
  • Keeping an eye on your Subversion repository

    If you're like me, you like to keep an eye on what is being committed to your subversion repository. A while back, I posted how to create an RSS feed from your SVN commits . RSS feeds are cool, but CommitMonitor is cooler. This little tool sits in your system tray and notifies you when users commit changes...
    Posted to Brian Ritchie's Blog (Weblog) by brian_ritchie on 07-14-2008, 12:00 AM
    Filed under: General Software Development, Subversion, Agile
  • The First Spec You Should Write When Using Castle

    Thought this might be useful. On a new project where you're using the Castle Windsor container for Dependency Injection, this is a handy spec to have: [ TestFixture ] public class When_starting_the_application : Spec { [ Test ] public void verify_Castle_Windsor_mappings_are_correct () { IWindsorContainer...
    Posted to Fear and Loathing (Weblog) by Bil Simser on 06-04-2008, 12:00 AM
    Filed under: General Software Development, Agile, .NET, Cool Tools
  • Unit Test Projects or Not?

    It's funny how the world works. A butterfly flaps it's wings in Brazil, and a tornado forms in Texas 1,000 miles away. Phil Haack posted a poll about unit test project structure and asked the very question we've come to on our current project. Should unit tests belong in their own project or as part...
    Posted to Fear and Loathing (Weblog) by Bil Simser on 04-09-2008, 12:00 AM
    Filed under: General Software Development, Agile, .NET
  • When you apply for a job, read the job posting!

    I am constantly amazed by the number of job candidates who apply for a position without reading the job posting. We are currently hiring for three positions: Agile .NET Developer Agile .NET Developer Internship Graphics Designer All three involve *doing* something in order to be considered for the position...
    Posted to Jonathan Cogley's Blog (Weblog) by thycotic on 04-07-2008, 12:00 AM
    Filed under: .NET, Software Development, ISV, General Software Development, Agile
  • It's not SOA it's IT 2.0

    When you’re coming to implement SOA for the first time you probably focused on the application and technology aspects, but as you drill deeper and deeper into it you’ll found out that going through SOA is actually changing every aspect that your IT department is working. I personally think that we shouldn...
    Posted to Natty Gur (Weblog) by nattYGUR on 04-07-2008, 12:00 AM
    Filed under: Enterprise Architecture, Enterprise Architect daily notes, Agile, General Software Development, Web Services
  • Tip for those of you using CruiseControl.Net (CC.NET) with Perforce - error: Request too large

    I use CC.Net quite a lot now with Perforce and ClearCase and I was recently asked to help out a team who were having some problems. A CI project had been setup on CC.NET and it "seemed" to be running fine. Someone would checkin the file and the project would detect the changes. Unfortunately the files...
    Posted to John Mandia's Points of Interest (Weblog) by John_Mandia on 04-03-2008, 12:00 AM
    Filed under: Agile, Perforce, CC.NET, General Software Development
Page 1 of 11 (106 items) 1 2 3 4 5 Next > ... Last »