string sorgu = “select adsoyad from kullanicilar where adsoyad is not null “; SqlCommand emir = new SqlCommand(sorgu, cnn); cnn.Open(); SqlDataReader okuyucu = emir.ExecuteReader(); while (okuyucu.Read()) { //start processing… string _resimyolu = “”, yol = “”; Bitmap b = new Bitmap(1, 1); Font f = new Font(“Arial”, 24); Graphics graphics = Graphics.FromImage(b); yol = okuyucu[“adsoyad”].ToString(); … Read More “Asp.Net Image Generator” »
SELECT login_name as [Bağlı Kullanclar], count(session_id) as [Bağlantı Saysısı] FROM sys.dm_exec_sessions GROUP BY login_name Aşağıdaki procodure ile bağlı tüm kullanıcılar listelenebilir exec sp_who
Soft Reset Hard Reset Clean Boot with Application Wipe 1. Unzip the contents of the clean and wipe ZIP file, found here:https://docs.symbol.com/downloads/405Bw65xxDBA000001.zip, to the root folder of an SD card 2. Place the SD card in the device to be upgraded 3. Place the device to be upgrade an A/C power 4. Navigate to … Read More “Motorola ES400 – How to Power Down and Reset” »
Bu adrese girin çerçeve içindeki kutucuğa soundcloud daki parçanın linkini yapıştırıp OFF düğmesine tıklayın. “Right Click…” yazan yere sağ tuşa tıklayıp “Hedefi Farklı Kaydet” seçeneği ile dosyayı mp3 olarak istediğiniz yere kaydedin. Siteyi yapana teşekkürler Kaynak : www.codelama.com
Download MaintenanceSolution.sql
For PPTP : TCP 1723 UDP 1723 kaynak : www.codelama.com
ndirme Linki Eğer bilgisayarınızda net framework 4 yüklü ise http://www.microsoft.com/tr-tr/download/details.aspx?id=27756 adresinden net framework 4.0.2 güncellemesini yükleyiniz. SQL Server Express 2012 LocalDB Microsoft’un yeni veritabanı çözümü. Tek bilgisayarda tam özellikli bir sql ve kolay çoğaltma istiyorsanız çok yerinde bir çözüm.