Antrium A35D

Bir sonraki için en iyisini yap...

c#

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ı →

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ı →

web.config static redirect , web.config statik yönlendirme

Static redirect kodumuz;

   <location path="pdf/sugarcocktailbarmenu.pdf">
     <system.webServer>
       <httpRedirect enabled="true" destination="https://menu.sugarcoctailbar.com" httpResponseStatus="Permanent" />
     </system.webServer>
   </location>

Devamı →
c# iki sayının yüzde farkını bulmak, c# yüzde almak, c# yüzde bulmak

c# iki sayının yüzde farkını bulmak, c# yüzde almak, c# yüzde bulmak

40 Sayısı 123 ün yüzde kaçıdır gibi bir hesaplama gerekirse,

Aşağıdaki kod ile ilgili işlemi yapabiliyoruz.

İyi Çalışmalar.

Devamı →
web.config gelen her isteği başka siteye yönlendirme. (Site taşıma sonrası) web.config .tr alan adı site taşıma  .tr alan adı URL koruma, .tr alan adı site taşıma

web.config gelen her isteği başka siteye yönlendirme. (Site taşıma sonrası) web.config .tr alan adı site taşıma .tr alan adı URL koruma, .tr alan adı site taşıma

web.config gelen her isteği başka siteye yönlendirme. (Site taşıma sonrası)
.tr alan adı URL koruma,
.tr alan adı site taşıma.
Alan adı taşıma Sonrası URL değişimi,
.tr alan adı URL değişimi,
.tr alan adı rewrite

Web.config dosya içeriğimiz aşağıdaki gibidir.

Devamı →
Cannot use a leading ../ to exit above the top directory

Cannot use a leading ../ to exit above the top directory

Sorun Yönlendirirken ~ İşareti koymamız.

 

Devamı →

An existing connection was forcibly closed by the remote host

An existing connection was forcibly closed by the remote host

Çözümü ise;
 

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

C#,MVC,MSSQL,Windows Forms