Tagged Questions

The Smart Client Software Factory (SCSF) is a guidance offering that provides architecture guidance to help developers build Composite Smart Clients using the Microsoft platform.

learn more… | top users | synonyms

7
votes
5answers
2k views

Experiences of the Smart Client Software Factory

Has anyone had any experience in building a 'real world' application with the Smart Client Software Factory, from Microsofts Patterns and Practices group? I'm looking for advice on how difficult it ...
3
votes
1answer
302 views

Is MS SCSF-CAB framework outdated, is there a better framework now?

Seems no more discussion about MS SCSF-CAB, is this framework outdated? is there a better framework?
2
votes
1answer
341 views

Formula to estimate time to build SCSF-CAB / WPF-Composite

In my company management is looking for screen-pumping-machine/production-line-factory for data centric (form entry) windows apps. And I am for the task to build the tool that should automate the ...
2
votes
2answers
373 views

Can I host an ASP.NET application in a CAB WinForms application?

I have a .NET 2.0 WinForms application that was developed using the Composite Application Block and Smart Client Software Factory. I'm considering the development of a module that would contain a ...
2
votes
1answer
335 views

What is the best practice for domain model re-use in composite applications?

We have a composite application built using the Composite UI Application Block (CAB)/Smart Client Software Factory (SCSF). To date, each module in our composite app has used its own set of DTO's, and ...
1
vote
1answer
80 views

CAB: Get service instance without having a reference to WorkItem

Is it possible to get an instance of a service without having a WorkItem context? I have a some classes that need to access some services, and i'm wondering if it's possible to get those services ...
1
vote
2answers
133 views

How to Shift from MVP pattern to SCSF CAB pattern?

I have designed and developed my application in MVP Pattern. I have not used any software factory to achieve this. Now i want to shift to SCSF pattern and CAB structure. I need to know if it can be ...
1
vote
2answers
307 views

CAB/SCSF Command vs Events

What is the difference between the Commands and the Events in CAB? There seem to do the same thing, when is the command intent to be used and the events?
1
vote
1answer
102 views

Unable to add a view to some projects using Smart Client Factory 2010

I used to be able to add a view using the Smart Client Factory context menu in solution manager. However now the only option available is "Create Disconnected Service Agent". Having said that one of ...
1
vote
0answers
78 views

SCSF Calling services asynchronously

are there any best practices for calling SCSF services asynchronously? Particularly I'm interesting in: Executions of requests in background; Cancellation support; Reporting progress. Currently I ...
1
vote
2answers
164 views

Composite Application Block - Is there a suitable replacement available?

I have two very large WinForm applications built on the now dead Composite Application Block ("CAB") from Microsoft Patterns & Practices. I was an earlier adopter and jumped in first to embrace ...
1
vote
3answers
236 views

Are there any good tutorials for using SCSF?

I am wanting to look into the Smart Client Software Factory (SCSF) as I have been advised it may provide a good solution to a project I am looking into. Can anybody point me towards any good ...
1
vote
1answer
114 views

SCSF: Save and Load Layout of application

i am using SCSF framework and SCSF contrib to add docking support in my application. i want to save the layout of opened views so that i can restore them on application start. how can i do this
1
vote
1answer
231 views

SCSF: Append Messages into LogView. using Event publication

I created a new View (LogView) in Infrastructure.Module project. This view will be used as LogViewer like output window in VS. i want to write different status messags in this LogView from different ...
1
vote
1answer
212 views

Dialog box in SCSF

Is there any reference implementation of a SCSF/CAB where a lookup popup window is created from the Shell and data is send over between the main shell and the pop-up window. How to implement this ...
1
vote
1answer
325 views

where can I get Microsoft.Practices.SmartClient.DisconnectedAgent.dll?

I'm rebuilding a project that uses: Microsoft.Practices.SmartClient.DisconnectedAgent.dll And I can't find it anywhere as a download: Smart Client Software Factory – April 2008 - this creates the ...
1
vote
2answers
335 views

SCSF vs Acropolis

What's the different between SCSF and Acropolis ?
0
votes
0answers
42 views

Winform application randomly minimizes itself [closed]

our Winforms/SCSF application - after clicking a button on a dialog - randomly minimizes itself to the Windows tray. Flow: opening a dialog doing something clicking on Cancel or OK dialog closes ...
0
votes
1answer
40 views

