Welcome to MSDN Blogs Sign in | Join | Help

May 2005 - Posts

How do you handle dev/test/prod connection strings when doing an App. Diagram?

This was a question from one of a Microsoft Regional Director. The answer, ala Bill Gibson: Database connection strings will most likely be replaced during deployment as they include information that is related to the actual location of a database. Production
Posted by a_pasha | 2 Comments

Enteprise Library, Visualizing Project References to Class Libraries, and the Distributed System Designers...

Bernard O'Flynn (Hewlett-Packard) asked a great question. I have a fairly standard app consisting of a web site that calls a business services layer, that calls a business entity layer that calls a data access layer that uses Enterprise Library to access
Posted by a_pasha | 2 Comments

Where/How is the ConnectionString information for a External Database stored?

We keep the ConnectionString information in memory while the Application Designer is open. When the Application Designer is closed, we only save the safe ConnectionString in the model. The safe connection string is a connection string stripped of any
Posted by a_pasha | 1 Comments

Why am I asked to enter the connection string information for the database every time a connect a new application to an external database?

A database type is designed to be hosted on a Database Server in the host layer. Therefore, it represents the Database and not the database connection string. It is used for documentation purposes. It is used to document the existence of a Database, the
Posted by a_pasha | 1 Comments

Why do ASP.NET WebService and ASP.NET WebApplication look alike on the Application Designer?

Bill Gibson had this great response to a inquiry raised by a customer. I thought I'd post it for the greater good of the community. When creating an Application Diagram: if you drag an ASP.NET WebService onto the design surface, you get the same shape
Posted by a_pasha | 5 Comments
 
Page view tracker