|
|
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.
|
55 Articles match "Model"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential LINQ with the Entity Framework
including extension methods and lambda expressions Use LINQ to filter, sort, and group in-memory collections of objects Create LINQ to SQL queries to execute SQL Server stored procedures and perform updates in real-world database applications Write LINQ to XML queries to search XML documents and save them to the file system Build a rich conceptual entity model using the EF and to visually map it to a database schema Use LINQ to Entities to write strongly typed queries against the Entity Data Model Detect and resolve concurrency conflicts with both LINQ to SQL and LINQ to Entities Execute business
DevelopMentor Courses
- Friday, June 12, 2009
Virtual Foundations of C# Programming and the .NET Framework (Part 1)
NET Execution Model This module examines the .NET 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 NET Framework is ".NET
DevelopMentor Courses
- Wednesday, February 17, 2010
SharePoint for Developers (WSSv3/MOSS2007)
Utilize the WSS object model for building applications in SharePoint Build custom workflow solutions for SharePoint Create custom event handlers Use features and solutions for deploying projects for WSS and MOSS Build standard web parts and web parts utilizing AJAX Handle custom authentication solutions Implement best practices for building solutions with WSS and MOSS Leverage the Business Data Catalog Create custom lists that use custom content types Essential SharePoint for Developers (WSSv3/MOSS2007) covers the critical building blocks for developing solutions for both Windows SharePoint Services
DevelopMentor Courses
- Friday, June 12, 2009
|
134 Articles match "Model"
|
The Latest from DevelopMentor
|
MORE
|
|
This week: Trooper Heidelberg
The world is moving towards a federated identity model. Looking forward to this week’s nice little security conference organized
by by my old friends at ERNW .
Federated Identity - Opportunities and Risks
The
www.leastprivilege.com
- Sunday, March 7, 2010
Trackable DTO’s: Taking N-Tier a Step Further with EF4
Trackable DTO’s match entities defined in the conceptual model, which allows us to leverage POCO support in EF4 to avoid creating two sets of classes and manually copying data between them. Download code for this post here .
Not long ago my friend and colleague Richard Blewett wrote a blog post on Self-Tracking Entities in EF4, in which he questioned the service-orientation of Self-Tracking Entities in EF4.
Tony and Zuzana's World
- Friday, February 19, 2010
WCF, WIF and Load Balancing (and a bit of Azure)
model. Pablo wrote a post yesterday
giving giving some background information on how session tokens are protected in WIF – here
some some additional info for WCF:
The The ws* bindings in WCF establish a security session by default (via WS-SecureConversation).
This
www.leastprivilege.com
- Thursday, February 18, 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 just another class. 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. 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.
The Problem Solver
- Tuesday, April 7, 2009
-
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. So, getting back to managers. Meanwhile, people who do think about this stuff are see as non-technical and consequently don’t get the chance to manage any other way. The more people who
Allan Kelly's Blog
- Monday, September 25, 2006
-
What is Your UML Maturity Level?
Tags: Software Development Uncategorized Concepts Modeling UM 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.
Jim Schardt's Blog
- Tuesday, January 12, 2010
-
The new Windows Workflow Foundation 4 runtime
With WF4 there is a much easier model using the WorkflowInvoker class. With WF3 there was a central workflow runtime environment called the WorkflowRuntime and used to manage the lifetime of workflow instances. In WF4 this central class no longer exists and we manage individual workflows. To compare the two, this is what a minimal console application looks like in WF3.
The Problem Solver
- Tuesday, June 23, 2009
-
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 appropriat
Allan Kelly's Blog
- Thursday, June 25, 2009
-
Flowcharts in Workflow 4 and the Switch activity
In WF 3 we used to model these complex behaviors as state machine workflows. Flowcharts are a nice addition to Windows Workflow Foundation 4. They allow for a lot of pretty complex behavior that is hard to do in a sequential workflow. That worked but they weren't really state machines or event driven and things could get a bit tricky. Enter the flowchart in Windows Workflow Foundation 4 One of the good things is that a flowchart
The Problem Solver
- Tuesday, October 27, 2009
-
Windows Workflow Foundation 4 and persistence
The whole persistence model has changed quite a but for WF4. The persistence class out of the box is called SqlWorkflowInstanceStore and as the name suggests it saves workflow data in either SQL Server 2005 or 2008. It is based on the InstanceStore class to if you prefer some other store all you need to do is subclass the InstanceStore and create your own. So what can we do with the SqlWorkflowInstanceStore? We can attach it to either a WorkflowApplication or a WorkflowServiceHost and persist workflows when we want. Notice I left out the WorkflowInvoker.
The Problem Solver
- Thursday, November 19, 2009
|
|
|