<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<!-- Chart.js (v2.9.4) -->
<script src="https://cdn.jsdelivr.net/npm/chart.js@2.9.4"></script>
Tam Kod Detay Sayfasında;
PowerShell ile kurulum;
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol =
Devamı →SET;
$.cookie('myCookie', '1', { path: '/' });
Aşağıdaki Kod İle Kontrol Yapabilirsiniz;
Devamı →Aşağıdaki yol ile visual studio build detaylı olarak gösterecektir.
Tools > Options > Projects and Solutions > Build And Run > MSBuild project build output and verbosity
to "Normal" (and then later to "Detailed")
Çözümü Nuget manager a local source giriyoruz.
Aşağıdaki yolu ekliyoruz.
Devamı →
linq exist list kullanımı aşağıdaki koddadır.
List<Parcalar> prc1 = new List<Parcalar>();
var ara1 = _context.ParcaKategoriDagilims.FromSqlRaw(sql1).ToList();
...
Devamı →Öenek kod;
asp.net MVC de Sqllike ile yapılıyordu. .CORE MVC de işler değişmiş. Kod detay sayfasında.
function submitRequest(buttonId) {
if (document.getElementById(buttonId) == null
|| document.getElementById(buttonId) == undefined) {
return;
}
if (document.getElementById(buttonId).dispatchEvent) {
var e = document.createEvent("MouseEvents");
e.initEvent("click", true, true);
document.getElementById(buttonId).dispatchEvent(e);
} else {
document.getElementById(buttonId).click();
}
}
The solution was to go in the SSL/TLS settings on that domain on Cloudflare, and switch the encryption mode from Flexible (the default) to Full.
Devamı → WEB CONFIG DOSYASINA EKLİYORUZ;
Devamı →
<system.webServer>
<httpErrors errorMode="Custom" existingResponse="Replace">
<error statusCode="404" path="/" responseMode="Redirect"/>
</httpErrors>
</system.webServer>
C#,MVC,MSSQL,Windows Forms