Category: Tech

  • Team Foundation Server (TFS/VSTS) caching problem masquerading as a permissions problem.

    I just got off a two hour troubleshooting call with one of my clients.  I’d just done the install of their Team Foundation Server last week and everything was fine.  Then they created a bunch of Team Projects in their Team Foundation Server and they couldn’t view any of the work item queries in the…

  • Keynote @ VSTS Database Professional Launch in Waltham, MA

    Visual Studio Team Edition for Database Professionals is being released in a matter of days (11/30/2006) and Microsoft is putting on a series of launch events around the country. Want to see what it can do?  I’ve been asked to give the keynote at the Boston-area launch event. “Joining Forces: Assimilating Data Experts into the Development Team…

  • Looking for a C#, ASP.NET Developer

    I’m looking for a mid/senior-level C# / ASP.NET developer to join my project for a major financial institution in Boston, MA. The project is an n-tier app written with C#, ASP.NET, NHibernate 1.2, Visual Studio Unit Tests, and Team Foundation Server. Required Skills: NHibernate, Test-Driven Development (test first!), C#, ASP.NET, database design, object modelling Nice-to-have skills: Visual…

  • NHibernate 1.2 Beta: Stored Procedure Sample

    The NHibernate 1.2 beta has been available for download since the end of September.  Two of the big features are support for .NET generic collections and support for stored procedures.  I decided to give these features a test drive and I posted my code here.  (FYI, it’s written using Visual Studio 2005 Team Suite and uses…

  • Beantown.NET User Group (INETA) is meeting on Thursday, 11/2/2006.

    The Beantown.NET User Group (INETA) is meeting again on Thursday, 11/2/2006. http://www.beantowndotnet.org This month we have Greg Smalter from Red Stapler Software presenting on “Automatically-generated Data Access Layers”. As always, our meeting is open to everyone so bring your friends andco-workers.  If you want free pizza, send me an RSVP using the contact formon my…

  • VSLive Boston 2006 "Serious WebPart Customization" Slides

    I’ve posted the slides and code samples for my “Serious WebPart Customization” talk at VSLive Boston 2006. Download the slides here.  Download the sample code here. -Ben

  • NHibernate and VSTS/TFS at Code Camp 6

    Code Camp 6 (free conference) is happening this Saturday from 9am – 6pm at the Microsoft office in Waltham.  The session schedule  got published last night.  I’m going to be doing 2 sessions: 10:45am – 12:15 — Introduction to NHibernate 1:15pm – 2:45pm — Team Foundation Server: The Best Thing Since Sliced Bread -Ben  …

  • NHibernate & Reporting Services at Beantown.NET on 10/5/2006

    The Beantown.NET User Group (INETA) is meeting again on Thursday, 10/5/2006. http://www.beantowndotnet.org This month we have two speakers: Bill Gross will be doing a talk on SQL Server Reporting Services and I’ll be doing a talk on developing database-driven applications using NHibernate.    As always, our meeting is open to everyone so bring your friends andco-workers. …

  • Fix: Close lid on laptop changes screen resolution

    I’ve got a Dell Precision M65.  It rocks.  Dual core.  2gb’s of RAM with room for up to 4gb.  Two hard drives.  Virtual Server 2005 R2 just plain screams. Last week I downloaded and installed all the updated drivers from Dell after I started getting some blue-screens related to my wifi driver and video driver. …

  • Can't access web app from the machine that app is hosted on (aka. localhost)

    When I do development work for clients who don’t have their own development server, I set up a IIS virtual host on my server so that I can post iterations for them to review.  Every client gets its own domain name like http://clientName.benday.com.  It’s a pretty cool feature of IIS that allows you to host lots…