Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>suratkingNew to Visual Studio Code? Get it now.
suratking

suratking

suratking

|
3 installs
| (0) | Free
suratking
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

kendo

LoginRegister_MVC

CRUD_Repo

CRUD_MVC

Form_View

EditForm_View

GridRD_View

DropDown

Surat_Session

Final_Part1

Final_Part2

Final_Part3

Model

AuthRepo

Password

ParameterMap

Session_Layout

// NPGSQL Connetion builder.Services.AddScoped(conn => { var connection = conn.GetRequiredService().GetConnectionString("pgconn"); return new NpgsqlConnection(connection); });

// For The Session builder.Services.AddSession(option => { option.IdleTimeout = TimeSpan.FromMinutes(30); option.Cookie.HttpOnly = true; option.Cookie.IsEssential = true; }); app.UseSession();

👨‍💻 Author

Developed by Surat King

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft