syncfusion/aspnetmvc-ui-components-skills · Archived

syncfusion-aspnetmvc-common

**CONFIGURATION GUIDE** — Assist with Syncfusion ASP.NET MVC EJ2 components setup using HTML Helpers, script references, localization, and globalization.

First seen Jul 23, 2026

Installation

$ npx skills add syncfusion/aspnetmvc-ui-components-skills --skill syncfusion-aspnetmvc-common

Summary

  • **CONFIGURATION GUIDE** — Assist with Syncfusion ASP.NET MVC EJ2 components setup using HTML Helpers, script references, localization, and globalization.
  • Use when: installing Syncfusion.EJ2.MVC5, configuring HTML Helpers, adding script/style references, setting up culture-specific configurations.

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from syncfusion/aspnetmvc-ui-components-skills · top by installs.

npx skills add syncfusion/aspnetmvc-ui-components-skills

Browse all from syncfusion/aspnetmvc-ui-components-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Default branch master
Open issues 0
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Version34.1.29
More metadata
author
Syncfusion Inc
version
34.1.29
platform
ASP.NET MVC

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,386 B
  • docs SUMMARY.md 334 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 3 installs

SKILL.md

Syncfusion ASP.NET MVC — Common Configuration

High-level, concern-specific guidelines for Syncfusion ASP.NET MVC EJ2 component setup and configuration. Implementation examples and code snippets live in the references/ files for this concern.

When to Use

  • Starting or configuring a Syncfusion ASP.NET MVC (MVC5) project
  • Setting up HTML Helpers with proper namespace configuration
  • Verifying NuGet package dependencies and version compatibility
  • Configuring script and stylesheet references (CDN, NPM, CRG, or local)
  • Preparing localization, internationalization, and theming configurations
  • Optimizing bundle size using Custom Resource Generator (CRG)

Key Platform Differences (MVC vs Core)

  • Package: Syncfusion.EJ2.MVC5 (not AspNet.Core)
  • Pattern: HTML Helpers via @Html.EJS() in .cshtml files
  • Namespace: Added in Web.config under Views folder
  • Layout: Script references in ~/Views/Shared/_Layout.cshtml
  • Script Manager: Register @Html.EJS().ScriptManager() at end of body

Quick Checklist

✓ Install Syncfusion.EJ2.MVC5 NuGet package (includes Newtonsoft.Json, Syncfusion.Licensing dependencies) ✓ Add Syncfusion.EJ2 namespace to Web.config under Views folder ✓ Add theme CSS and EJ2 scripts to Layout.cshtml head ✓ Register ScriptManager at end of Layout.cshtml body ✓ Register license key early in Global.asax.cs Application_Start method ✓ Choose script reference method: CDN, NPM with Gulp, or CRG ✓ Configure localization files and culture settings if needed ✓ Validate by rendering a simple control (e.g., Calendar)

References

  • Getting started & installation: [references/getting-started.md](references/getting-started.md)
  • Script references & CDN: [references/script-references.md](references/script-references.md)
  • Localization & globalization: [references/localization-globalization.md](references/localization-globalization.md)