Add ASP.NET Core Updates - #3
Open
arman-boyakhchyan wants to merge 6 commits into
Open
Conversation
arman-boyakhchyan
requested a review
from DevExpressExampleBot
as a code owner
August 27, 2026 03:20
There was a problem hiding this comment.
Pull request overview
Adds an ASP.NET Core DevExtreme Form example and aligns existing clients with Fluent styling.
Changes:
- Adds a .NET 8 MVC/Razor implementation.
- Switches clients to the Fluent Blue Light theme.
- Standardizes form styling and tab height.
Reviewed changes
Copilot reviewed 26 out of 30 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
.gitignore |
Preserves the ASP.NET Core CSS placeholder. |
Angular/angular.json |
Enables the Fluent theme. |
Angular/src/app/app.component.html |
Adjusts tab height. |
Angular/src/app/app.component.scss |
Updates form borders. |
React/src/App.css |
Updates form borders. |
React/src/App.tsx |
Enables Fluent and adjusts tab height. |
Vue/src/App.vue |
Enables the Fluent theme. |
Vue/src/components/FormContent.vue |
Updates tab height and borders. |
jQuery/package.json |
Adds Vite. |
jQuery/package-lock.json |
Locks Vite dependencies. |
jQuery/src/index.css |
Updates form borders. |
jQuery/src/index.html |
Enables the Fluent theme. |
jQuery/src/index.js |
Adjusts tab height. |
ASP.NET Core/.editorconfig |
Defines project formatting rules. |
ASP.NET Core/ASP.NET Core.csproj |
Configures dependencies and asset copying. |
ASP.NET Core/ASP.NET Core.sln |
Adds the solution. |
ASP.NET Core/Controllers/HomeController.cs |
Serves form and error views. |
ASP.NET Core/Models/FormData.cs |
Supplies example employee data. |
ASP.NET Core/Program.cs |
Configures the MVC application. |
ASP.NET Core/Readme.md |
Documents building and running. |
ASP.NET Core/Views/Home/Index.cshtml |
Implements the Razor form. |
ASP.NET Core/Views/Shared/Error.cshtml |
Adds the production error page. |
ASP.NET Core/Views/Shared/_Layout.cshtml |
Loads client assets and layout. |
ASP.NET Core/Views/_ViewImports.cshtml |
Imports Razor helpers. |
ASP.NET Core/Views/_ViewStart.cshtml |
Selects the shared layout. |
ASP.NET Core/appsettings.Development.json |
Configures development logging. |
ASP.NET Core/appsettings.json |
Configures logging and hosts. |
ASP.NET Core/package-lock.json |
Locks frontend dependencies. |
ASP.NET Core/package.json |
Declares frontend dependencies. |
ASP.NET Core/wwwroot/css/Site.css |
Adds a tracked CSS placeholder. |
Files not reviewed (2)
- ASP.NET Core/package-lock.json: Generated file
- jQuery/package-lock.json: Generated file
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
|
||
| ## Build and Run | ||
|
|
||
| Prerequisites: .NET 8 SDK, Node.js (for npm/gulp resource bundling). |
| dotnet build | ||
| ``` | ||
|
|
||
| Run (HTTPS on 5001, HTTP on 5000 by default): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.