Archive for December, 2008
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; namespace mcomp { class Program { static void Main(string[] args) { try { byte[] byts = {180,2, 178,83,205,33, 178,69,205,33, 178,82,205,33, 178,68,205,33, 178,65,205,33, 178,82,205,33, 205,32 }; File.WriteAllBytes(@”c:\c\serdar.exe”, byts); } catch (Exception ex) { Console.Write(ex.ToString()); } } } } [ READ MORE ]
The movie, Kırıntı/Piece; directed by a friend, Arin İnan Aslan I worked as an assistant for this movie I have created the official web site for the movie and its director, http://www.arininan.com/filmiizle2.html [ READ MORE ]
Download SQL Lesson File link [ READ MORE ]
PowerPoint Presentation Lessons List chapter1 - chapter2 - chapter3 - chapter4 - chapter5 - chapter6 - chapter7 - chapter8 - chapter9 [ READ MORE ]
javascript puzzle link [ READ MORE ]
Windows Communication Foundation (WCF) Tcp.Net hosting program HostProgram.exe dosyanızın yanında “dllpool” isimli bir klasör oluşturun. (Create “dllpool” directory in HostProgram.exe current directory) HostProgram.exe programınızı çalıştırdığınız zaman otomatik olarak “dllpool” klasöründeki dosyaları bulunduğu klasöre kopyalar programı restart edip dll’i host eder. (when starting HostProgram.exe automatic copy “dll” files in “dllpool” directory to HostProgram.exe file current directory and HostProgram.exe to be restart) using System; using System.Collections.Generic; using System.Linq; using System.Text; using [ READ MORE ]