All Projects → creativetimofficial → argon-dashboard-asp-net

creativetimofficial / argon-dashboard-asp-net

Licence: MIT license
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.

Programming Languages

CSS
56736 projects
SCSS
7915 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
C#
18002 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to argon-dashboard-asp-net

ct-argon-dashboard-pro-laravel
Argon Pro Dashboard For Laravel Framework 9.x and Up
Stars: ✭ 31 (-82.39%)
Mutual labels:  argon, creative-tim, argon-dashboard, argon-design
argon-dashboard-flask
Argon Dashboard - Flask Template | Creative-Tim
Stars: ✭ 52 (-70.45%)
Mutual labels:  creative-tim, argon-dashboard
Sqlserverperformancedashboard
A web-based real-time monitoring app to show performance and problems of one or more SQL Server instances
Stars: ✭ 133 (-24.43%)
Mutual labels:  asp
Apt34
APT34/OILRIG leak
Stars: ✭ 189 (+7.39%)
Mutual labels:  asp
Aspjson
A fast classic ASP JSON parser and encoder for easy JSON manipulation to work with the new JavaScript MV* libraries and frameworks.
Stars: ✭ 165 (-6.25%)
Mutual labels:  asp
Marching Cubes
Stars: ✭ 140 (-20.45%)
Mutual labels:  asp
Addressableassetswebinar
Stars: ✭ 171 (-2.84%)
Mutual labels:  asp
Hyperfastcgi
Performant nginx to mono fastcgi server
Stars: ✭ 125 (-28.98%)
Mutual labels:  asp
Falco
A functional-first toolkit for building brilliant ASP.NET Core applications using F#.
Stars: ✭ 214 (+21.59%)
Mutual labels:  asp
Mojoportal
mojoPortal is an extensible, cross database, mobile friendly, web content management system (CMS) and web application framework written in C# ASP.NET.
Stars: ✭ 159 (-9.66%)
Mutual labels:  asp
Koolshare Aliddns
Stars: ✭ 186 (+5.68%)
Mutual labels:  asp
Sensenet
Open Source Content Services Platform written in .NET
Stars: ✭ 153 (-13.07%)
Mutual labels:  asp
Aspnetcore Angular Ngrx
🚀 An ASP.NET Core WebAPI Demo with an Angular Client using Ngrx store and effects and Signalr
Stars: ✭ 141 (-19.89%)
Mutual labels:  asp
Raml Dotnet Tools
Visual Studio extension to work with RAML and OAS (OpenAPI) specifications. You can consume REST APIs, scaffold ASP.NET implementations and extract RAML specifications from existing ASP.Net apps.
Stars: ✭ 171 (-2.84%)
Mutual labels:  asp
Asp Xtreme Evolution
ASP Xtreme Evolution goal is to be a versatile MVC URL-Friendly base for Classic ASP applications with some additional features that are not ASP native. It should implement things that are common to most applications removing the pain of starting a new software and helping you to structure it so that you get things right from the beginning. Our key concepts are choice and freedom over limiting conventions, polyglotism, sustained quality, extensibility which we try to implement in a clean, maintainable and extensible way.
Stars: ✭ 136 (-22.73%)
Mutual labels:  asp
Parbad
A free, open-source, integrated and extensible library which connects your web applications to online payment gateways. Gateways can be added or developed by you.
Stars: ✭ 194 (+10.23%)
Mutual labels:  asp
Applicationinsights Dotnet Server
Microsoft Application Insights for .NET Web Applications
Stars: ✭ 130 (-26.14%)
Mutual labels:  asp
Unimgpicker
Image picker for Unity iOS/Android
Stars: ✭ 148 (-15.91%)
Mutual labels:  asp
Webshell
这是一个WebShell收集项目
Stars: ✭ 166 (-5.68%)
Mutual labels:  asp
Imagesharp.web
🌐 High Performance Image Processing Middleware for ASP.NET- Core.
Stars: ✭ 250 (+42.05%)
Mutual labels:  asp

Argon Dashboard ASP.NET Core Tweet

version license GitHub issues open GitHub issues closed

Product Image

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

HTML NODEJS ASP.NET Core Laravel
Argon Dashboard HTML Argon Dashboard Node Argon Dashboard ASP.NET Core Argon Dashboard Laravel

Demo

Login User Profile Tables Dashboard
Start page User profile page Tables page Dashboard page

View More.

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

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:

  1. Make sure that you are using the latest version of the Material Kit. Check the CHANGELOG from your dashboard on our website.
  2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
  3. 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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].