Free training at Northwest Cadence
Learn about free online training sessions from Northwest Cadence, including interactive Coffee Talks on ALM, TFS 2010, and quality assurance, suitable …
Learn about free online training sessions from Northwest Cadence, including interactive Coffee Talks on ALM, TFS 2010, and quality assurance, suitable …
Guidance on troubleshooting failed servicing in TFS 2010, including schema version issues, recovery steps, and risks of database repair versus …
Explains how to use the TFS 2010 API to set the starting Work Item ID by programmatically creating and deleting items, avoiding ID conflicts with …
Compares TFS and Subversion, addressing common misconceptions, feature differences, platform support, installation, cost, and challenges for SVN users …
Explains how to create and deploy server-side event subscribers in Team Foundation Server 2010 using the ISubscriber interface to handle and process …
Explains why Active Directory groups may not sync with Team Foundation Server 2010, how to diagnose sync issues, and steps to resolve identity …
Explains how to create and customise event handlers for Team Foundation Server 2010, covering supported events for version control, builds, work …
Explains how to reconfigure a Team Build Controller in TFS 2010 to connect to a different Team Project Collection using the Administration Console and …
Learn how to identify and remove undeletable ghost build controllers in Team Foundation Server by updating build status in the database, avoiding …
Step-by-step guide to upgrading Team Foundation Server 2008 to 2010, covering database backup, migration, verification, compatibility, and …
Explains how to integrate Scrum, TFS 2010, and email to share task details, maintain history, and keep all stakeholders informed throughout project …
Step-by-step guide to upgrading from TFS 2010 RC to RTM, including backup, uninstall, install, configuration, SharePoint and build server updates, and …
Learn how to implement Scrum practices using Team Foundation Server 2010 and Visual Studio ALM, including project planning, backlog management, and …
Step-by-step guide to upgrading from TFS 2010 Beta 2 to TFS 2010 RC, including best practices, troubleshooting tips, and post-upgrade checks for …
Explains how to set up SEO-friendly permanent redirects for old URLs to new ones in ASP.NET, covering best practices and code examples for preserving …
Explains how to implement SEO-friendly permanent 301 redirects for old URLs to preserve search rankings, comparing IIS tools and custom solutions for …
Describes a career move from Aggreko to SSW, focusing on software architecture, ALM, TFS migrations, and applying productivity rules in team …
Covers the step-by-step process and team effort involved in migrating from TFS 2008 to Visual Studio 2010 Team Foundation Server Beta 2, including key …
Explains how to use a custom NinjectDataProvider in WPF to enable dependency injection for ViewModels, improving flexibility and design-time support …
Learn how to build a flexible data access layer in .NET using Unity for dependency injection, interface mapping, and factory patterns with …
Learn how to recursively find and disable all Timer controls in an ASP.NET page, even without knowing their IDs, to prevent unwanted UI updates and …
Shows how to use TFS API calls to list all files changed in a specific iteration, including querying work items and extracting changesets to a text …
Microsoft releases the first beta of Visual Studio Team System 2010, featuring new tools for architecture, testing, lab management, TFS, and a …
Shows how to create a shared UnityContainer singleton in VB.NET using the “My” namespace, enabling dependency injection across WPF and ASP.NET …
Learn how to use a .NET HTTP handler to dynamically adjust CSS file paths, ensuring images and resources load correctly across different web …
Explains how to retrieve a user or group identity from Team Foundation Server using only a display name, including handling Active Directory lookups …
Provides guidance and code examples for integrating Infragistics XamRibbon with Composite WPF, including custom region adapters for dynamic tab and …
Development of TFS Sticky Buddy 2.0 has begun, focusing on modular WPF architecture and new navigation features. Early CTP version and updates are …
Explains how to synchronise two .NET collections by applying differences, with thread safety using locks, ensuring target lists match source lists …
Learn how to build a custom WPF work item control for Visual Studio Team System, enabling WPF UI integration in work item forms using a generic …
Visual Studio 2008, .NET Framework 3.5 SP1, and Team Foundation Server 2008 Beta 1 released, featuring major improvements for developers in data, …
Explains how to use a custom IHttpHandler and handler factory in ASP.NET to redirect old URLs to a new site, preserving links and SEO with permanent …
Explains the MSB4018 "BuildShadowTask" error in TFS when using Accessors in unit test projects, its cause, and how removing .accessor files resolves …
Follow the development of a .NET 3.5 SharePoint Time Off Management app using WebParts, Workflow, InfoPath, SQL Server, and test-driven development …
A critical SharePoint migration project faces urgent deadlines after performance issues, requiring rapid deployment of a new MOSS portal to support …
Explains issues using ObservableCollection with generic types in .NET, why errors occur, and discusses workarounds and limitations when working with …
Adds two event handlers for TFS: one emails users when assigned a work item, the other notifies users when work is reassigned. Includes setup and …
Bug fixes and updates for the TFS Event Handler Prototype, now supporting .NET 3.5 and Visual Studio 2008. Includes installer refresh and event …
Explains how to identify and remove access control entries (ACLs) for deleted Active Directory accounts using .NET, including challenges and code …
Explains how to create and use extension methods in VB.NET, with an example for enhancing the XboxInfo class to display and track Xbox Live status …
Describes a .NET application that tracks users’ locations via IP, updates Active Directory, and uses LINQ for database queries, aiding internal office …
A humorous look at unrealistic job requirements for analyst programmers, highlighting the pitfalls of overloaded skill lists and offering practical …
A personal account of interviewing for a Microsoft Application Developer Consultant role, detailing the process, technical requirements, and lessons …
Guide to implementing a resilient Team Foundation Server event handler in .NET 3.5 using WCF, including service contracts, endpoints, configuration, …
Learn how to build a custom proxy class in .NET 3.0 for duplex communication, enabling maintainable code and easy updates when service interfaces …
Practical steps for improving as a developer, including ongoing learning, project work, community involvement, blogging, and embracing neurodiversity …
Explains how to configure Team Foundation Server to create SharePoint 3.0 project portals as sub-sites, including manual and automated setup steps and …
Learn how to create custom event handlers for Team Foundation Server by inheriting from AEventHandler, implementing IsValid and Run methods, and …
The first Community Technology Preview of the TFS Event Handler is delayed, with updates on framework enhancements, current progress, and pending …
Explains how Team Foundation Server process templates enable custom workflows, highlights their flexibility, and offers advice for effective …
Explains how to programmatically create and configure a WCF Service Host in .NET, including base addresses, endpoints, bindings, and service …
Explains how to handle non-serialisable Team Foundation Server exceptions in WCF by creating custom serialisable exceptions for reliable cross-service …
Advice on diagnosing and resolving Team Foundation Server speed issues, including network checks, server specifications, and common causes of slow …
Update on TFS Event Handler project progress, focusing on resolving security issues, improving error handling in WCF services, and finalising the …
Refactoring a TFS Event Handler to use MSMQ, splitting it into modular services for event queuing and handling, improving maintainability and …
Team Foundation Server EventHandler is now available on CodePlex, with ongoing updates to use Message Queuing and a Windows Service. Source code and …
Explains a simple way for power users to create, upload, and manage custom event handlers for Team Foundation Server events using an admin interface …
Explains using message queues in Team Foundation Server EventHandler to manage events reliably, ensuring no data loss during handler updates or …
Insights on adopting .NET 3.0 for new applications, its features like WPF, WF, WCF, CardSpace, and comparisons with BizTalk, plus upgrade …
Explains the benefits of .NET Framework 3.0, focusing on WCF for cleaner, more efficient code and improved developer productivity in service-oriented …
We partner with businesses across diverse industries, including finance, insurance, healthcare, pharmaceuticals, technology, engineering, transportation, hospitality, entertainment, legal, government, and military sectors.
Deliotte
Healthgrades
Alignment Healthcare
DFDS
NIT A/S
MacDonald Humfrey (Automation) Ltd.
Epic Games
Slaughter and May
Bistech
Xceptor - Process and Data Automation
Slicedbread
Boeing
Sage
Genus Breeding Ltd
Kongsberg Maritime
Hubtel Ghana
Workday
YearUp.org
New Hampshire Supreme Court
Nottingham County Council
Washington Department of Enterprise Services
Royal Air Force
Washington Department of Transport
Department of Work and Pensions (UK)
Kongsberg Maritime
Capita Secure Information Solutions Ltd
Higher Education Statistics Agency
Qualco
Teleplan
CR2