0
votes
2answers
22 views
WCSF reading materials
Hi All,
Please suggests good articles which helps in grasping concepts of wcsf architecture, usage with a possible demonstration.
Regards,
Justin Samuel.
0
votes
1answer
136 views
How to create a custom template for WCSF (.NET 2.0)?
I'm new to the WCSF and can't seem to find anything related to "building a custom template" for creating the views/presenters/code-behinds/etc with your own flavor ...
Can anyone point me in the …
1
vote
2answers
92 views
What is the Controller for in WCSF?
I am still trying to get my brain wrapped around MVP. What should I use the controller class for? Is that where I access data resources?
0
votes
0answers
11 views
Achieving unit testability of Presenter while using CSLA Framework with WCSF
The WCSF uses Model View Presenter (MVP) pattern for organizing/structuring the source code for a website. When MVP pattern is used correctly, it provides seperation of concerns, unit testability of …
1
vote
1answer
90 views
Why use WCSF(Web Client Software Factory) for building asp.net web applications?
WCSF is a software factory recommended from microsoft for developing web based applications. I feel that some thought is required on below before commiting to a software foctory:
What is it?
What …
0
votes
2answers
225 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
0answers
24 views
Rhino Igloo vs. WCSF
Hi All,
I'm trying to implement the MVP pattern on web forms. I have two options to go with,
Rhino Igloo and WCSF. Which way you recommend to go with.
BTW, ASP.NET MVC or MonoRails is not an option …
0
votes
0answers
113 views
Can we use Web Service Software Factory together with Web Client Software Factory?
Hi
I have past experience with WCSF but no experience with WSSF
We built a project on .NET 3.5 with WCSF and standard web forms (not asp.net mvc).
The requirement for the next version is to provide …
4
votes
1answer
201 views
Is WCSF for me?
I have a 3-man .NET web shop. Over the years we've developed a number of tools for content management, blogging, e-commerce, social network, and so on. We've never really modularized the software, …
0
votes
1answer
54 views
Automatic model binding in asp.net
I've been using asp.net mvc and I like the facility given by UpdateModel & TryUpdateModel. Now I'm developing an application using the Web Client Software Factory. Are there any model binders I …
0
votes
1answer
57 views
Modifying Web Client Software Factory generation templates to use web application project
Hi,
By default the WCSF uses the web site model but I would like to change it to use the web application model. How can I achieve this?
0
votes
2answers
148 views
Web Client Software Factory Unit Testing Big Fail
Hello,
it is me again...too much question, I know, but in this I'm kind of a newbie...
Well, I have a problem creating test for a project that is built using Microsoft's Web Client Software Factory: …
2
votes
4answers
573 views
Is .NET WCSF the way to go?
We are in the process of building a web site which would display news headlines and news. It would be a public site to start with but going forward might include portal functionalities like …
2
votes
4answers
168 views
How can I make a framework for quickly building similar, but different, sites?
I have the need to build lots of sites that are very similar, but not exactly the same, using ASP.NET 2.0.
I'm trying to find the best way to make generating these sites quick and easy.
The sites …
5
votes
4answers
1k views
ASP.NET MVC vs. Web client software factory (WCSF)
I have recently been doing a bit of investigation into the different types of Model View architectures, and need to decide which one to pursue for future in-house development. As I'm currently working …
