|
|
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.
|
86 Articles match "Model"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential LINQ with the Entity Framework
In this course, you learn to: Leverage new features of C# 3.0, Learn to combine flavors of LINQ to query and transform in-memory collections, XML data sources, and relational databases. Learn to develop applications for EF and LINQ to Entities and employ ADO.NET Data Services to integrate data from the Internet cloud. Apply techniques for building real-world data-driven applications, including ASP.NET and WPF data binding. You'll get answers to these questions: When should I use LINQ instead of "classic" ADO.NET? How is LINQ to Entities different from LINQ to SQL? Appendices ASP.NET 3.5
DevelopMentor Courses
- Friday, June 12, 2009
The Unified Modeling Language for Business Analysts
Utilize a Context Diagram to define the scope of a system Analyze the Process Model and Context Diagram to identify candidate Use Cases Utilize Use Case Diagrams to capture functional requirements from your stakeholders Write a well structured Use Case Use Activity Diagrams to graphically describe the flows of a use case This course is endorsed by IIBA TM UML diagramming changes the way a team approaches the entire software development life cycle. It affects the way Business Analyst?s gather, analyze, and document the requirements. Course Introduction What is UML?
DevelopMentor Courses
- Friday, June 12, 2009
Virtual Foundations of C# Programming and the.NET Framework (Part 1)
The.NET Execution Model This module examines the.NET software development model: C# source code, compiler, intermediate language,exe/.dll Properties Properties model the characteristics or traits of a type. Examine core language features such as types, variables, and control constructs Use object-oriented features such as class, interface, protection, and inheritance Use properties to implement the private data/public accessor pattern Avoid dll conflicts during deployment Virtual Foundations of C# Programming and the.NET Framework is ".NET interface vs. field)?
DevelopMentor Courses
- Wednesday, February 17, 2010
|
149 Articles match "Model"
|
The Latest from DevelopMentor
|
MORE
|
|
Purchasing Visual Studio 2010
Architecture and Modeling. 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. with MSDN renewal. Visual Studio Utlimate. with new MSDN. with MSDN renewal. Visual Studio 2010 Feature Comparison. Debugging & Diagnostic. IntelliTrace (Historical Debugger). Static Code Analysis. Code Metrics. Profiling. Testing. Unit Testing. Code Coverage. UML 2.0
The Blomsma Code
- Tuesday, July 13, 2010
Two ways to fill an iterations
In this model the Product Owner comes along with some idea of what they want, the team talk about it with the Product Owner and, through conversation, come to an agreement on what can be achieved. Unless both sides change their mindset then the Goal driven model doesn’t really change anything. In the model the Product Owner proposes some work as before. The fixed length iteration is a key part of most Agile methods. But the question is: how do you know what (i.e. how much) to put in the iteration? The first way, lets call it the Scrum way, is to set a Goal.
Allan Kelly's Blog
- Sunday, June 13, 2010
Unity, Multiple Constructors and Configuration
This model I think is a lot cleaner than the attribute approach. I’ve been working with the Unity IoC container from Microsoft Patterns and Practices recently. Its mostly straightforward as IoC containers go but one thing had me puzzled for a while as its not really documented or blogged as far as I can see; so I decided to blog it so hopefully others looking will stumble across this article. Lets start off with a simple example: I have two interfaces: IService and IRepository that live in the Interfaces class library. 1: public interface IService. 3: void DoWork(); 4: }. and MyService.
.NET Meanderings
- Monday, June 7, 2010
|
-
|
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. The ViewModel is a wrapper for a Model. Think of the Model as the data and the business rules. The Model The Model I am using is very simple and has two read-write properties, FirstName and LastName, and a single read-only property, FullName. The Model also implements INotifyPropertyChanged so the UI can be updated whenever a value is updated. The complete model looks like this: 1: using System.ComponentModel; 2: 3: namespace SilverlightMVVMDemo.Model.
The Problem Solver
- Tuesday, April 7, 2009
-
Change models: Shook, Schein, Dreyfus and Constructivism
His change model complements my own ideas well. Shook’s model is shown below. In the last few months I’ve added another insight into this model. Shook goes further and suggests his model parallels Edgar Schein’s writing - Schein is an MIT Management professor who has written extensively on culture and organisations. Shook gives the model below (similar but inverted to the one on Wikipedia.) It hadn’t dawned on me before, although heaven knows I once read plenty of Schein, that this isn’t far from my model. Out go Gantt charts, in come burn-down charts.
Allan Kelly's Blog
- Sunday, March 21, 2010
-
Bad role models make for poor management
In this model the CEO is the General, managers are Colonels and the guys on the guys at the code-face are the ones that get shot. For the record, I’ve read a little military history and I’ve known a couple of ex-military people, from what I can tell this isn’t necessarily how it happens but it is the model many people have in their head. The more people who adopt the default style the more it seems like the style we should all follow – safety in numbers – while we deprive ourselves of role-models. Well, I can’t argue with the numbers.
Allan Kelly's Blog
- Monday, September 25, 2006
-
What is Your UML Maturity Level?
Tags: Software Development Uncategorized Concepts Modeling UML
Jim Schardt's Blog
- Tuesday, January 12, 2010
-
Agile Governance model
The online Technology Management journal has published an article by me entitled “ A new governance model for agile work. In the article I argue that Agile based software development needs a new governance model. The old model, based on defined requirements is not applicable - simply because the requirements evolve when working in an Agile fashion. Instead a governance model based on the venture capital investment cycle is more appropriate
Allan Kelly's Blog
- Thursday, June 25, 2009
-
Business Analysis Maturity Model
However, Product Managers, or to give them their full title, Technical Product Managers, only really exist in genuine software product companies (including software as a service models). Thats one of the reasons I really like the Business Analysis Maturity Model. You can view this model as model for individual career development, but I prefer to view it as a model for corporate advancement. In short, the BA Maturity Model is a critical, and until now missing, piece in understanding the BA role in Agile teams and Agile development
Allan Kelly's Blog
- Saturday, April 24, 2010
-
Introducing ASP.NET MVC (Model View Controller)
It's an interesting programming model. I recently wrote up an overview of the new ASP.NET MVC Framework for the Developments newsletter. encourage you to read it on the DevelopMentor website. All content copyright Michael C. Kennedy. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis.
Michael C. Kennedy's Weblog
- Wednesday, January 30, 2008
|
|
|