INT vs UniqueIdentifier

An identify value is an automatically incrementing integer that starts counting from a base seed value (such as 1, or 100, or 1000, whatever integer you choose), and increments by a value you specify, which is called an increment (such as 1, -1, 10, whatever integer you choose). The default seed is 1, and the …

Tarayıcı savaşları tam gaz!

İnternet gezginlerinin kalbinde kim yatıyor, liste nasıl değişecek? Nisan ayı tarayıcı savaşları adına ilginç geçti. Net Applications’ın verdiği araştırma sonuçlarına göre Google’ın hafif ancak kendinden emin tarayıcısı Chrome, pazar payını %0.6 oranında arttırmayı başardı. Chrome, kullanıcılara sunulduğu Eylül 2008’den beri en büyük artışı kaydetti ki bu rakam, kullanıcıların gözdesi olan Internet Explorer ve Firefox’ın Nisan …

What is the difference between Record and Field?

Field is a basic unit of data organization. Aggregates of a list of different fiels are called record. Traditional databases are organized by fields, records, and files. A field is a single piece of information; a record is one complete set of fields; and a file is a collection of records. For example, a telephone …

FIX: Error Code 29506, While installing SQL Management Studio Express on Windows Vista x64

If you have a problem regarding this issue; Just follow the instruction below: 1. Run CMD as Administrator and Approve the UAC prompt. 2. Type the full absolute path of the MSI file, Such as: C:\>E:\Downloads\SSMS_x64.msi 3. Follow your screen instruction and be happy with Windows Computing. Applies To: Windows Vista x64 editions Windows 7 …

Programcı Özdeyişleri

“JavaScript, The Good Parts” kitabının yazarı Douglas Crockford: Bir şeyin standart olması, onu her uygulamada kullanacaksınız anlamına gelmiyor. (XML gibi.) Ruby geliştiricisi Yukihiro Matsumoto: Açık kodlu proje, köpek balığına benzer. Hareket etmelidir, yoksa ölür! ObjectWatch yöneticisi Roger Sessions: İyi bir BT mimarisi çoğunlukla anlaşmazlıkların anlaşmasıdır. İyisi ve kötüsü de anlaşmazlık içerir fakat kötü mimariler, nasıl …

.NET ve C#

Bu makalemde .Net ve C# ile ilgili ayrıntılı bilgi vermekle beraber mevcüt kavram farklarına da değineceğim. C# Programlama Dili(si şarp şeklinde telafuz edilir), Microsoft’un geliştirmiş olduğu yeni nesil dilidir. Yine Microsoft tarafından geliştirilmiş .NET teknolojisi için geliştirilmiş dillerden biridir. Microsoft tarafından geliştirilmiş olsa da ECMA ve ISO standartları altına alınmıştır. C#’ın isimlendirilmesinde, bir melodi anahtarı olan C# …

Sorting Algorithms

Sorting Algorithm Animations Shows 8 different sorting algorithms on 4 different initial conditions. These visualizations are intended to: ■Show how each algorithm operates. ■Show that there is no best sorting algorithm. ■Show the advantages and disadvantages of each algorithm. ■Show that worse-case asymptotic behavior is not always the deciding factor in choosing an algorithm. ■Show …