Index Archive

  • Sorting is one of the most fundamental problems in software algorithms; there are many sequential sorting algorithms with different time and memory complexities, but when it comes to parallel sort,...

    Parallel Merge Sort using Barrier

    Sorting is one of the most fundamental problems in software algorithms; there are many sequential sorting algorithms with different time and memory complexities, but when it comes to parallel sort,...

    Continue Reading...

  • http://stackoverflow.com/questions/278982/are-foreign-keys-indexed-automatically-in-sql-server I’ve used SQL script similar to paul_nielsen’s to Create Indexes for Foreign Keys and added “if not exists” condition DECLARE @SQL VARCHAR(max); SET @SQL = ” SELECT @SQL =...

    SQL Script to create indexes for Foreign keys

    http://stackoverflow.com/questions/278982/are-foreign-keys-indexed-automatically-in-sql-server I’ve used SQL script similar to paul_nielsen’s to Create Indexes for Foreign Keys and added “if not exists” condition DECLARE @SQL VARCHAR(max); SET @SQL = ” SELECT @SQL =...

    Continue Reading...

  • There are many code generation options available for CSLA .NET. This is a (probably partial) index of the options available, including both tools and templates for those tools. Some are...

    Index of code generation tools

    There are many code generation options available for CSLA .NET. This is a (probably partial) index of the options available, including both tools and templates for those tools. Some are...

    Continue Reading...