Deep Concepts of Programming
Deep Concepts of Programming
Deep Concepts
of Programming
Agenda
Introduction 3
Implementing CRUD 4
User Interface Principles 13
Database Management 22
Application 27
3 Introduction
1. Helvetica
2. Futura
3. Garamond
4. Times
5. Arial
6. Verdana
20 Proper use of Spaces
DATABASE
MANAGEMENT
23 Use proper names
Firstname – Varchar
Age – Int
Price – Float or Double
BirthDate – Date
IsAdmin – Boolean
EntryDate - Timestamp
25 Always put primary key