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
- Connection String: Name it
pgconn in appsettings.json.
- Database Schema: Use lowercase table/column names for PostgreSQL (e.g.,
userid, imagepath).
- Static Assets: Ensure
wwwroot/uploads exists.
- Antiforgery: Every snippet includes
@Html.AntiForgeryToken() and automatic header inclusion.
| |