|
|
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.
|
64 Articles match "Objects","Requirements"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential Techniques for Gathering Requirements
If you are struggling with missing requirements, lack of stakeholder involvement, out of control scope, you'll want to consider this workshop! Success is dependent on a mixture of technical skills (i.e. knowing which technique to use and how to use it) and interpersonal skills (i.e. building relationships, listening, and gaining consensus). Whether you plan to meet with your stakeholders in one-on-one sessions, in a facilitated session, or remotely, you will need to know how to select and implement techniques to accurately and efficiently identify the needs of your business.
DevelopMentor Courses
- Friday, June 12, 2009
Essential LINQ with the Entity Framework
The latest version of the C# programming language comes with many new features intended to increase developer productivity, including automatic properties, object initializers, collection initializers, and partial methods. LINQ to Objects The central feature of.NET 3.5 Now we can group, sort, and filter in-memory collections of objects. At the same time, it provides a way to perform serialization of objects to XML, while supplying a bridge to legacy API's, such as XPath and XSLT. In this course, you learn to: Leverage new features of C# 3.0, Appendices ASP.NET 3.5
DevelopMentor Courses
- Friday, June 12, 2009
Analyzing, Documenting, and Validating Requirements
Major approaches to analysis Categorize requirements to aid in identification and analysis Identify UML diagrams used during the requirements phase of the Software Development Life Cycle (SDLC) Model key information on a context diagram Define, name, and diagram Use Cases Explain the steps involved in developing a business process model and the role of an activity diagram Differentiate between and develop an As-is or To-Be activity diagram Model the dynamic behavior of a simple system with a sequence diagram Build a model of a system?s
DevelopMentor Courses
- Monday, September 14, 2009
|
71 Articles match "Objects","Requirements"
|
The Latest from DevelopMentor
|
MORE
|
|
Workflows and no persist zones
The NoPersistProperty is also internal but that is no problem as all we need to do if check if there is a object stored under the name "System.Activities.NoPersistProperty", something we can do with the following activity: public class CheckForNoPersistZone : NativeActivity. {. Sometimes it might be required to stop a workflow from persisting and we can do so by creating our own no persist zone. There are times when a workflow can't be persisted safely using a SqlWorkflowInstanceStore. No problem there. But where? But wait. So the property name is wrong? null ); }. }.
The Problem Solver
- Sunday, August 22, 2010
Conferences, Conferences, Training - a busy autumn
I’m speaking at a bunch of conferences this autumn so if any reader out there would like to hear me speak, or ask a questions you might get yourself a ticket to one of these: Jax London / DevCon , 27-29 September, London: Return to Requirements, 27 September IRM IIBA Business Analysis Conference , 27-29 September, London: Objective Agility, what does it take to be an Agile Company?, 28 September Agile Business Conference , 5-6 October, London: “Quality – How much quality can we afford?”, The first of these ran last week in association with BA Solutions and was well received.
Allan Kelly's Blog
- Sunday, August 8, 2010
Purchasing Visual Studio 2010
May require one or more Microsoft Visual Studio Load Test Virtual User Pack 2010. Requires Team Foundation Server and a Team Foundation Server CAL. Requires Microsoft Visual Studio Team Lab Management 2010. UML is a registered trademark of Object Management Group, Inc. Amazon sells various versions of Visual Studio 2010. Here is an overview of versions and this will give you a good indication of prices. Below the prices is a feature comparison also…. Visual Studio Professional. Plain. Upgrade from 2005/2008. with MSDN. Visual Studio Premium. with new MSDN. Profiling.
The Blomsma Code
- Tuesday, July 13, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
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. does not mean your application benefits from object-orientation. Tags: Software Development Cohesion Coupling Encapsulation Object Oriented Objects Programming Just because you use an OO language like Java,C#, C++ etc. number of years ago I [.].
Jim Schardt's Blog
- Wednesday, July 1, 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)? Tags: Software Development Systems Development Black Box Business Rules QOS Requirements Well systems often adhere to rules. W-2s for the previous [.].
Jim Schardt's Blog
- Tuesday, March 24, 2009
-
Objectives again
Most of them don’t actually require anything more to be said but on this occasion I thought I should respond. So, the question was: Am I changing my view on objectives? think setting your own objectives is worth while and can help improve your performance. also think that if you are going to have explicit objectives it helps if they can be more objective than subjective. If your promotion, pay rise or bonus depends on meeting an objective then there will always be a tendency to aim slightly lower, for something that is more achievable.
Allan Kelly's Blog
- Monday, July 2, 2007
-
TDD, Objective setting and doing the obvious
I’ve been doing a round of objective setting for my client recently. ldquo;Arhh” I thought, “I hate objectives, I hate people setting them, I hate all the baggage that comes along with them.” I’m a past master at criticising management by objective , it is quite easy really, just look at the side effects and read Goodhart’s Law. Therefore one could expect them to have pretty similar objectives. And if they all had similar objectives it would aid team work. ldquo;V” stands for Value-add. Could it be so easy?
Allan Kelly's Blog
- Wednesday, June 27, 2007
-
Rehosting the Workflow Designer in WF4
Dragging controls onto the design surface just works, no extra work required. The WorkflowDesigner has an Items collection with a bunch of useful objects in there. One of these is a Selection object. Note: This blog post is written using the.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. Now that is more like it! new DesignerMetadata().Register(); Again easy to add to any WPF form.
The Problem Solver
- Wednesday, December 23, 2009
-
Requirements: better off being generally right than precisely wrong
Can it be measured objectively? There is a point here, and I myself am a guilty of making a jump from alignment to requirements. And in the long term requirements aligned to the business are very important - see the blog entry that comes after this one. believe that in this situation discussions over what to do (alignment, requirements) are not effective because the history of failed deliveries means there is no trust and it means the business side tries to game the system by asking for more than they need because they believe It will always under deliver.
Allan Kelly's Blog
- Monday, February 23, 2009
-
Using WF4 bookmarks with IWorkflowInstanceExtension
Using a IWorkflowInstanceExtension Workflow extensions can be of any type you want, there is no base class or interface requirement. One of those, the SetInstance, is passed a wrapper object around the running workflow allowing us do do some more work. With the required extension done we still need to make sure it gets added to the workflow runtime of choice. private void BookmarkResumed(NativeActivityContext context, Bookmark bookmark, object value ). {. Note: This blog post is written using the.NET framework 4.0 The trick is to use a IWorkflowInstanceExtension.
The Problem Solver
- Wednesday, January 27, 2010
|
|
|