VS Code Extensions
B

Bijali Npgsql Snippets

by OpalSpace26

Snippet pack for Npgsql async C# patterns, JWT token-based authentication, and reusable Razor templates.

Downloads

62

Rating

(0)

Version

0.1.2

Last updated

Jun 01, 2026

Bijali is a snippet-only VS Code extension for .NET developers working with Npgsql, JWT authentication, Razor views, and reusable MVC project scaffolds.

It currently includes:

  • 33 C# snippets
  • 19 Razor snippets
  • TMS MVC file scaffolds available through tms-* prefixes

Included snippet groups

C#

Npgsql patterns

Examples:

  • npq-execnonquery-async
  • npq-execscalar-async
  • npq-execreader-async
  • npq-crud-methods

JWT authentication

Examples:

  • jwt-settings-class
  • jwt-program-configure
  • jwt-program-addauth
  • jwt-login-action
  • jwt-protected-action

TMS MVC scaffolds

Examples:

  • tms-program.cs
  • tms-user.cs
  • tms-vm_login.cs
  • tms-authhelper.cs
  • tms-authcontroller.cs
  • tms-department.cs
  • tms-tasks.cs
  • tms-taskstatus.cs
  • tms-taskhelper.cs
  • tms-taskscontroller.cs

Razor

TMS MVC views

Examples:

  • tms-login-form - Login form with Bootstrap styling
  • tms-add-task-form - Task creation form with validation
  • tms-task-dashboard - Task management dashboard with inline editing

General Razor components

Examples:

  • npq-loader - Global Kendo loader overlay
  • npq-jog-layout - ASP.NET Core layout with Bootstrap and Kendo
  • npq-jog-register-form - Kendo registration form with validation
  • npq-jog-books-grid - Kendo books management grid
  • npq-jog-issued-books-grid - Kendo issued books management grid

How To Use

  1. Open a C# or Razor file in VS Code.
  2. Type the snippet prefix.
  3. Select the snippet from IntelliSense.
  4. Press Enter or Tab.

Notes

Related extensions