Questions tagged [scsf]

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.

From the SCSF homepage on CodePlex:

The Smart Client Software Factory is a guidance offering that provides comprehensive architecture guidance to help customers build Composite Smart Clients using the Microsoft platform (Win Forms, WPF, etc). An SCSF solution is composed of a number of discrete, independent, yet functional assemblies and components. These pieces are dynamically loaded and integrated together at runtime within a shell to form a fully coherent application.

45 questions
16
votes
5 answers

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 was to master, whether it decreased your time to…
Martin
  • 36,545
  • 20
  • 97
  • 129
4
votes
2 answers

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?
Benny
  • 7,947
  • 7
  • 53
  • 90
3
votes
1 answer

Get Active Smartpart from another smart part

I am working on customized smart client application. I want to know active smartpart from another smart part. As I am using command handler as per user demand One button "New" will be used for all forms. If I open more then one views/smartpart and…
waqar habib
  • 305
  • 3
  • 17
2
votes
2 answers

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 browser control that would access the ASP.NET website…
Headroom
  • 21
  • 1
2
votes
1 answer

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 the projects has the "Add View" menu…
Muxa
  • 5,473
  • 6
  • 43
  • 54
2
votes
1 answer

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 business logic has been duplicated throughout…
2
votes
2 answers

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 and use CAB. Well, now that it's truly dead I'm…
scubasteve
  • 2,468
  • 3
  • 32
  • 47
2
votes
2 answers

SCSF Recipe Framework Error

I am experiencing a random issue with the SCSF 2010 guidance package when I try to add a View with Presenter in my VS2010 project. This also happens when I try to add a Business Module as well. The issue seems to happen randomly because the same…
neverseenjack
  • 316
  • 1
  • 13
2
votes
1 answer

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 estimations given the technical requirements. I am…
AlejandroR
  • 4,755
  • 4
  • 31
  • 44
1
vote
1 answer

Using SCSF with visual studio 2010

I am now using SCSF 2008 April version with visual studio 2008. Now i want to convert my whole solution in visual studio 2010. So what should i do abput SCSF?
Sohag Mony
  • 487
  • 2
  • 7
  • 16
1
vote
2 answers

Thread synchronization and decoupled classes

I have 2 decoupled classes, class A and class B, these two classes communicate with each other with event publication and event subscription using Mircosoft CAB framework : public class ClassA { [EventPublication("ActionFired",…
DevTun
  • 845
  • 1
  • 7
  • 24
1
vote
1 answer

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.
Ian
  • 4,721
  • 4
  • 37
  • 62
1
vote
3 answers

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 | | ...... |-node2- | |-name - value | …
husayt
  • 12,616
  • 7
  • 45
  • 75
1
vote
1 answer

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 folder "SCSF-Apr2008" with a "lib" directory that…
Edward Tanguay
  • 176,854
  • 291
  • 683
  • 1,015
1
vote
1 answer

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 without explicitly injecting those services in the…
Muxa
  • 5,473
  • 6
  • 43
  • 54
1
2 3