Sql Server Log Temizleme

  • Post author:
  • Post category:Genel
  • Post comments:0 Yorum

Merhaba Arkadaşlar , bazen veritabanımızda ki verilerimizin boyutu büyümeye başladıkça yer sıkıntısı çekiyoruz bu durumda veritabanının log dosyasını temizlemek durumda kalabiliriz  aşağıdaki örnek kodları sql server managment studio  sorgu penceresine…

Okumaya devam edinSql Server Log Temizleme

Create Code Snippet Using C#

Create Code Snippet Using C#

Merhaba Arkadaşlar  defalarca aynı kodları oluşturmaktan sıkıldım diyorsanız.

örnek  for  yazıp tab tab dediğiniz de

for (int i = 0; i < length; i++)
{

}

bu şekilde bir yapı çıkıyor bizde SqlIn  yada PgIns  değimizde bu gibi şeyleri yapmak istersek eğer örnek  bir şablon elinizin altında her  daim bulunması gerekiyor.

(daha&helliip;)

Okumaya devam edinCreate Code Snippet Using C#

Simple example to write PLINQ Query in C# and VB.Net

C# using System.Net.NetworkInformation; ------------------------------------------------- VB.Net Imports System.Net.NetworkInformation ---------------------------------------------------- C# List<string> sites = new List<string> { "www.orhanturk.com.tr", "www.google.com", "www.yahoo.com" }; List<PingReply> pingReplies = (from site in sites.AsParallel().WithDegreeOfParallelism(sites.Count)                            select DoPing(site)).ToList() as…

Okumaya devam edinSimple example to write PLINQ Query in C# and VB.Net

WordPress Remove Blank Line From RSS Feed – wordpress error on line 2 at column 6: XML declaration allowed only at the start of the document

  • Post author:
  • Post category:Genel
  • Post comments:0 Yorum

For whatever reason, once in a long while WordPress will just break the RSS feed. Why? God only knows. Maybe it didn’t like a plugin you just added or it…

Okumaya devam edinWordPress Remove Blank Line From RSS Feed – wordpress error on line 2 at column 6: XML declaration allowed only at the start of the document