10 2017 档案
摘要:http://www.cnblogs.com/jiagoushi/p/4051270.html
阅读全文
摘要:http://www.cnblogs.com/dudu/tag/OAuth/
阅读全文
摘要:https://docs.microsoft.com/en-us/aspnet/aspnet/overview/owin-and-katana/owin-oauth-20-authorization-server
阅读全文
摘要:nuget安装Swashbuckle包 修改SwaggerConfig文件 给接口添加注释,即可看到参数及方法描述了 http://www.cnblogs.com/softidea/p/5728843.html
阅读全文
摘要:Installation¶ There are a couple of packages for Hangfire available on NuGet. To install Hangfire into your ASP.NET application withSQL Server storage
阅读全文
摘要:protected override void OnModelCreating(DbModelBuilder modelBuilder) { modelBuilder.Entity().HasKey(t => t.ProductID); modelBuilder.Entity().Property(t => t.ProductID) .HasColumnName(...
阅读全文
摘要:https://marketplace.visualstudio.com/items?itemName=ConnieYau.NETPortabilityAnalyzer
阅读全文
摘要:Add-Migration -Name Bisaiupdate-database EF迁移设置的最后一步是在包管理器控制台中输入命令“add-migration InitialMigration -IgnoreChanges”。“InitialMigration”(高亮的黄色)是您想要给当前迁移的名
阅读全文
摘要:https://www.microsoft.com/zh-cn/store/p/nuget-package-explorer/9wzdncrdmdm3?ocid=badge&rtc=1
阅读全文
摘要:https://github.com/ghostchina/Ghost-zh
阅读全文
摘要:ContainerBuilder builder = new ContainerBuilder(); builder.RegisterGeneric(typeof(Repository)).As(typeof(IRepository)); Type baseType = typeof(IDependency); // 获取所有相关类库的程序集 Assembly[] assemblies = ....
阅读全文
摘要:https://aspnetboilerplate.com/Pages/Documents/Zero/Startup-Template-Core Introduction The easiest way of starting a new project using ABP with ASP.NET
阅读全文