Downloads

The list below contains available whitepapers from Build Motion authors. Use the information to understand our approach and motivation to solving complex business problems with technology.

 

Whitepapers

  1. .NET 4.0 Entity Framework - Is it for real?
    .pdf file (164.69 KB)
    This document provides questions and concerns of the new .NET Entity Framework. Is it for real this time?
    Matt Vaughn
    9/1/2009 12:23:07 AM
    Tags Entity Framework
    Download
  2. Why You Should Document Your Development Environment
    .pdf file (158.22 KB)
    Is your development environment documented? If it is not, it will cost you time, money, and maybe an important deadline. Learn some reasons what and why you should document. This 5 minutes of reading could save you 5 hours or 5 days?
    Matt Vaughn
    6/11/2009 11:31:15 PM
    Download
  3. Build Motion with .NET Web Analytics
    .pdf file (252.83 KB)
    This document outlines a comprehensive approach for capturing analytic information.
    Matt Vaughn
    6/11/2009 11:31:15 PM
    Download
  4. Beyond Web Analytics
    .pdf file (209.91 KB)
    A Power Point presentation about techniques and approaches to collecting information beyond the typcial web analytic approach.
    Matt Vaughn
    6/11/2009 11:31:14 PM
    Download
  5. Build Motion with NET Application Frameworks
    .pdf file (150.53 KB)
    This document outlines why developers and architects should be concerned about using frameworks. It lists elements that are essential in almost all applications.
    Matt Vaughn
    6/11/2009 11:31:13 PM
    Download

T4 Templates

Use the following T4 Templates to create stored procedures for data access and persistence. The templates create the common CRUD procedures along with "Get" procedures using FK (foreign key) and FK groups.

  1. BuildMotion.Templates.StoredProcedures
    .zip file (171.47 KB)
    A Visual Studio 2008 project to create stored procedure T-SQL files using T4 Templates and T4Toolbox.
    Matt Vaughn
    6/15/2009 10:59:30 PM
    Download
  2. Build Motion with T4 Templates
    .pdf file (224.07 KB)
    An overview of using T4 Templates to create all CRUD stored procedures (e.g. GetAll, Selects by PK and FK(s), Insert, Update, and Delete.
    Matt Vaughn
    6/15/2009 10:59:30 PM
    Download

T4 Templates for Custom ASP.NET Provider

Use these T4 Templates to create a custom ASP.NET Provider. Microsoft provided several sample implementations of Providers (e.g., Membership, Role, and Profile). However, you can use the same pattern to create your own providers. A custom provider is configured in your web.config file and is loaded into the ASP.NET's application instance.

  1. BuildMotion.Templates.Provider
    .zip file (50.69 KB)
    T4 Templates to create the classes to implement a custom ASP.NET provider.
    Matt Vaughn
    1/28/2010 10:09:52 PM
    Download