|
|
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.
|
31 Articles match "How To","Templates"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential LINQ with the Entity Framework
In this course, you learn to: Leverage new features of C# 3.0, 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
DevelopMentor Courses
- Friday, June 12, 2009
Essential Silverlight 3
In this course, you learn to: Identify when and where Silverlight should be used Use Expression Blend to design your user interface Use Visual Studio 2008 to build a Silverlight project and manage its code using C# Exploit the layout controls to create compelling user interfaces Incorporate Silverlight content into your existing web sites Build user and custom controls that support templates and styling Use Behaviors, Actions and Triggers to create reusable functionality across applications Integrate animations, special effects, perspective transforms and media to create a professional UI Exploit
DevelopMentor Courses
- Wednesday, June 17, 2009
Essential Techniques for Gathering Requirements
Describe the planning, techniques, and partnerships that are vital to the success of requirements gathering Identify and differentiate between the different types of requirements that need to be gathered Describe the importance of documenting business objectives and project scope before gathering requirements Utilize a context diagram to scope the requirements Utilize a process, techniques, and templates for stakeholder identification and analysis Apply industry best practices to common issues with Stakeholders during requirements elicitation Plan and Conduct a Good Interview and a Facilitated
DevelopMentor Courses
- Friday, June 12, 2009
|
17 Articles match "How To","Templates"
|
The Latest from DevelopMentor
|
MORE
|
|
Trackable DTO’s: Taking N-Tier a Step Further with EF4
While STE’s are placed in an assembly that does not reference the Entity Framework, the way in which change state is preserved in an STE is overly complex because it tries make it easier for EF to transmit those changes to the ObjectStateManager on the service side. Requiring a Java client to implement all that is asking an awful lot, and it couples the client too tightly to the service implementation.
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
Tony and Zuzana's World
- Friday, February 19, 2010
MVVM: IUIVisualizer and event management with behaviors
It’s not designed to be a true
image maps mouse DoubleClick on an image into a command in the ViewModel to display the
properties. I’m trying to keep to a consistent model:
even if I don’t anticipate needing them all, it doesn’t hurt to have them there. In this post, we will look at the IUIVisualizer , and bring together
some some of the concepts we’ve talked about already through a new sample – a simple picture
viewer:
Mark's Blog of Random Thoughts
- Friday, February 5, 2010
MVVM: Binding RadioButton groups
A question I got recently was how to manage Radio Buttons with bindings – in this
instance, instance, the sample code was trying to map a single value to a set of Radio Buttons
based to Initially this seemed to work, but as you changed the current enumeration based on an enumeration set. The original implementation was using a Value Converter
to
Mark's Blog of Random Thoughts
- Friday, January 29, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
T4 POCO Templates for L2S and EF
How’s that for an alphabet soup of acronyms?!) The point here is that the DAL truly encapsulates the API you’re using to fetch and update data, which makes it possible to swap out one data access stack for another without breaking the client.
Having said all that, what tools are available to automatically generate POCO entities from the database? In my MSDN Magazine article on SOA Data Access I recommend exposing Data Transfer Objects (DTOs) from the Data Access Layer (DAL). These objects should be Plain Old CLR Objects (POCOs) that are Persistent Ignorant
Tony and Zuzana's World
- Friday, January 16, 2009
-
Focusing on WPF: How to deal with Focus() in the WPF world
where we needed to build a multi-step input application where each step showed progress
and looked at the Navigation support in WPF (which is nice) but ultimately decided to
model application and got assigned to me was related to focus – the initial keyboard
focus that are new to Recently I was involved in a project
where and you could proceed forward and backward through the pages. I
looked
-
Focusing on WPF: How to deal with Focus() in the WPF world
where we needed to build a multi-step input application where each step showed progress
looked at the Navigation support in WPF (which is nice) but ultimately decided to
application and got assigned to me was related to focus – the initial keyboard
that are new to WPF might Recently I was involved in a project
and you could proceed forward and backward through the pages. I
-
Creating complex activities in the workflow designer
In Windows Workflow Foundation 4 there are a number of “activities” in the designer that aren’t really activities but activity templates. The most obvious of there are the ReceiveAndSendReply and the SendAndReceiveReply in the Messaging section of the toolbox. If you search for either of these activities you are not going to find them. Their real name is ReceiveAndSendReplyFactory and SendAndReceiveReplyFactory respectively and they aren’t activities This interface is simple and consists of a single Create function that returns the activity to be added to the workflow.
The Problem Solver
- Monday, November 30, 2009
-
EF 4.0 N-Tier Support: Take 2
which includes enhancements to self-tracking entities . As the name implies, self-tracking entities know how to track their own state , so that it can be transmitted across service boundaries in an n-tier application. The idea is similar to what we’ve been able to do for several years with datasets. Following the release of Visual Studio 2010 and .NET NET 4.0
Tony and Zuzana's World
- Thursday, November 12, 2009
-
WPF Data Providers
It ships with two out of the box:
ObjectDataProvider: allows you to execute binding expressions
if you needed to, although if the data is exposed through a .NET The goal is to put this data into a ListBox - displaying the fields in the following
21st century and One of the nifty new features of the WPF platform is the pluggable data providers.
against an object and it's methods
XmlDataProvider: loads an XML data source and makes it available
Mark's Blog of Random Thoughts
- Wednesday, January 17, 2007
-
Using MVVM with Menus in WPF
One question I've fielded a couple of times is how to manage menus, primarily context
menus, It turns out to be pretty easy once you know the
"trick". The key thing to keep in mind is that menus are just ItemsControls -
they they support data templating and binding like any other ItemsControl. menus, with the MVVM pattern. trick".
|
|
|