1- Install the new .NET SDK to your development computer.
2- Install the new .NET Runtime to your production server.
3- Update Dockerfile
in each website.
Remove:
FROM mcr.microsoft.com/dotnet/aspnet:5.0-buster-slim AS base
curl -H "Authorization: token <ENTER_YOUR_PERSONAL_ACCESS_TOKEN>" https://api.github.com/users/ebicoglu -I
In this post, you will find the comparison table of the ABP Framework and the raw ASP.NET Framework throughput performance. For this test, we have created 2 Visual Studio test projects:
AbpPerfTest.WithoutAbp is the raw ASP.NET Framework project
AbpPerfTest.WithAbp is the ABP Framework integrated project
GitHub URL | NuGet URL | Stars | Releases | Last release | Downloads | Download Per Day |
---|---|---|---|---|---|---|
Newtonsoft.Json | Newtonsoft.Json | 10K | 65 | 1 month ago | 3B | 680K |
Dapper | Dapper | 16K | 70 | 2 years ago | 216M | 50K |
Polly | Polly | 12K | 26 | 1 year ago | 335M | 92K |
[AutoMapper](https://github.com/AutoMapper/AutoMapp |
This Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”), and conveys certain license rights to Volosoft Bilişim A.Ş and its affiliates (“Volosoft”) for Your contributions to Volosoft open-source projects. This Agreement is effective as of the latest signature date below.
Proje basit bir e-ticaret uygulaması ve toplamda 3 adet sayfadan oluşuyor. Bunlardan 1. ve 2. sayfalar ana menüden erişilebilecek, 3. sayfa ise sağ üstte yer alan "Sepetim" düğmesiyle açılacak.
Ürün yönetim sayfası: Bu sayfada yeni ürünler yaratılabilecek, düzenleme ve silme işlemleri olacak. Ürünün aşağıdaki özellikleri olacak.
I've been a passionate .NET software architect since the early 2000s. I am the co-founder of Volosoft Company, which creates open-source stuff, tools and frameworks for .NET developers.
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Threading.Tasks; | |
using Bogus; | |
using Volo.Abp; | |
using Volo.Abp.Auditing; | |
using Volo.Abp.AuditLogging; | |
using Volo.Abp.Data; | |
using Volo.Abp.DependencyInjection; |