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

KirillOsenkov
KirillOsenkov commented Apr 17, 2020

Right now when I need to create a new website what should I choose? The templates look similar but with some differences. I think this should be documented with some good guidance for beginners.


Document Details

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

  • ID: 0b952f8a-18e1-4843-0741-6ca877fb303a
  • Version Independent ID: d80dfb96-bc86-a
server
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 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 Apr 14, 2020
  • C#
csla
joashTheCoder
joashTheCoder commented May 1, 2020

in the Documentation it says that the connectionString will be specified in the OnConfiguring like so

protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
{
optionsBuilder.UseSqlite(ConnectionString);
base.OnConfiguring(optionsBuilder);
}

and i also followed the dataIsolation sample

this is inside setupDb()

var ti =

”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 May 13, 2020
  • C#

Created by Microsoft

Released January 2002

Website
asp.net
Wikipedia
Wikipedia
You can’t perform that action at this time.