Antrium A35D

Bir sonraki için en iyisini yap...

Visual Studio when build output detailed ?

Visual Studio when build output detailed ?

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")

Devamı →

Install-Package : Unable to find package 'DevExtreme.AspNet.Core'

Çözümü  Nuget manager a local source giriyoruz.

Aşağıdaki yolu ekliyoruz.

 

Devamı →

linq Exists list , Exists kullanımı

linq exist list kullanımı aşağıdaki koddadır.

List<Parcalar> prc1 = new List<Parcalar>();
var ara1 = _context.ParcaKategoriDagilims.FromSqlRaw(sql1).ToList();

...

Devamı →

mvc core sql kullanımı , use sql query .core MVC

Öenek kod;
asp.net MVC de Sqllike ile yapılıyordu. .CORE MVC de işler değişmiş. Kod detay sayfasında.

Devamı →

click in jQuery/JavaScript on a link , Javascript mouse click

Javascript Kodu;

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();
    }
}

KULLANIMI;

Devamı →
DNS using Cloudflare Fix “Too many redirects” error after enabling Cloudflare Proxy

DNS using Cloudflare Fix “Too many redirects” error after enabling Cloudflare Proxy

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 error statusCode

 WEB CONFIG DOSYASINA EKLİYORUZ;
 


   <system.webServer>
        <httpErrors errorMode="Custom"  existingResponse="Replace">         
            <error statusCode="404" path="/" responseMode="Redirect"/> 
        </httpErrors>
    </system.webServer>

 

Devamı →

This program is blocked by group policy. For more information, contact your system administrator

This program is blocked by group policy. For more information, contact your system administrator]

[ExternalException (0x80004005): Cannot execute a program. The command being executed was "C:\Inetpub\vhosts\xxx\httpdocs\bin\roslyn\csc.exe" /shared /keepalive:"10" /noconfig  /fullpaths @"C:\Inetpub\vhosts\xxx\tmp\root\59e404a3\61b152fc\bwzuqipf.cmdline".]

WEBCONFIG;

<system.codedom>
   <!--remove all the contents here-->
</system.codedom>

Devamı →

Asp.net State Service Servis Listesinde Görünmüyor , asp.net state service missing from services

So I used "Turn Windows Features On/Off" dialog to install both IIS and ASP.NET 4.6.

Note that IIS have to be installed before .NET.


Bu yüzden hem IIS hem de ASP.NET 4.6'yı yüklemek için "Windows Özelliklerini Aç/Kapat" iletişim kutusunu kullandım. IIS'nin .NET'ten önce yüklenmesi gerektiğini unutmayın.

Kaynak: https://serverfault.com/questions/252622/asp-net-state-service-missing-from-services

Devamı →
using method 'mysql_native_password' failed with message: Access denied for user , MySqlException: Access denied for user

using method 'mysql_native_password' failed with message: Access denied for user , MySqlException: Access denied for user

using method 'mysql_native_password' failed with message: Access denied for user , MySqlException: Access denied for user 

Yukarıdaki hatayı alıyorsanız ve Tüm bilgilerin doğru olduğundan eminseniz.

C Panele giriş Yapıp;

Devamı →
Hüseyin ÖZKAN Yazılım Uzmanı

C#,MVC,MSSQL,Windows Forms