|
|
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, 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. 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? We learn to correctly apply these features and avoid their misuse.
DevelopMentor Courses
- Friday, June 12, 2009
Essential Silverlight 3
Deliver online business applications, multimedia websites, and games to Windows, Mac OS, and Linux clients. You'll get answers to these questions: How does Silverlight compare to Flash, AJAX, and WPF? How do I use graphics, animations, effects and media to build compelling user interfaces? How can I utilize background threads to make my UI more responsive? How do I create an "Out Of Browser" application? How do I integrate data into my application to create a dynamic user interface with minimal code?
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., less code!) interface vs. field)?
DevelopMentor Courses
- Friday, June 12, 2009
|
72 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 with that configuration. alternate configuration --> You can get a handle to the configuration by newing up a ServiceConfiguration object. The ctor allows to optionally pass in the name of the service. How to couple configuration with a relying party. By default the standard hosting plumbing uses the default service configuration, but there are various ways to make this dynamic (e.g. Another option is to use the ConfigureServiceHostBehavior from configuration.
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. 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]. Enjoy.
Tony and Zuzana's World
- Sunday, December 20, 2009
Executing Workflows from XAML Files
I thought I’d post a quick blog entry to describe how to run a workflow declared in a XAML file. So if you want to deploy your workflows as XAML text files how do you run them? It turns out you need to load the XAML slightly indirectly by creating a special activity called a DynamicActivity. DynamicActivity has an Implementation member that points to a Func delegate – in other words you wire up a method that returns an activity (the workflow). Seeing as this has changed completely from WF 3.5 You may have heard that the WF 4.0 In.NET 3.5
.NET Meanderings
- Thursday, December 17, 2009
|
-
|
The Best from DevelopMentor
|
MORE
|
-
How-To Article about Calling a WCF Service from SQLCLR
Ever so often the question is being asked how to call into a WCF service from SQLCLR (.NET The other day I became tired of giving exactly (or thereabout) the same answer for the n:th time, so I decided to croft up some code and write a mini How-To about how to call into a WCF service from SQLCLR. So without any further ado, the How-To article can be found here. So if you want to get the code, go to here. NET code running inside SQL Server).
Managed Data
- Sunday, February 8, 2009
-
Geneva Framework Quick Tip: How to access Configuration
One thing you most often need is access to the Geneva framework configuration (microsoft.identityModel section) from code – and again this is very easy: ServiceConfiguration config = new. Remember that Geneva framework is a framework – all the nice integration into WCF and ASP.NET is built on top of a public API. This also means that you can use Geneva framework for integration in arbitrary hosts and environments. ServiceConfiguration ( ServiceConfiguration.DefaultServiceName); HTH.
www.leastprivilege.com
- Wednesday, May 27, 2009
-
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. 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, so I decided to create a small Silverlight sample. The View is data bound to a ViewModel.
The Problem Solver
- Tuesday, April 7, 2009
-
Visual Basic QuickStarts and How-to Topics for the Composite Application Guidance for WPF and Silverlight
The P&P team have just release a VB version of the Prism quick starts. You can download the goods here. Enjoy!
The Problem Solver
- Wednesday, March 25, 2009
-
WPF MVVM Helper Library (WPF + MVVM = testability)
When teaching WPF, I always introduce students to MVVM as part of the Essential WPF class, it's an incredibly useful pattern that really separates the UI from the code behind behavior. One of 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. that I tend to use a lot. These classes tended to evolve with new functionality (either due to necessity, or because a good idea occurred to me or someone else). file -.
-
Article: Building a Twitter Application in.NET
If your company wants to interact with your customers in a modern and engaging experience, you need to be on Twitter. In this article, we will explore how to build a rich interactive experience on Twitter that goes beyond just creating a new Twitter account. We will build a.NET application that uses the Twitter API (a free service) alongside other cool technologies such as the WCF REST Starter Kit [ [link] ] and LINQ to fully leverage the Twitter experience. If you want to download the sample application to follow along, you can get it here: [link].
-
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. Datasets know how to keep track of their change-state and the table adapter knows how to inspect a dataset to generate insert, update and delete statements. template to the NorthwindModel project. Entity Framework 4.0
Tony and Zuzana's World
- Thursday, November 12, 2009
|
|
|