Posts Tagged ‘whitepaper’

Continuous Integration

Monday, December 14, 2009 7:49 1 Comment

1. Summary An important part of any software development process is getting reliable builds of the software. Despite its importance, we are often surprised when this isn’t done. (Fowler, 2006) Continuous Integration (CI) is the strategy and practice of making sure that changes to a software project’s code base are successfully built, tested, reported on, [...]

This was posted under category: whitepaper Tags: , , , , ,

SiteMap Providers

Thursday, October 30, 2008 16:20 No Comments

Task Implement a Microsoft approved strategy with regards to the usage of a sitemap provider allowing for dynamic updates without requiring a restart of the web application. Glossary of Terms The terms below are intended to provide a basic understanding of common terms and procedures used throughout the remainder of this document. Provider Model – [...]

This was posted under category: Lessons Learned Tags: , , ,

SQL Server Service Broker

Thursday, October 16, 2008 7:52 No Comments

There exists a new feature in Microsoft SQL Server 2005 called Service Broker.  With Service Broker, internal or external processes can send and receive guaranteed, asynchronous messaging by using extensions to Transact-SQL. Read More One way to utilize this feature is by implementing SQLCacheDependency within a SqlSiteMapProvider.  Thus allowing the SqlSiteMapProvider to update as changes [...]

This was posted under category: Tips & Tricks Tags: , ,