|
|
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
|
The Latest from Jim Schardt's Blog
|
MORE
|
|
What is Your UML Maturity Level?
Learning to use UML is a like learning to write. Our writing skills start very young when we learn the alphabet. Then we learn to combine letters to form words, words to form compete sentences, and combinations of sentences to communicate with others. UML has an alphabet of basic concepts like classifier, behavior, and property. [...]
...Tags:
Jim Schardt's Blog
- Tuesday, January 12, 2010
Objects from Hell?
Does your software/web application gain the benefits of Object Orientation (OO)? Well designed object-oriented applications exhibit high cohesion and low coupling. Small changes to requirements mean small changes to the code. Just because you use an OO language like Java,C#, C++ etc.
Jim Schardt's Blog
- Wednesday, July 1, 2009
Aggregated Blogs for You
Readers of this blog may have noticed a new feature in the column on the right side of the page. An icon that will take you to DevelopMentor’s blog aggregation site. There you can find other blogs related to software development. Below the icon are links to Concepts, Tools, and Type topic areas that readers [...]
...Tags:
Jim Schardt's Blog
- Wednesday, July 1, 2009
|
-
Experience Counts
To avoid the “foreign language” feeling for users of a BI/DW system you must start with the decision makers. They are the ones who are going to use business intelligence profitably. They are the ones that turn the information in your data warehouse into usable knowledge. So, just talk to the users.
Jim Schardt's Blog
- Wednesday, April 8, 2009
-
BI/DW System as a Foreign Language
Sometimes Decision Makers view the Business Intelligence system as if it were a foreign language. They took the training. They tried to get information out of the system. But they gave up because the terms
used
Jim Schardt's Blog
- Wednesday, March 25, 2009
-
More Black Box Requirements
In my last post I talked about how requirements are really the stuff that goes in and out of your system, the black box. The “stuff” are things like data, documents, objects, requests, events, and when “this stuff happens. But what else constitutes requirements (stuff)?
Jim Schardt's Blog
- Tuesday, March 24, 2009
-
Basic In and Out of Black Boxes
Once the boundaries for your system / software / business unit are defined as a black box, do not worry about what is inside the box. Focus on what goes in, what comes out, when this happens, and rules the box must follow. So just what can go into our come out of this box? [...]
...Tags:
Jim Schardt's Blog
- Thursday, March 19, 2009
-
Avoiding Requirements Confusion with Black Boxes
By clearly understanding the boundary of your system you can easily distinguish between requirement and design statements.
...Tags: Tags: Software Development Black Box Requirements Systems Thinkin
Jim Schardt's Blog
- Monday, January 19, 2009
-
Requirements and Black Boxes
After dealing with requirements in all sorts of shapes and sizes over the years I find the “black box” approach works well. For requirements, I think of any system as if it were a black box.
I I can “see” or experience the outside of the box.
Jim Schardt's Blog
- Monday, January 12, 2009
-
Systems Thinking: Requirements?
So how do you define requirement? I was working with a large hospitality corporation when I was asked this question. The problem is that the notion of requirement comes in many forms. The definition seems to depend on what role you play in relationship to requirements definition – Customer, Business Analyst, Systems Analyst, Designer, Architect, [...]
...Tags:
Jim Schardt's Blog
- Tuesday, January 6, 2009
|
The Latest from DevelopMentor
|
MORE
|
|
|
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Using Model – View – ViewModel with Silverlight
The View – Model – ViewModel design pattern, also known as MVVM, is getting more popular these days. I have found it extremely easy to use when developing very different applications and have used the design pattern recently in both ASP.NET, WPF and Silverlight applications. However easy as it might be is seems to confuse people as I have seen some terrible examples where people make a complete
The Problem Solver
- Tuesday, April 7, 2009
-
Paging with the Silverlight RIA services DomainDataSource
Using the declarative DomainDataSource that is part of the upcoming Silverlight 3 RIA services makes it quite easy to work with data. All you need to do is add a DomainDataSource control to the the XAML, point it to the generated DomainContext class (in this case NorthwindContext) and tell it which method to use to load the data from the web service(in this case LoadCustomers). Next add a DataGrid to display the data and you are good to go. < UserControl
The Problem Solver
- Monday, April 27, 2009
-
Rehosting the Workflow Designer in WF4
Note: This blog post is written using the .NET NET framework 4.0 Beta 2 With Windows Workflow Foundation 3 it was possible to rehost the workflow designer in your own application. But possible is about all there was to say about it as it was pretty hard to do anything beyond the basics. With Windows Workflow Foundation 4 live has become much better on the rehosting front In fact it is possible to create the fully functional and useful workflow editor below in about 200
The Problem Solver
- Wednesday, December 23, 2009
-
TryCatch activity in WF4
I can’t say I am a fan of the way the TryCatch activity is implemented in Windows Workflow Foundation 4. For starters there is a Finally block where you can add some activities you want to execute. Sounds nice and very much like the try/catch/finally code construct we have in C# or Visual Basic. Except that it behaves in a subtlety different way.
The Problem Solver
- Thursday, November 26, 2009
-
Getting started with Windows Workflow Foundation 4
As you may have heard Windows Workflow Foundation 4 is not an upgrade from Windows Workflow Foundation 3 (or 3.5). The version numbers might suggest that the previous version was quite mature but in fact it refers to the version of the .NET NET framework.
The Problem Solver
- Monday, June 22, 2009
|
|
|