|
|
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.
|
60 Articles match "2009","How To"
|
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
Foundations of C# Programming and the .NET Framework
Examine core language features such as types, variables, and control constructs Use object-oriented features such as class, interface, protection, and inheritance Perform error notification and error handling using exceptions Use properties to implement the private data/public accessor pattern Use namespaces to group related types Use delegates and events to implement callbacks Override Object class methods such as ToString Avoid dll conflicts during deployment Use dynamic binding and polymorphism to write generic code (i.e., Distinguish between "implementation inheritance"
DevelopMentor Courses
- Friday, June 12, 2009
|
71 Articles match "2009","How To"
|
The Latest from DevelopMentor
|
MORE
|
|
WIF Configuration – Part 1: ServiceConfiguration
WIF supports a flexible configuration system and various ways to programmatically
interact You can get a handle to the configuration by newing up a ServiceConfiguration object.
The The ctor allows to optionally pass in the name of the service. How to couple configuration with a relying interact with that configuration.
This This flexibility comes in two ways:
Named
www.leastprivilege.com
- Tuesday, December 22, 2009
Faking Enums in Entity Framework 4.0
I ran across a great post from Alex James on how to fake enums in EF4. I’ve had a great deal of experience using enums with LINQ to SQL (via Plinqo ), and it’s nice to know how to do it in EF, while waiting for the feature to come out-of-the-box in a future version.
[link] link]
Enjoy.
...Tags:
Tony and Zuzana's World
- Sunday, December 20, 2009
Executing Workflows from XAML Files
entry to describe how to run a workflow declared in a XAML file.
You So if you want to deploy your workflows as XAML text files how
do turns out you need to load the XAML slightly indirectly by creating a special activity
called that points to a Func delegate – in
other Seeing as this has changed completely from WF 3.5 I thought I’d post a quick blog
entry
.NET Meanderings
- Thursday, December 17, 2009
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Using Model – View – ViewModel with Silverlight
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 mess of things. Josh Smith did an excellent screen cast for Pixel8 on using MVVM with WPF, you can find it here . Even thought the UI technology used doesn't change the basic MVVM pattern there are some subtle differences, like not easily being able to use ICommand in Silverlight,
The Problem Solver
- Tuesday, April 7, 2009
-
Article: Building a Twitter Application in .NET
your company wants to interact with your customers in a modern and engaging experience,
you you need to be on Twitter. this article, we will explore how to build a rich interactive experience on Twitter
that and LINQ to fully leverage the Twitter experience.
Whether I recently wrote an article for DevelopMentor 's
Developments Developments newsletter entitled Building a Twitter Application in .NET
-
WPF MVVM Helper Library (WPF + MVVM = testability)
always introduce students to MVVM as part of the Essential WPF class, it's an incredibly
useful the things I give the students is a library to do MVVM - I also use it in my consulting
work. With all the focus on it lately, I figured maybe it's time to release
it to the public.
There's been a lot of talk about the Model-View-ViewModel pattern recently and it's
usage usage around the WPF and Silverlight technology stack.
-
Boot to VHD Screencast
things that are hard to fix. Have you heard of the new feature in Windows 7 and Server 2008 R2 called Boot to VHD?
It to do a quick (15 min) screencast how to setup a native boot to virtual hard drives.
If Virtual, More Machine - Windows 7 and WARNING : This is some advanced stuff. It's not that hard, but you can break
things
Michael C. Kennedy's Weblog
- Monday, October 19, 2009
-
Using Windows Workflow Foundation 4 Receive from an non WF client
In a previous blog post I described how to use the WorkflowServiceHost and host a workflow with a Receive activity that waits for WCF messages. However a lot of clients out there are not going to be workflows but “regular” code that calls into out workflow. So what does it take to have a simple console application talk to our WF4 service? The first thing we need is an service contract describing the operation I also added a WF4 client that called the service and received a response.
The Problem Solver
- Wednesday, August 19, 2009
-
Thinktecture Security Token Service Starter Kit
I am happy to announce the “Thinktecture STS Starter Kit” sample. kit is a compact, easy to use identity provider that is completely based on the ASP.NET
So a lot of people I spoke to mentioned
that it would be nice to have a simple STS that uses membership, roles and profile
The STS starter
provider infrastructure.
www.leastprivilege.com
- Monday, May 25, 2009
-
WF4&WCF and message correlation
In the previous blog posts, here , here and here , I demonstrated how to use WCF from WF4. This same some more about sending multiple messages to the same workflow, AKA Workflow Correlation. One of the ugly parts of Windows Workflow Foundation 3 was the message correlation part when you used WCF to send multiple messages to the same workflow. When using WF3 you where forced to use one of the context bindings like BasicHttpContextBinding or WSHttpContextBinding. Not only that but you also had to retrieve and set the correlation context using the IContextManager and set it to some arcane guid.
The Problem Solver
- Wednesday, September 2, 2009
|
|
|