17.08.2020 - 21.08.2020 arası işler
- Gmail üzerinden dotnet üzerinde mail attırıyorsanız yapmanız gereken bazı ayarlar var Link Link
- Microsoft SQL Server Management Studio 18 shows the message "Cannot run when setup is in progress Link- Dapper ile scopeidentity döndürmek Link
- Storeprocedure içinde scopeidentity doğru kullanım örneği Link
- C# out parameter kullanımı Link
- IIS Redirect Link
<rule name="Force WWW and SSL" enabled="true" stopProcessing="true">
<match url="(.*)" />
<conditions logicalGrouping="MatchAny">
<add input="{HTTP_HOST}" pattern="^[^www]" />
<add input="{HTTPS}" pattern="off" />
</conditions>
<action type="Redirect" url="https://www.zzz.com/{R:1}" appendQueryString="true" redirectType="Permanent" />
</rule>
Yorumlar
Yorum Gönder