Skip to content
#

ASP.NET

aspnet logo

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 472 public repositories matching this topic...

rynowak
rynowak commented Feb 7, 2020

We added LinkParser in 3.0 to replace some functionality that people used IRouter for in the past. This is briefly mentioned in the 2.2->3.0 migration docs, but we should probably have a dedicated section for it.

dotnet/aspnetcore#9728


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

  • ID:
server
dresdor
dresdor commented Jun 24, 2019

Receiving the following dump when running a prod build, but not for a dev build:

    ERROR in ClientApp/app/models/configurationexperience/cx-simulator.ts(14,21): error TS2580: Cannot find name 'require'. Do you need to install type definitions for node? Try `npm i @types/node` and then add `node` to the types field in your tsconfig.
    ClientApp/app/shared/services/availability/availabili
BaGet
loic-sharma
loic-sharma commented Jan 19, 2020

Describe the bug

BaGet must be restarted after installing a new PostgreSQL database due to the following error message:

Npgsql.NpgsqlException (0x80004005): The NpgsqlDbType 'Citext' isn't present in your database.

Work around

Restart BaGet to fix this issue.

To Reproduce

  1. Install PostgreSQL
  2. Delete BaGet's database if it exists
  3. Start BaGet
  4. Verify the P

DncZeus 是一个基于ASP.NET Core 2 + Vue.js(iview-admin) 的前后端分离的通用后台权限(页面访问、操作按钮控制)管理系统框架。后端使用.NET Core 2 + Entity Framework Core构建,UI则是目前流行的基于Vue.js的iView(iview-admin)。项目实现了前后端的动态权限管理和控制以及基于JWT的用户令牌认证机制,让前后端的交互更流畅。码云镜像:https://gitee.com/rector/DncZeus 。演示地址(demo):

  • Updated Feb 20, 2020
  • C#
csla
daisukenishino2
daisukenishino2 commented Mar 14, 2019

Requirement

Port test code to unit test project.
https://github.com/OpenTouryoProject/OpenTouryo/tree/develop/root/programs/CS/Frameworks/Tests

//**********************************************************************************
//* フレームワーク・テスト画面(部品)
//**********************************************************************************

// テスト画面なので、必要に応じて流用 or 削除して下さい。

//*******

Created by Microsoft

Released January 2002

Website
asp.net
Wikipedia
Wikipedia

Related Topics

asp vue-material angular
You can’t perform that action at this time.