|
|
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.
|
20 Articles match "Host"
|
Related DevelopMentor Courses
|
MORE
|
|
.NET Architecture and Design Principles: Building Distributed Applications
Hosting and Deployment Once a component of a distributed system is built, we must push it out into a production environment or to the customer. We look at the options available for hosting an application either with Windows Services or ASP.NET. 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
DevelopMentor Courses
- Friday, June 12, 2009
SharePoint for Developers (WSSv3/MOSS2007)
client application may need to run off-host and communicate with the server via web services in order to complete required tasks. We explore the more powerful and common web services needed for building rich off-host applications that leverage SharePoint technologies. 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
Essential Silverlight 3
You will also see a quick survey of the controls in the Silverlight Toolkit, the open source project hosted on CodePlex. 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
|
89 Articles match "Host"
|
The Latest from DevelopMentor
|
MORE
|
|
WCF, WIF and Load Balancing (and a bit of Azure)
One way of wiring up the above handler would be a service host factory for the WIF
enabled 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
www.leastprivilege.com
- Thursday, February 18, 2010
Securing WCF Data Services using WIF
The easiest way to get WIF wired up is by writing a custom service host factory.
You host to the plumbing.
This Custom;
return host;
}
}
This This questions comes up every once in a while..
Since Since WCF Data Services is just a normal WCF service (using the web programming model),
all
www.leastprivilege.com
- Monday, February 15, 2010
MVVM: Service Locator
This model allows the host to
decide So, a console host might add a service for output that prints a
string In this post, we’ll explore the service locator (called ServiceProvider in
the the library) and introduce the specific services included with the MVVM Helper library
(as as of 1.05
Mark's Blog of Random Thoughts
- Wednesday, January 27, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Host Headers, SSL and WCF Metadata
The server also hosts some WCF services and I noticed that the imports and endpoint
No big deal
– simply set the host header for the site via the IIS GUI and I am done. configured in the host header.
After some googling I found articles about something I totally forgot about: SSL host
One of my web servers here has a pretty common setup – a Windows machine name and
a (different) DNS name (in this case dynamic DNS – but doesn’t matter).
www.leastprivilege.com
- Tuesday, February 10, 2009
-
Geneva Framework Quick Tip: Hosting a Security Token Service
host agnostic. It is the job of the host to translate some
The key to STS hosting (and that’s btw what the WCF WSTrustServiceContract class
The idea of the security token service infrastructure in Geneva is, that it is completely
The STS itself expects a RequestSecurityToken and returns
a RequestSecurityTokenResponse
www.leastprivilege.com
- Wednesday, May 27, 2009
-
Rehosting the Workflow Designer in WF4
Both these properties point to ready to use WPF UIElement’s so, as long as the host used WPF, adding them to a form is easy. Note: This blog post is written using the .NET NET framework 4.0 Beta 2 With Windows Workflow Foundation 3 it was possible to rehost the workflow designer in your own application.
The Problem Solver
- Wednesday, December 23, 2009
-
TryCatch activity in WF4
This means that an exception that is unhandled which bubbles terminating the workflow up will not cause the finally block to execute unless the host application forces it to do so by returning UnhandledExceptionAction.Cancel from the OnUnhandledException instead of UnhandledExceptionAction.Terminate (the default). I can’t say I am a fan of the way the TryCatch activity is implemented in Windows Workflow Foundation 4. For starters there is a Finally block where you can add some activities you want to execute. Sounds nice and very much like the try/catch/finally code construct we have
The Problem Solver
- Thursday, November 26, 2009
-
Hosting of Code Samples
The other day when I posted about the sample how to call a WCF Service from a SQLCLR method , I mentioned that I had no place to host my demo-code. I did not want to create a project on CodePlex (like I did with the SQLCLRProject ), as demo code is not really projects per se.
I
Managed Data
- Thursday, February 12, 2009
-
WF and ASP.NET - A Few Gotchas
ASP.NET as WF host is an important and useful scenario for WF adoption, but there
are its host process. This means that WF can be hosted in a single-threaded console
or WinForms app, and also can scale up to be hosted inside ASP.NET, with all of its
multithreaded are some interesting details that are worth understanding before you tackle this yourself.
The The first thing to understand is that WF itself imposes no specific threading model;
rather,
There Must Be Some Mistake
- Monday, October 1, 2007
-
Combining WCF and WF4
The two can be combined inside of a XAMLX file as Ron Jacobs describes here . Another option is using the WF4 Receive and SendReply activities and hosting the workflow yourself using a WorkflowServiceHost. Hosting the service workflow
The hosting code looks like this:
XNamespace ns = "http://tempuri.org" ;
var service There are several ways to use WCF in combination with Windows Workflow Foundation 4. This is quite a useful option but, at least at the moment, not quite straightforward.
The Problem Solver
- Wednesday, August 5, 2009
|
|
|