Posts Tagged ‘whitepaper’
Continuous Integration
Monday, December 14, 2009 7:49 1 Comment1. 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, [...]
SiteMap Providers
Thursday, October 30, 2008 16:20 No CommentsTask 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 – [...]
SQL Server Service Broker
Thursday, October 16, 2008 7:52 No CommentsThere 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 [...]