Welcome to Southworks Sign in | Join | Help

January 2007 - Posts

We have recently publicated some code snippets you can use to increase the productivity when working the Page Flow Application Block using the recommended practices. The package contains instructions to add the snippets to the guidance package, so for Read More...
This is my third "How to" article I write this month (the other two are How to: inject StateValue<T> objects using constructor injection and How to: add a base class for Web pages ). My goal with these articles is to not only help you Read More...
As Eugenio and Michael already pointed out, we have been working on getting the reference implementation built with the Web Client Software Factory and Web Service Software Factory recipes. As a result of this, we published a document that contains step-by-step Read More...
The landing page for the Web Client Software Factory is now available on MSDN . It contains useful information for those starting to play with or evaluating the factory. Check it out at: http://msdn.microsoft.com/webclientfactory You can still find the Read More...
The Web Client Software Factory has a recipe named Add View (with presenter) which automatically creates a view with presenter implementation for you. The generated code for the view looks like this: public partial class View1 : System.Web.UI. Page , Read More...
I'm extremely happy to announce that we have just released the first version of the Web Client Software Factory! Go get it from here !! It was an excellent experience working in this team. Thank you all! :) I'll post some pictures later - it's really Read More...
I just want to point you to this excellent site I use to colorize the code in my posts: http://www.manoli.net/csharpformat/ Read More...
0 Comments
Filed under:
The Composite Web Application Block included in the Web Client Software Factory has a very useful class named StateValue<T> that allows you to use the ASP.NET Session and still keep you classes testable. To use it, you just have to declare a public Read More...
Eugenio Pace , product manager of the project, has recently updated the WC-SF home page to include the release date: Release date: January 12th, 2007 Just two days! It's been a lot of work... I'm very happy to see the project being released. I Read More...
The team that was next to our workspace when I was in Redmond, has published the December 2006 release. For those who don't know what it is: The Web Service Software Factory (also known as the Service Factory) is an integrated collection of tools, patterns, Read More...
The project I'm working on, the Web Client Software Factory , is now in beta version and we are really close to RTM. Don't miss the latest drop , it includes lots of enhancements and an MSI installer. Enjoy! Read More...