This is the base repository for cohort members to follow the tutorial and send in their own StylusDB SQL implementations. You can refer to a complete implementation ...
Public Class SqlHelper 'You need to change connection string from Web.config Private Shared ReadOnly connectionString As String = ConfigurationManager.ConnectionStrings("DbConnecion").ConnectionString ...