[프로젝트 파일]
(*Package Download 필요 / Audo.- packages.config 있음)
WPF 로 만든 간단 주소록 예제 (version 0.5, ~ing)
Feature.
1. 주소록 리스트
2. 개인별 조회
3. 양방향 바인딩({Binding Mode=TwoWay})
4. SQLite 연동
5. DB 파일은 D:\SqliteDB\PilotContacts\ 아래 복사하거나 App.config 파일의 connectionStrings 을 수정
6. Excel export / import 기능 추가
(keyword : ListView 예제, Binding 예제, SQLite 예제)
[GitHub Link] - 업데이트시 github 에 merge
https://github.com/shaunliz/wpf-simple-contacts
'wpf' 카테고리의 다른 글
MSSQL, Entity Framework, Linq 기본 - DataGrid 컨트롤에서 SQL Server 데이터베이스의 데이터 표시 (0) | 2015.12.15 |
---|---|
XAML 개요(WPF) (0) | 2015.12.11 |
데이터 바인딩 개요 (0) | 2015.11.30 |
WPF ? (0) | 2015.11.23 |
동기화된 Thread - 'Invoke()' (0) | 2015.11.23 |