A Brief Overview of CSS Grid
| Home | Archive | Categories | Tags | About |
|
Liquibase - Once you have Liquibase going, this is the General Workflow
Visual Studio stores temporary files in lots of caches. Here are notes on those locations.
Class files are the basis of object oriented programming in VB.Net. This page describes the class declaration.
Notes about ASP.Net CodeFile tag and the CodeBehind tab shown on the Page entry at the top of the design page.
it's possible to move almost all configuration related to Serilog out of the code and into the appsettings.json file.
VarChar is used to hold a string of characters. It is a variable length string. The maximum length is 8000 characters.
A SQLDataSource control is used to bind data to a control. Myself, I perfer to use the ObjectDataSource control. But this is simpler to use.