Click here to Skip to main content
15,891,033 members
Home / Discussions / WPF
   

WPF

 
Questionerror SocketError.AccessDenied on silverlight Pin
ptcnbaoduong29-Jan-12 15:17
ptcnbaoduong29-Jan-12 15:17 
AnswerRe: error SocketError.AccessDenied on silverlight Pin
Mycroft Holmes29-Jan-12 16:40
professionalMycroft Holmes29-Jan-12 16:40 
AnswerRe: error SocketError.AccessDenied on silverlight Pin
Dean Oliver29-Jan-12 18:34
Dean Oliver29-Jan-12 18:34 
AnswerRe: error SocketError.AccessDenied on silverlight Pin
Abhinav S29-Jan-12 18:54
Abhinav S29-Jan-12 18:54 
Questionsilverlight Pin
ptcnbaoduong29-Jan-12 15:16
ptcnbaoduong29-Jan-12 15:16 
AnswerRe: silverlight Pin
Dean Oliver29-Jan-12 18:30
Dean Oliver29-Jan-12 18:30 
QuestionBasic Silverlight Solution Structure Pin
Kevin Marois29-Jan-12 9:51
professionalKevin Marois29-Jan-12 9:51 
AnswerRe: Basic Silverlight Solution Structure Pin
Mycroft Holmes29-Jan-12 13:42
professionalMycroft Holmes29-Jan-12 13:42 
In our structure we have 3 solutions:
Models holding the representation of the database objects.
WCF has the DAL and references the Models.
UI has the views and VMs and also references the Models and a service reference.

Within each solution there are additional projects depending on the solution required.

Most of the business logic is in the VM with some done in the WCF solution. As most of the business logic is driven by UI interaction we do it in the VM. However there are some cases where the UI makes a decision and there is a large processing requirement, this is done at the WCF or even in stored procedures. I actually prefer procs for this but am finding the WCF and C#/Linq manipulation is fairly simple.

You can't beat a stored proc for sheer grunt whan there is a lot of data to crunch.
Never underestimate the power of human stupidity
RAH

AnswerRe: Basic Silverlight Solution Structure Pin
Abhinav S29-Jan-12 19:00
Abhinav S29-Jan-12 19:00 
Questionbinding one listview to two observablecollections Pin
Vincent Beek28-Jan-12 23:08
Vincent Beek28-Jan-12 23:08 
AnswerRe: binding one listview to two observablecollections Pin
Pete O'Hanlon29-Jan-12 2:14
mvePete O'Hanlon29-Jan-12 2:14 
AnswerRe: binding one listview to two observablecollections Pin
Abhinav S29-Jan-12 19:03
Abhinav S29-Jan-12 19:03 
QuestionLoad/Save WPF application settings Pin
Praveen Raghuvanshi27-Jan-12 7:32
professionalPraveen Raghuvanshi27-Jan-12 7:32 
AnswerRe: Load/Save WPF application settings Pin
SledgeHammer0127-Jan-12 9:31
SledgeHammer0127-Jan-12 9:31 
GeneralRe: Load/Save WPF application settings Pin
Praveen Raghuvanshi30-Jan-12 6:26
professionalPraveen Raghuvanshi30-Jan-12 6:26 
GeneralRe: Load/Save WPF application settings Pin
SledgeHammer0130-Jan-12 7:00
SledgeHammer0130-Jan-12 7:00 
AnswerRe: Load/Save WPF application settings Pin
Abhinav S28-Jan-12 22:06
Abhinav S28-Jan-12 22:06 
GeneralRe: Load/Save WPF application settings Pin
Praveen Raghuvanshi30-Jan-12 6:27
professionalPraveen Raghuvanshi30-Jan-12 6:27 
QuestionCalling WPF window from VB6 Pin
BRShroyer26-Jan-12 8:52
BRShroyer26-Jan-12 8:52 
AnswerRe: Calling WPF window from VB6 Pin
Alisaunder27-Jan-12 7:59
Alisaunder27-Jan-12 7:59 
GeneralRe: Calling WPF window from VB6 Pin
BRShroyer27-Jan-12 8:42
BRShroyer27-Jan-12 8:42 
GeneralRe: Calling WPF window from VB6 Pin
SledgeHammer0127-Jan-12 9:26
SledgeHammer0127-Jan-12 9:26 
GeneralRe: Calling WPF window from VB6 Pin
BRShroyer29-Jan-12 16:46
BRShroyer29-Jan-12 16:46 
QuestionWhy explicit Style defined in a theme Which had been applied for one control aren't update when change the Theme ?. Pin
jecaestevez25-Jan-12 7:09
jecaestevez25-Jan-12 7:09 
QuestionCould not load type 'System.Windows.Controls.VirtualizingPanel' from assembly 'System.Windows, Version=2.0.5.0 Pin
NTheOne24-Jan-12 23:09
NTheOne24-Jan-12 23:09 

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.