Click here to Skip to main content
15,894,646 members
Home / Discussions / WPF
   

WPF

 
QuestionData Access for dummies... Pin
Johnny J.12-Apr-11 4:03
professionalJohnny J.12-Apr-11 4:03 
AnswerRe: Data Access for dummies... Pin
Ian Shlasko12-Apr-11 4:15
Ian Shlasko12-Apr-11 4:15 
GeneralRe: Data Access for dummies... Pin
Johnny J.12-Apr-11 4:20
professionalJohnny J.12-Apr-11 4:20 
GeneralRe: Data Access for dummies... Pin
Ian Shlasko12-Apr-11 4:34
Ian Shlasko12-Apr-11 4:34 
GeneralRe: Data Access for dummies... Pin
Johnny J.12-Apr-11 5:34
professionalJohnny J.12-Apr-11 5:34 
GeneralRe: Data Access for dummies... Pin
Ian Shlasko12-Apr-11 6:28
Ian Shlasko12-Apr-11 6:28 
AnswerRe: Data Access for dummies... Pin
Abhinav S12-Apr-11 4:35
Abhinav S12-Apr-11 4:35 
AnswerRe: Data Access for dummies... Pin
Vimalsoft(Pty) Ltd12-Apr-11 21:25
professionalVimalsoft(Pty) Ltd12-Apr-11 21:25 
i am not a fan of wizards , i always do my database work myself. You said you have been writing software for 20 years and that means you have probably heard of the N-Tier architecture.

As an N-Tier Architecture evangelist, i am writing Silverlight applications and i am using that architecture. i have a BLL service and a DAL service, the DAL service with be exactly what you normally have ADO.NET and the BLL will be just consuming the public functions of the DAL and the Silverlight will consume the BLL functions like wise.

This has no performance problems and this is fast as ever and i have not experienced any problems. Silverlight does not support ado.net directly, this is because it runs on the client side. I am writing a series of articles on the N-Tier architecture in Silverlight. Check this for continuity of the subject

http://www.dotnetfunda.com/articles/article1154-building-an-ntier-architecture-application-in-silverlight-4-part-i-.aspx[^]
Vuyiswa Maseko,

Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code.

C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vuyiswamaseko.com
vuyiswa@its.co.za
http://www.itsabacus.co.za/itsabacus/

GeneralRe: Data Access for dummies... Pin
Johnny J.12-Apr-11 21:51
professionalJohnny J.12-Apr-11 21:51 
GeneralRe: Data Access for dummies... Pin
Vimalsoft(Pty) Ltd12-Apr-11 22:01
professionalVimalsoft(Pty) Ltd12-Apr-11 22:01 
AnswerRe: Data Access for dummies... Pin
V.13-Apr-11 0:41
professionalV.13-Apr-11 0:41 
QuestionMaster/Detail works but why ? and more Pin
Jean-Louis Leroy11-Apr-11 23:19
Jean-Louis Leroy11-Apr-11 23:19 
QuestionBinding List of Objects in CommandParameter Pin
NTheOne10-Apr-11 23:30
NTheOne10-Apr-11 23:30 
AnswerRe: Binding List of Objects in CommandParameter Pin
Abhinav S11-Apr-11 1:50
Abhinav S11-Apr-11 1:50 
QuestionPolyline rendering error in silverlight Pin
chenjch10-Apr-11 5:47
chenjch10-Apr-11 5:47 
QuestionWPF/VB.NET Memory Leaks - reproducible, when creating multiple RichText controls in a WPF form. Grrrrr! Pin
JohnyPoo9-Apr-11 14:54
JohnyPoo9-Apr-11 14:54 
QuestionMVVM : Assign ItemSource in View's Code Behind Pin
NTheOne8-Apr-11 23:56
NTheOne8-Apr-11 23:56 
AnswerRe: MVVM : Assign ItemSource in View's Code Behind Pin
SledgeHammer019-Apr-11 8:10
SledgeHammer019-Apr-11 8:10 
GeneralRe: MVVM : Assign ItemSource in View's Code Behind Pin
NTheOne10-Apr-11 18:15
NTheOne10-Apr-11 18:15 
GeneralRe: MVVM : Assign ItemSource in View's Code Behind Pin
Mycroft Holmes10-Apr-11 18:29
professionalMycroft Holmes10-Apr-11 18:29 
AnswerRe: MVVM : Assign ItemSource in View's Code Behind Pin
Abhinav S10-Apr-11 18:47
Abhinav S10-Apr-11 18:47 
QuestionGet Data from ViewModel in Code behind using MVVM Pin
NTheOne8-Apr-11 21:58
NTheOne8-Apr-11 21:58 
AnswerRe: Get Data from ViewModel in Code behind using MVVM Pin
Mycroft Holmes8-Apr-11 22:22
professionalMycroft Holmes8-Apr-11 22:22 
AnswerRe: Get Data from ViewModel in Code behind using MVVM Pin
Abhinav S8-Apr-11 22:35
Abhinav S8-Apr-11 22:35 
AnswerRe: Get Data from ViewModel in Code behind using MVVM Pin
SledgeHammer019-Apr-11 8:07
SledgeHammer019-Apr-11 8:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.