|
|
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.
|
30 Articles match "Windows"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential LINQ with the Entity Framework
Day 4 LINQ in N-Tier Applications Both LINQ to SQL and the Entity Framework support serialization of entities for use with Windows Communication Foundation (WCF), but using LINQ in a service-oriented application architecture presents many other challenges to the application developer. 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
DevelopMentor Courses
- Friday, June 12, 2009
.NET Architecture and Design Principles: Building Distributed Applications
Think in terms of layers and tiers Use patterns in your code and across the enterprise Write secure code Use concurrency to build highly available systems Make distributed calls using remoting, web services and Windows Communication Framework Utilize asynchronous communication with message queues Horizontally scale every tier of your system Deploy software across distributed systems Applications that span more than one machine require a deliberate and radically different design approach. .NET Day 2 WCF Windows Communication Foundation is a new library in .NET NET Architecture and Design presents key concepts in distributed systems.
DevelopMentor Courses
- Friday, June 12, 2009
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
|
208 Articles match "Windows"
|
The Latest from DevelopMentor
|
MORE
|
|
MVVM: IUIVisualizer and event management with behaviors
The type must be a WPF Window-derived type (i.e. NavigationWindow or Window )
and used to drive the Property window:
{rtf1ansiansicpglang1024noproof65001uc1 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
Visual Studio Ctrl+Tab Sticking
Windows 7 I use the magnifier via Windows Key and Plus, to highlight bits of code, and then use Windows Key and minus to revert back to normal resolution. I use Ctrl+Tab inside VS to move between different source files…one day I noticed that when I Ctrl+Tab to the file I wish to view and simply let go of the Ctrl and Tab keys it just sat there, I needed to hit enter to confirm the selection. This started to get annoying other people had mentioned similar problem.
.NET Mutterings
- Wednesday, February 3, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Significant Advances in Unit Testing Windows Workflow
This post describes a unit testing library for testing Windows Workflow Foundations.
It Testing Activities with Windows Workflow Foundation by
Ron and Windows Workflow Foundation by Ron Jacobs
hope you find this library adds significant value to unit testing of your Windows
Workflows. It is not a framework like HarnessIt , NUnit ,
or
Michael C. Kennedy's Weblog
- Sunday, January 18, 2009
-
Getting started with Windows Workflow Foundation 4
As you may have heard Windows Workflow Foundation 4 is not an upgrade from Windows Workflow Foundation 3 (or 3.5). In fact Windows Workflow Foundation 3 was the first version and 3.5 When not specified the text will be written to Console.Out which will do fine for now. These expression windows in VB are completely new and a big change from WF3. The version numbers might suggest that the previous version was quite mature but in fact it refers to the version of the .NET NET framework.
The Problem Solver
- Monday, June 22, 2009
-
The new Windows Workflow Foundation 4 runtime
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. It basically runs a workflow and prints a message when done: static void Main( string [] args)
{
using (WorkflowRuntime
The Problem Solver
- Tuesday, June 23, 2009
-
Gmail New Mail Notifications for Windows 7
I've been using Windows 7 as my sole operating system since Beta 1 in January. that works on Windows 7 - Gmailer:
Gmailer Gmailer simply runs in your tray and plays the Windows new mail sound when mail comes
in built into Vista and Windows 7)
Just I'm
completely completely loving it and I was pleased to see how many apps worked seamlessly on it.
One
-
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.
The Problem Solver
- Thursday, November 19, 2009
-
System.Transactions and Windows Vista NTFS (Updated)
I've been playing with my fresh copy of Vista Ultimate - which I am surprised to find that I absolutely love.
Being Being a big fan of System.Transactions, I naturally wanted to use it with Vista's
TxF TxF (Transactional NTFS) file system. But unlike the data libraries, the
Michael C. Kennedy's Weblog
- Thursday, December 6, 2007
-
Creating popup windows in XBAP applications
about creating popup windows in XAML browser applications (XBAP). not allowed - if you try to create a top-level window you will get a SecurityException because
WPF It turns out, however, that you can get a popup window -
there's EventArgs e)
2: {
3: Popup window = new Popup();
4:
5: A colleague at DevelopMentor recently asked me
about Normally this is
not
|
|
|