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

Dotnet IL Editor

      Download   Common Compiler Infrastructure (CCI) Mono Cecil ILSpy Dotnet IL Editor (DILE) IL.View Monoflector (no longer active as of April 2011) Open Source Alternatives to Reflector?   Source : http://sourceforge.net/projects/dile/

Okumaya devam edinDotnet IL Editor