Eric Duncan

aka eduncan911, aka Da//an

Welcome to Eric Duncan | | Help
in Search

Browse by Tags

All Tags » Computer Programming
Showing page 1 of 2 (40 total posts)
  • Managed Extensibility Framework (MEF) - Microsoft's Official Inversion of Control Container

    This new Microsoft feature in .NET Framework 4 is a programming model for reusing components, very similar to those Inversion of Control container frameworks out there that we all know and love (Castle Windsor, Structured Map, their own Unity from the Patterns and Practices team and etc).  Now, they have built their own to address the pain ...
    Posted to Eric Duncan (Weblog) by Eric A. Duncan on February 15, 2010
  • Registering MSpec runners for TestDriven.NET on Windows x64

    EDIT: MSpec v0.3 now supports TestDriven.Net's v2.24 XCopy Deployable Test Runners.  So this blog post is legacy information at this time.  Machine.Specifications (MSpec) is my preferred Behavior-Driven Design (BDD) framework for Microsoft.NET.  Aaron Jensen, the author of MSpec, released support for TestDriven.NET, xUnit, ...
    Posted to Eric Duncan (Weblog) by Eric A. Duncan on January 20, 2010
  • Windows Azure SDK for Microsoft Visual Studio November 2009

    Over this past weekend, Microsoft released an updated Windows Azure SDK dated November 2009 for Visual Studio 2008 and 2010 Beta 2.  It is great to hear this since my tinkering with with the old CTP release was a bit buggy (had to download a few hot-fixes).  Officially this SDK is known as version 20091111.1401, and released on ...
    Posted to Eric Duncan (Weblog) by Eric A. Duncan on November 16, 2009
  • Support Ticket Severity vs Priority

    All too often, I get involved with ticketing systems that have these set incorrectly.  Or, they utilize them in a different manner than what they were intended for.  Tonight, I am setting up another system and thought I would document the differences here for future references (and for my buddies that could tweak their systems). I ...
    Posted to Eric Duncan (Weblog) by Eric A. Duncan on October 4, 2009
  • Html.RenderAction for ASP.NET MVC 1.0

    The ASP.NET MVC 1.0 Futures assembly (that is not included with ASP.NET MVC 1.0) has a powerful HtmlHelper extension method called RenderAction().   It sounds similar to the Html extension method called RenderPartial() for a good reason.  RenderAction() executes an action on a controller, allowing you to move your logic out of the ...
    Posted to Eric Duncan (Weblog) by Eric A. Duncan on September 24, 2009
  • Microsoft announces WebsiteSpark

    For the first time, Microsoft is licensing a number of software and servers to startups, small businesses, and actual independent web developers - for free.  And, it lasts for three years.  Scott Guthrie tweeted today about the new WebsiteSpark Program, which is what this program is called.  Why not call it WebSpark?  I ...
    Posted to Eric Duncan (Weblog) by Eric A. Duncan on September 24, 2009
  • Type Safety with ASP.NET MVC Futures

    In this post, I will show you how to strongly type some parts of MVC to get rid of those “magic strings.”  I will also publish a few extension methods that expand upon this concept later on.  So, this is a continuation of my Mvc series that you can subscribe to. ASP.NET MVC 1.0 Futures You can download ASP.NET MVC 1.0 RTM from ...
    Posted to Eric Duncan (Weblog) by Eric A. Duncan on September 22, 2009
  • ASP.NET MVC

    I am starting a new series that will be focusing on ASP.NET MVC design patterns.  What I will be focusing on is enterprise-ready patterns and practices that scales across cloud computing, coding with type safety, and abstractions of WebForms-like server controls – using the MVC pattern.   Steve Sanders and Phil Haack have about a ...
    Posted to Eric Duncan (Weblog) by Eric A. Duncan on September 22, 2009
  • HiPE’s voice-operated Drive-N car PC w/Vista

    This old Engadget post reminds me of my Dell mini-pc I hacked up to fit in a block of foam and fans to run my XP on 12V with 80GB of MP3s and videos, with wireless (to sync from outside in the car).  Too bad I never finished the project; but, I did sell it on eBay for a few hundred bucks.  That guy wrote some flash interface for ...
    Posted to Eric Duncan (Weblog) by Eric A. Duncan on September 21, 2009
  • 8 Steps to SEO Quickly

    SEO stands for Search Engine Optimizations.  It is a term used to reference a website’s HTML source code and related metadata and url for search engine rankings.  I recently was involved with interviewing and working with a number of SEO firms here in New York City and picked up a number of quick tips that anyone fimilar with html and ...
    Posted to Eric Duncan (Weblog) by Eric A. Duncan on September 20, 2009
  • Google Chrome popups gets jiggy with it

    There are dozens of reviews for Google Chrome out there. So I will not bore you with any (except I am really liking the isolated tabs, besides the alpha issues). But, as I am doing Google Chrome testing today I noticed something interesting on how Google Chrome handles popups. Check out the video I recorded today. Interesting how ...
    Posted to Eric Duncan (Weblog) by Eric A. Duncan on September 15, 2008
  • Getting GoDaddy SSLs working in Firefox on IIS

    Upon installing your SSL certificate purchased through GoDaddy, and your Firefox users get prompted with a certificate warning of ''Unauthorized Authority'', read on for a fix using Windows 2003 Server (and R2).  This also works for any other authority that is not authorized by default in any browser.  In this article, I provide links to ...
    Posted to Eric Duncan (Weblog) by Eric A. Duncan on May 9, 2008
  • PostIcon CS Bug Fix

    With the previous release of The MiXX Collection, it was updated to work with CS 2007.  Well there is a bug in CS 2007's CSModule that no longer allows updating the ExtendedAttributes after a post is created.  In other words, the bug in the PostIcon that was introduced with 1.0 release caused a 0.jpg PostIcon to be saved at ...
    Posted to Eric Duncan (Weblog) by Eric A. Duncan on September 3, 2007
  • The MiXX Collection for Community Server (Source)

    Product: MiXX AddOns for Community Server 2007 (Source Code)Version: v1.1 About=================This project is a collection of CSModules, Server Controls, andWeb files that enhance and existing Community Server install. Currently this project is bound to CS 3.0.  I can not guarantee,nor will I support, any other ...
    Posted to CommunityServer (FileGallery) by Eric A. Duncan on September 3, 2007
  • Living with Subversion (Part 4)

    In the forth and final part of my series, Living with Subversion, I cover a number of performance tips and some Dos and Don'ts. Improving performance of TortoiseSVN The performance improvement aspect of this article targets those mainly on laptops that want to save battery life and/or slower HDD machines, or simply have just too many ...
    Posted to Eric Duncan (Weblog) by Eric A. Duncan on July 14, 2007
  • Living with Subversion (Part 3)

    In part three of Living with Subversion, we cover one of the biggest reason of this series: Using a different Merge Tool. Merging conflicts using SourceGear Vault Client's DiffMerge Now onto one of the most useful tidbits of this article, using the trusty SGDM tool that is included with SourceGear Vault Client installation.  I have ...
    Posted to Eric Duncan (Weblog) by Eric A. Duncan on July 14, 2007
  • Living with Subversion (Part 2)

    This is part duex in the series Living with Subversion, starting to get into the nit-n-gritty.  Configure your software After you install TortoiseSVN and SGV's Client, you will want to configure TortoiseSVN for a number of things.  You will access this by right-clicking on your empty desktop, going to TortoiseSVN, and then to ...
    Posted to Eric Duncan (Weblog) by Eric A. Duncan on July 14, 2007
  • Living with Subversion (Part 1)

    Friends of mine ask a lot about my custom settings for TortoiseSVN.  To make it play nicer with Visual Studio, easier (or should I say dumb-proofing) the auto-merging, performance tweaks especially on laptops, and overall tips to ensure you don't duplicate the mistakes my friends and I at Telligent have found through ...
    Posted to Eric Duncan (Weblog) by Eric A. Duncan on July 14, 2007
  • MiXX Collection and PostIcon Updated for CS 2007

    This past weekend, someone gave me a swift kick in the butt to get my MiXX Collection updated for CS 2007.  I didn't realize it was under such high demand.  Nice.  Anyhoot during this upgrade I went ahead and refactored the source to match my other code I've been working with for other clients which lays the groundwork for me to ...
    Posted to Eric Duncan (Weblog) by Eric A. Duncan on June 5, 2007
  • Dynamic Instance Names of TextFields - A work around

    As I am starting to get back into heavy Flash development after my 5+ year hiatus, I see that Macromedia has added quite a lot of interesting concepts to the newer versions of ActionScript. But the purpose of this post is to outline that Macromedia (err now Adobe) still has a lot of work to do on their ActionScript engine, specifically with ...
    Posted to Eric Duncan (Weblog) by Eric A. Duncan on March 7, 2007
1 2 Next >