Diagrams for Visual Studio 2010.
You just don't see such great documentation and guidance from other open-source projects :)
Congratulations to the Enterprise Library Team for their release of Enterprise Library 4.0. A few enhancements and bug fixes in this release, but most importantly it comes with Unity IoC Integration.
I received a few email messages regarding my Data Access Guidance Package Screencast on PnPGuidance concerning specifying an ASP.NET Website or Web Application Project as the host. There are some known problems with this. Read more...
After several requests, I created a screencast that shows off using the Data Access Guidance Package in the Web Service Software Factory to create a Data Access Layer in a Web Client Software Factory Solution.
Generating a data access layer in my same Web Client Software Factory and Enterprise Library 3.1 Sample using the Data Access Guidance Package in the Web Service Software Factory. Read more...
Someone asked me today in the Web Client Software Factory Forums if it is possible to use the Data Access Guidance Package in Web Client Software Factory Projects, and the answer is yes! Here is how you enable it...
A deeper look into the code generated by the Data Access Guidance Package of the Web Service Software Factory. In this tutorial, I successfully complete the business logic and data access layer for retrieving a post and the categories it is assigned to in my bare-bones blog engine. This shows the retrieval of parent and child relationships via multiple resultsets using a stored procedure in a single database roundtrip. This is something you have to do manually and not provided by the Data Access
I thought I would show off the code generation and automation capabilities of the Data Access Guidance Package in the Web Services Software Factory, which is responsible for creating the data access layer for the web services. I started off creating a simple database for a pretend blog engine...