builder.Services.Configure(options =>{options.MultipartBodyLengthLimit = int.MaxValue;options.MultipartHeadersLengthLimit = int.MaxValue;options.ValueLengthLimit = int.MaxValue;options.BufferBodyLengthLimit = int.MaxValue;options.ValueLengthLimit = int.MaxValue;options.MultipartBoundaryLengthLimit = int.MaxValue;options.MultipartHeadersCountLimit = int.MaxValue;options.MultipartHeadersLengthLimit = int.MaxValue;}); https://stackoverflow.com/questions/38698350/increase-upload-file-size-in-asp-net-core
Modelde aynı isimde birden fazla değişken tanımlı ise bu hatayı veriyor. Değişkenlerin türleri farklı olduğu için modele ekleme yaparken hata vermiyor ancak ilerleyen süreçte ilgili modeli kullanmak istediğinizde başlıkta belirttiğim hataya düşüyor.
http://dotnet-tutorials.net/Article/upload-file-ASP-NET-MVC-javascript-ajax
https://stackoverflow.com/questions/7669404/mvc-dropdownlistfor-basic-true-false-in-view https://forums.asp.net/t/1707559.aspx?Set+dropdownlist+value+to+bool
https://uzmanim.net/soru/c-ile-asp-net-uygulamasinda-dosya-nasil-silinir/74586
https://stackoverflow.com/questions/3034986/how-to-set-a-default-value-with-html-textboxfor
https://www.codeproject.com/Questions/679323/how-to-make-mvc4-textbox-readonly