Not SL related But .NET World

2009-01-02 Thread Muhammad Niaz
Hi All, This is not SL related question, but .NET :P related. Here is the scenario. Suppose I have 4 Projects in one solution. DTOs DAL BLL UI This is a normal N Tiers App. So what is the problem here I am explaining. I call BLL

Re: SL in Offline World

2009-01-02 Thread Sam Lai
Offline Support varies in Scope, what exactly do you need it to do? Isolated Storage + LINQ can handle a lot of the office synchronization requirements and then some? that's assuming all the clients have MSOffice installed... I think Scott means office as in work, not office as in MS Office

RE: Not SL related But .NET World

2009-01-02 Thread Muhammad Niaz
Ok Miguel, I agree with you about Entry Point of App but in case of if Layers are on the same machine. But when they are different machines like WebServices (have BLL as you ask). But I think in that case we only have WSDL I think so. ? Just calling of the WebMethods.? I am not getting

RE: Not SL related But .NET World

2009-01-02 Thread Miguel Madero
In the case of ASP.NET each website will be a different entry point so each website will have a different web.config. Let's say you have two machines (UI and BLL) and you request the default.aspx on the first website (http://uimachine/Default.aspx) and this in turns call a webservice

RE: Not SL related But .NET World

2009-01-02 Thread Muhammad Niaz
Wao you are there.;) Thanks again Muhammad Niaz Sr. Software Engineer +92 321 569 4195 From: Miguel Madero [mailto:m...@miguelmadero.com] Sent: Friday, January 02, 2009 8:14 PM To: OzSilverlight@ozsilverlight.com Subject: RE: Not SL related But .NET World In