Assembly file \\sv-db1\server\bin\file:\\sv-db1\server\bin\shell.exe was not found

We have installed C# 3.5 application in the server. and installed the client app in each client using Map drive. All exes are opening fine from Main.exe in the server. (main.exe developed using ...
0
votes
1answer
25 views

Why would vshost work when my application doesn't?

I am attempting to debug an error while loading my x64 application and am receiving an "MyAPP has stopped working" immediately before the first line of code in main(). What I am wondering is why when ...
0
votes
0answers
14 views

SCSF Services question

Quick question (and my last today about SCSF) about what Services are intended to be used for. Services exist within the WorkItem, so I assume they are supposed to provide UI services specifically. ...
0
votes
0answers
30 views

SCSF/CAB programmatically add CommandHandler

Is there a way to do this: [CommandHandler("ACommand")] public void DoACommand(object sender, EventArgs e) { //DoSomething } programmatically ? I don't want to use an attribute as "ACommand" ...
0
votes
0answers
11 views

In SCSF/CAB Can I ask the framework for the workitem containing “this” smartpart?

I'm looking for something like: WorkItem item = CompositeUI...GiveMeTheWorkItem(this); The code I've inherited is injecting the root workitem into everything which seems a bit long winded.
0
votes
1answer
79 views

Composite UI Application for asp.net

Do we have Composite UI Application equivalent for asp.net MVC? Can SCSF be used with ASP.NET ?
0
votes
1answer
222 views

MVP Implimentation - Smart Client Software Facotry (SCSF) vs. The MVC# Framework

I came across these two tools to help in implementing the MVP pattern in Microsoft .NET: Architecting Applications for the Enterprise. The book just has a few paragraphs about them, so I'd like to ...
0
votes
2answers
267 views

SCSF / CAB - Module & View Loading Best Practice?

I have a team who is architecting a complex rich client user interface on CAB/SCSF. One of the design elements we're considering is the dynamic loading of the CAB modules and potentially the CAB ...
0
votes
1answer
43 views

Telerik .tssp not getting applied

The theme package .tssp created locally it not getting applied for a radgridview.Please help ThemeResolutionService.LoadPackageFile(@"C:\LeNin\My Document\\xyz.tssp"); ...
0
votes
1answer
80 views

Logging errors in SCSF

I'm quite new to SCSF. So, I'm developping a SCSF Winforms in C# (using May 2007 version in VSNet 2005 Fwk2.0, I can't use new version). I've implemented a Business module. What is the best practise ...
0
votes
1answer
78 views

Targeting .NET 2.0 solution with SCSF-CAB

My team is starting a new LOB WinForms app and I'm evaluating architectural solutions. We are able to develop with VS2008, but we have to target .NET 2.0. I'd like to use SCSF-CAB (April 2008), but ...
0
votes
1answer
164 views

SCSF custom Dependency Injection

I'd like to enhance/mimic the dependency injection done by the object builder to include some custom properties the standard way is in mySmartPart.cs [CreateNew] MyPresenter ABC { .... } ...
0
votes
1answer
512 views

SCSF: display view from another view against button click

i am facing one problem in SCSF. I have two workspaces MdiWorkspace DeckWorkspace i have two views in a module Viewer (display in mdiworkspace) Property Viewer (in deckworkspace) in Viewer i ...
0
votes
1answer
383 views

Smart client software factory view activation problem

Im using smart client software factory in our application i created one workspace dynamically,based on that i can create n numbers of views.the view is modal dialog and i have used some window ...
0
votes
3answers
167 views

the best way to store tree like information in app.config

What would be the best way to store a tree like the one below in app.config and how would I deserialize this information from it? Tree |-node1- | |-name - value | |-name - value | | ...
0
votes
2answers
457 views

Can the Presenter of Web Client Software Factory(WCSF) and Smart Client Software Factory(SCSF) shared and how?

Web Client Software Factory(WCSF) and Smart Client Software Factory(SCSF) both use MVP pattern. M-Model can be shared. V-View has to be different as both are on different platform(Desktop/Web). I ...
0
votes
1answer
677 views

Is it possible to display a modal window in SCSF application at the center of the screen

In SCSF application I would like to display a view as a modal window at the center of the screen. Is it possible to do that? WindowSmartPartInfo doesn't have any option for setting screen postion. ...