ASP.NET
ASP.NET is an open source web framework for building modern web apps and services with .NET. ASP.NET creates websites based on HTML5, CSS, and JavaScript that are simple, fast, and can scale to millions of users.
Here are 527 public repositories matching this topic...
ASP.NET Boilerplate - Web Application Framework
-
Updated
Aug 22, 2020 - C#
Create an include (something like https://github.com/dotnet/AspNetCore.Docs/blob/master/aspnetcore/includes/reservedRouting.md
With the info from https://github.com/dotnet/aspnetcore/wiki/MVC-Reserved-Keywords on routing. Be stronger, something like
These keywords should not be used for link generations, as model bound parameters, or top level properties.
Add the include to the 3
Whenever I submit a GET request to the api/public/groups endpoint, the "collections" field for each group returns "None" on every group, even if they have access to collections. I can verify that the
Build cross platform desktop apps with ASP.NET Core (Razor Pages, MVC, Blazor).
-
Updated
Aug 21, 2020 - C#
-
Updated
Jul 24, 2020 - C#
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
-
Updated
Aug 24, 2020 - C#
Provides a set of libraries which add service API versioning to ASP.NET Web API, OData with ASP.NET Web API, and ASP.NET Core.
-
Updated
Jun 22, 2020 - C#
ASP.NET Core & Angular Universal advanced starter - PWA w/ server-side rendering for SEO, Bootstrap, i18n internationalization, TypeScript, unit testing, WebAPI REST setup, SignalR, Swagger docs, and more! By @TrilonIO
-
Updated
May 26, 2019 - TypeScript
Bug
If BaGet is started in debug mode it will log:
dbug: Microsoft.EntityFrameworkCore.Model.Validation[10600]
The property 'PackageKey' on entity type 'PackageDependency' was created in shadow state because there are no eligible CLR members with a matching name.
dbug: Microsoft.EntityFrameworkCore.Model.Validation[10600]
The property 'PackageKey' on entity type 'Packa
*NEW* Asp.net Core & Vue.js (ES6) SPA Starter kit - Vuex, webpack, Web API, Docker, and more! By @TrilonIO
-
Updated
Oct 16, 2019 - Vue
DncZeus 是一个基于ASP.NET Core 3 + Vue.js(iview-admin) 的前后端分离的通用后台权限(页面访问、操作按钮控制)管理系统框架。后端使用.NET Core 3 + Entity Framework Core构建,UI则是目前流行的基于Vue.js的iView(iview-admin)。项目实现了前后端的动态权限管理和控制以及基于JWT的用户令牌认证机制,让前后端的交互更流畅。码云镜像:https://gitee.com/rector/DncZeus 。演示地址(demo):
-
Updated
Aug 7, 2020 - C#
A home for your business logic in any .NET application.
-
Updated
Aug 21, 2020 - C#
The default sorting logic of GridViewDataSet is hard-coded in GridView and it is not possible to change it easily.
We should either:
- Change the condition so the
SortCommandwill have priority (right now it is not used when GridViewDataSet is used). - Move the sorting logic to `ISortingOpti
Finbuckle.MultiTenant is a multitenancy library for ASP.NET Core. It provides functionality for tenant resolution, per-tenant app configuration, and per-tenant data isolation.
-
Updated
Aug 12, 2020 - C#
Supported scenarios and unsupported scenarios are not well explained outside the example on the README.
Improve Documentation with more examples and explanations of what will/won't work.
-
Set up Github Pages site with great documentation
-
Improve & Update README
-
XML <summary> tags on classes & methods.
SharPyShell - tiny and obfuscated ASP.NET webshell for C# web applications
-
Updated
Apr 1, 2019 - Python
ASP.NET Core 3.1 JWT Authentication API
-
Updated
Jul 19, 2020 - C#
The Web Markup Minifier (abbreviated WebMarkupMin) - a .NET library that contains a set of markup minifiers. The objective of this project is to improve the performance of web applications by reducing the size of HTML, XHTML and XML code.
-
Updated
Aug 19, 2020 - C#
SapphireDb Server, a self-hosted, easy to use realtime database for Asp.Net Core and EF Core
-
Updated
Aug 2, 2020 - C#
ASP.NET Core 2.2 JWT Authentication API
-
Updated
Oct 5, 2019 - C#
”Open棟梁”は、長年の.NETアプリケーション開発実績にて蓄積したノウハウに基づき開発した.NET用アプリケーション フレームワークです。 (”OpenTouryo” , is an application framework for .NET which was developed using the accumulated know-how with a long track record in .NET application development.)
-
Updated
Aug 6, 2020 - C#
Identity package that uses Dapper instead EntityFramework for use with .NET Core
-
Updated
Aug 16, 2020 - C#
MongoDB Data Store Adaptor for ASP.NET Core Identity
-
Updated
Jan 9, 2019 - C#
Explore the Electron.NET APIs
-
Updated
May 15, 2020 - HTML


This prevents people from enabling authorization globally in a meaningful way for Blazor applications, since while you can apply
[Authorize]globally through _Imports.Razor, that prevents you poking holes to allow individual access to unauthenticated pages.The fixes can be: