Browse by Tags

Related Posts

  • Paired Programming at 30,000 feet

    It’s actually pretty fun. James and I were on our way back from TechEd yesterday and decided to start a small community project we’ve been talking about for awhile (and didn’t find any time through the week to work on). After a quick 20 minute discussion about some of the goals we wanted...
    Posted to Fear and Loathing (Weblog) by Bil Simser on 06-18-2006, 12:00 AM
    Filed under: General Software Development, Agile
  • Paired Programming at 30,000 feet

    It’s actually pretty fun. James and I were on our way back from TechEd yesterday and decided to start a small community project we’ve been talking about for awhile (and didn’t find any time through the week to work on). After a quick 20 minute discussion about some of the goals we wanted...
    Posted to Community Blogs (Weblog) by Anonymous on 06-18-2006, 12:00 AM
    Filed under: General Software Development, agile
  • Simple NAnt integration with Visual Studio

    Generally I use the most excellent TestDriven.NET for my building in Visual Studio as it can run tests and identify failed tests (with a context to jump to the error). Often though I have a setup (usually with a client) where they don't have the ability to run this addin or just want to build their systems...
    Posted to Fear and Loathing (Weblog) by Bil Simser on 06-06-2006, 12:00 AM
    Filed under: General Software Development, Agile
  • Clear Project List from Start Page

    Here is a nice tips to clear the Recent project list or File list from Visual Studio .Net Run--> RegEdit and navigate to HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\<your version>\ProjectMRUList delete unnecessary list. similarly for FileMRuList. Make sure not disturb other key from the...
    Posted to Suresh Behera (Weblog) by Suresh Behera on 05-31-2006, 12:00 AM
    Filed under: Commerce Server, Community News, Sharepoint, Mobile, WCF, Web Services, Windows Forms, AJAX, Vista, Visual Basic, Visual Studio, .NET FAQ, Atlas, Avalon, BCL, Biztalk, Orcas, General Software Development, IIS, Infocard, SQL Server, WinFX, WPF, WWF, C#, CLR, .Interview, .Net, Agile, Content Management Server, Crossbow, DotNet, ASP.NET
  • SharePoint Forums, the Domain Model

    Here's the Domain Model for the SharePoint Forums Code. This was built in VS2005, but there are some difficulties with the class diagram. All the collections are strongly typed, yet if you try to connect say a property called Messages (from the Topic class) to the MessagesCollection, the designer complains...
    Posted to Fear and Loathing (Weblog) by Bil Simser on 05-25-2006, 12:00 AM
    Filed under: SharePoint, General Software Development, SharePoint Forums, Agile
  • Test Driven Development guidelines done right

    Remember all the bruhaha a while ago when Microsoft published a document about their concept of Test Driven Development guidelines . We were all up in arms as they tried to define the process to match Visual Studios auto-test-generation and all that and well… it just blew. So they’ve republished...
    Posted to Fear and Loathing (Weblog) by Bil Simser on 05-18-2006, 12:00 AM
    Filed under: General Software Development, Agile
  • Removing static calls in your Repositories

    I was putting together some code this morning for a demo and saw that my Repositories started to look a little wonky. I wasn't happy with the fact that I had static methods on all of them because this would make for testing difficult. After posting the question to the DDD mailing list, a couple of good...
    Posted to Fear and Loathing (Weblog) by Bil Simser on 05-08-2006, 12:00 AM
    Filed under: General Software Development, Agile
  • Identity and your Domain Model

    I’ve been struggling with a concept today that I wanted to flesh out. I may ramble on but I think there’s a point to be had deep down here (somewhere). How often do you see a class begin its life like this: 5 public class Customer 6 { 7 private int id; 8 9 public Customer() 10 { 11 } 12 13...
    Posted to Fear and Loathing (Weblog) by Bil Simser on 04-24-2006, 12:00 AM
    Filed under: General Software Development, Agile
  • Back to basics, AreSame vs. AreEqual

    I thought I would do a little back to basics today as I was working with some people (new to unit testing) and had to explain the difference between calling Assert.AreEqual vs. Assert.AreSame. On the surface, they look identical. They both test expected and actual items and the test will fail if the...
    Posted to Fear and Loathing (Weblog) by Bil Simser on 04-17-2006, 12:00 AM
    Filed under: General Software Development, Agile
  • SharePoint Connections - Orlando - Day 4: Here we go

    Finally got to my sessions this morning. My first one was Test Driven Development with SharePoint. I did the presenter faus paux and miscalculated my time. I thought I had an hour and a half + time for questions but I only had an hour, so I didn’t get to the mocking demo. I think it was okay and...
    Posted to Fear and Loathing (Weblog) by Bil Simser on 04-05-2006, 12:00 AM
    Filed under: SharePoint, General Software Development, Agile
Page 1 of 13 (125 items) 1 2 3 4 5 Next > ... Last ยป