Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Bijali Npgsql SnippetsNew to Visual Studio Code? Get it now.
Bijali Npgsql Snippets

Bijali Npgsql Snippets

OpalSpace26

|
41 installs
| (0) | Free
Snippet pack for Npgsql async C# patterns, JWT token-based authentication, and reusable Razor templates.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Bijali

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

  • Version 0.1.1 - Updated with cleaned imports and all TMS snippets
  • This extension contains snippets only
  • Review generated code before using it in production
  • Store secrets such as JWT keys securely
  • Source: https://github.com/pramukhprajapati17/Extension
  • Issue tracker: https://github.com/pramukhprajapati17/Extension/issues
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft