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

NothingBug Master Snippets

PP

|
2 installs
| (0) | Free
Complete ASP.NET MVC + Kendo UI exam toolkit.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

NothingBug Master Snippets

Complete ASP.NET MVC + Kendo UI exam toolkit for rapid N-Tier development.

Snippet Catalog

Authentication

  • auth-register — Full registration form (Kendo Form, all fields, AJAX, Antiforgery, Scripts/Ready wrapping)
  • auth-login — Login form (Kendo Form, AJAX, Antiforgery, Scripts/Ready wrapping)

CRUD Management

  • crud-model — Entity model with all properties (Id, Name, Email, DOB, Age, Country, Gender, Phone, Skills, SkillsArray, ImagePath, IsActive)
  • crud-controller — Full MVC controller with Read, Create, Update, Destroy actions + Upload/SaveItemImage helpers
  • crud-grid — Kendo Grid with all columns, custom editors (DatePicker, MultiSelect, Upload), and Antiforgery transport

God Mode

  • exam-stack-full — Complete all-in-one exam solution (Entity + Repo + Controller + Grid + Register + Login)

Usage Pro-Tips

  1. Connection String: Name it pgconn in appsettings.json.
  2. Database Schema: Use lowercase table/column names for PostgreSQL (e.g., userid, imagepath).
  3. Static Assets: Ensure wwwroot/uploads exists.
  4. Antiforgery: Every snippet includes @Html.AntiForgeryToken() and automatic header inclusion.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft