Argon Dashboard ASP.NET Core
Start your development with a Bootstrap 4 Admin Dashboard built for ASP.NET Core framework, the newest go-to technology from Microsoft for top companies. Creative Tim partnered with Udevoffice to provide a fully coded frontend + backend solution for you. It features a huge number of components that can help you create amazing websites and brings with itself innumerable advantages: lightweight, fast, scalable and modern way to execute your next top app.
FULLY CODED COMPONENTS
Argon Dashboard ASP.NET is built with over frontend 100 individual components, giving you the freedom of choosing and combining. All components can take variations in colour, that you can easily modify using SASS files. You will save a lot of time going from prototyping to full-functional code, because all elements are implemented. This Dashboard is coming with prebuilt examples, so the development process is seamless, switching from our pages to the real website is very easy to be done.
Every element has multiple states for colors, styles, hover, focus, that you can easily access and use.
View all components here
COMPLEX DOCUMENTATION
Each element is well presented in a very complex documentation. You can check the components here and the foundation here
Example Pages
If you want to get inspiration or just show something directly to your clients, you can jump start your development with our pre-built example pages. You will be able to quickly set up the basic structure for your web project. View example pages here
Table of Contents
- Versions
- Demo
- Quick start
- Documentation
- File Structure
- Browser Support
- Resources
- Reporting Issues
- Technical Support or Questions
- Licensing
- Useful Links
Versions
HTML | NODEJS | ASP.NET Core | Laravel |
---|---|---|---|
Demo
Login | User Profile | Tables | Dashboard |
---|---|---|---|
Documentation
The documentation for the Argon Dashboard ASP.NET Core is hosted at website.
File Structure
│
│ CreativeTim.Argon.DotNetCore.Free.sln
│ docker-compose.dcproj
│ docker-compose.override.yml
│ docker-compose.yml
│ ISSUES_TEMPLATE.md
│ LICENSE
│ README.md
├───CreativeTim.Argon.DotNetCore.Free
│ │ appsettings.Development.json
│ │ appsettings.json
│ │ CreativeTim.Argon.DotNetCore.Free.csproj
│ │ Dockerfile
│ │ global.json
│ │ Program.cs
│ │ Startup.cs
│ ├───Areas
│ │ └───Identity
│ │ │ IdentityHostingStartup.cs
│ │ └───Pages
│ │ │ _ValidationScriptsPartial.cshtml
│ │ │ _ViewImports.cshtml
│ │ │ _ViewStart.cshtml
│ │ └───Account
│ │ ForgotPassword.cshtml
│ │ ForgotPassword.cshtml.cs
│ │ Login.cshtml
│ │ Login.cshtml.cs
│ │ Logout.cshtml
│ │ Logout.cshtml.cs
│ │ Register.cshtml
│ │ Register.cshtml.cs
│ │ _ViewImports.cshtml
│ ├───Controllers
│ │ HomeController.cs
│ ├───Data
│ │ │ ApplicationDbContext.cs
│ │ │
│ │ ├───Migrations
│ │ │ 00000000000000_InitialCreate.cs
│ │ │ 00000000000000_InitialCreate.Designer.cs
│ │ │ ApplicationDbContextModelSnapshot.cs
│ │ └───Seeders
│ │ IdentityDataSeeder.cs
│ ├───Infrastructure
│ │ │ BaseController.cs
│ │ │ SlugifyParameterTransformer.cs
│ │ ├───ApplicationUserClaims
│ │ │ ApplicationUserClaimsPrincipalExtensions.cs
│ │ │ ApplicationUserClaimsPrincipalFactory.cs
│ │ ├───AppSettingsModels
│ │ │ ScriptTags.cs
│ │ └───ErrorHandling
│ │ ExportModelStateAttribute.cs
│ │ ImportModelStateAttribute.cs
│ │ ModelStateHelpers.cs
│ │ ModelStateTransfer.cs
│ │ ModelStateTransferValue.cs
│ ├───Models
│ │ │ ErrorViewModel.cs
│ │ │ ProfileViewModel.cs
│ │ └───Identity
│ │ ApplicationUser.cs
│ ├───Properties
│ │ launchSettings.json
│ ├───Views
│ │ │ _ViewImports.cshtml
│ │ │ _ViewStart.cshtml
│ │ ├───Home
│ │ │ Icons.cshtml
│ │ │ Index.cshtml
│ │ │ Maps.cshtml
│ │ │ Privacy.cshtml
│ │ │ Profile.cshtml
│ │ │ Status404.cshtml
│ │ │ Status4xx.cshtml
│ │ │ Tables.cshtml
│ │ └───Shared
│ │ │ Error.cshtml
│ │ │ _CookieConsentPartial.cshtml
│ │ │ _Dropdown.cshtml
│ │ │ _ExternalScripts.cshtml
│ │ │ _Footer.cshtml
│ │ │ _Header.cshtml
│ │ │ _IdentityLayout.cshtml
│ │ │ _Layout.cshtml
│ │ │ _Navbar.cshtml
│ │ │ _NavbarUserInfo.cshtml
│ │ │ _Sidebar.cshtml
│ │ │ _ThemeScripts.cshtml
│ │ │ _ThemeStyles.cshtml
│ │ │ _ValidationScriptsPartial.cshtml
│ │ └───Auth
│ │ _Footer.cshtml
│ │ _Header.cshtml
│ │ _Navbar.cshtml
│ └───wwwroot
│ │ favicon.ico
│ ├───css
│ │ argon.css
│ │ argon.min.css
│ │ site.css
│ ├───fonts
│ │ └───nucleo
│ │ nucleo-icons.eot
│ │ nucleo-icons.svg
│ │ nucleo-icons.ttf
│ │ nucleo-icons.woff
│ │ nucleo-icons.woff2
│ ├───img
│ │ ├───brand
│ │ │ blue.png
│ │ │ favicon.png
│ │ │ white.png
│ │ ├───icons
│ │ │ └───common
│ │ │ github.svg
│ │ │ google.svg
│ │ └───theme
│ │ angular.jpg
│ │ bootstrap.jpg
│ │ profile-cover.jpg
│ │ react.jpg
│ │ sketch.jpg
│ │ team-1-800x800.jpg
│ │ team-2-800x800.jpg
│ │ team-3-800x800.jpg
│ │ team-4-800x800.jpg
│ │ vue.jpg
│ ├───js
│ │ argon.js
│ │ argon.min.js
│ │ site.js
│ ├───lib
│ │ ├───bootstrap
│ │ │ │ LICENSE
│ │ │ └───dist
│ │ │ ├───css
│ │ │ │ bootstrap-grid.css
│ │ │ │ bootstrap-grid.css.map
│ │ │ │ bootstrap-grid.min.css
│ │ │ │ bootstrap-grid.min.css.map
│ │ │ │ bootstrap-reboot.css
│ │ │ │ bootstrap-reboot.css.map
│ │ │ │ bootstrap-reboot.min.css
│ │ │ │ bootstrap-reboot.min.css.map
│ │ │ │ bootstrap.css
│ │ │ │ bootstrap.css.map
│ │ │ │ bootstrap.min.css
│ │ │ │ bootstrap.min.css.map
│ │ │ └───js
│ │ │ bootstrap.bundle.js
│ │ │ bootstrap.bundle.js.map
│ │ │ bootstrap.bundle.min.js
│ │ │ bootstrap.bundle.min.js.map
│ │ │ bootstrap.js
│ │ │ bootstrap.js.map
│ │ │ bootstrap.min.js
│ │ │ bootstrap.min.js.map
│ │ ├───jquery
│ │ │ │ LICENSE.txt
│ │ │ └───dist
│ │ │ jquery.js
│ │ │ jquery.min.js
│ │ │ jquery.min.map
│ │ ├───jquery-validation
│ │ │ │ LICENSE.md
│ │ │ └───dist
│ │ │ additional-methods.js
│ │ │ additional-methods.min.js
│ │ │ jquery.validate.js
│ │ │ jquery.validate.min.js
│ │ └───jquery-validation-unobtrusive
│ │ jquery.validate.unobtrusive.js
│ │ jquery.validate.unobtrusive.min.js
│ │ LICENSE.txt
│ ├───scss
│ │ │ argon.scss
│ │ ├───bootstrap
│ │ ├───core
│ │ └───custom
│ └───vendor
└───docs
documentation.html
Browser Support
At present, we officially aim to support the last two versions of the following browsers:
Resources
- Demo: https://argon-dashboard-asp-net.creative-tim.com/?ref=adasp-readme
- Download Page: https://www.creative-tim.com/product/argon-dashboard-asp-net?ref=adasp-readme
- Documentation: https://argon-dashboard-asp-net.creative-tim.com/docs/getting-started/overview?ref=adasp-readme
- License Agreement: https://www.creative-tim.com/license
- Support: https://www.creative-tim.com/contact-us
Reporting Issues
We use GitHub Issues as the official bug tracker for the Material Kit. Here are some advices for our users that want to report an issue:
- Make sure that you are using the latest version of the Material Kit. Check the CHANGELOG from your dashboard on our website.
- Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
- Some issues may be browser specific, so specifying in what browser you encountered the issue might help.
Technical Support or Questions
If you have questions or need help integrating the product please contact us instead of opening an issue.
Licensing
- Copyright 2019 Creative Tim (https://www.creative-tim.com)
- Licensed under MIT (https://github.com/creativetimofficial/argon-dashboard-asp-net/blob/master/LICENSE)
Useful Links
More products from Creative Tim: https://www.creative-tim.com/products
Tutorials: https://www.youtube.com/channel/UCVyTG4sCw-rOvB9oHkzZD1w
Freebies: https://www.creative-tim.com/bootstrap-themes/free
Affiliate Program (earn money): https://www.creative-tim.com/affiliates/new
Social Media:
Twitter: https://twitter.com/CreativeTim?ref=adasp-readme
Facebook: https://www.facebook.com/CreativeTim?ref=adasp-readme
Dribbble: https://dribbble.com/creativetim?ref=adasp-readme
Google+: https://plus.google.com/+CreativetimPage?ref=adasp-readme
Instagram: https://www.instagram.com/CreativeTimOfficial?ref=adasp-readme