developers.de
daenet's .NET Community
Sign in
|
Join
|
Help
Home
Blogs
Media
Home
Media
VS2010TUD.Windows.Phone.7.pptx.zip
VS2010Launch.WPF.Web.Service.zip
VS2010Launch.Phone.App.zip
The best of WF.40 and AppFabric
The Best of WCF 4.0. WIndays 2010 presentation
View all media
Latest Post
Silverlight Deployment Guide
Everybody who build Silverlight Applications for enterprises has at the end (at least) a problem to distribute Silverlight package to client machines. Because there many Admins and IT-Departments out there who for some reason do not like/want to deploy...
Posted to
Damir Dobric Posts
by
Damir Dobric
on 09-09-2010
How to enable service discovery in IIS?
WCF 4.0 introduces Service Discovery, which I described here . I is interesting that all samples about this feature implements a service in a console application. As you know, service channels in such kind of application are activated explicitly by calling...
Posted to
Damir Dobric Posts
by
Damir Dobric
on 09-09-2010
Filed under:
AppFabric
Windows Server AppFabric Customer Advisory Site
MSDN launched recently a new blog as part of putting some of best people in the Microsoft application middleware space under a common “virtual” roof which we proudly call Windows Server AppFabric Customer Advisory Team or AppFabric CAT for short. The...
Posted to
Damir Dobric Posts
by
Damir Dobric
on 09-03-2010
Windows Phone URI-mapping
Windows Phone provides an UriMapper object. That object defines a mapping that will be used through the entire application for all navigation process. URI mapping are used to “hide” real navigation structure and provide query string parameters to the...
Posted to
Damir Dobric Posts
by
Damir Dobric
on 09-02-2010
Filed under:
Windows Phone
SIlverlight Animation Rendering
Some developers know and some do not know that Silverlight has by default one Main thread. Depending on you application many other threads can be span. But there is always only one main thread which is responsible to render the UI objects on the page...
Posted to
Damir Dobric Posts
by
Damir Dobric
on 09-01-2010
Filed under:
Windows Phone
AppFabric error “not able to activate any of the hosts”
When working with long running processes (workflows) in AppFabric you will probably from time to tome get following errors: Error 1: WMS was not able to activate any of the hosts - backing off. Store name 'yourStoreName ('Root). Error 2: Failed...
Posted to
Damir Dobric Posts
by
Damir Dobric
on 08-28-2010
Filed under:
WCF
,
WF
,
AppFabric
AppFabric 'Cancel' command failure
If you see this error in AppFabric dashboard you might be suprised, because the error is cause by some workflow activity, which is not a part of your workflow. (1) 'Cancel' command failure: The message could not be dispatched because the service...
Posted to
Damir Dobric Posts
by
Damir Dobric
on 08-28-2010
InstancePersistenceCommand error in AppFabric
If you get following error in AppFabric dashboard, you will probably have no idea what the problem could be. An error processing the current work item has caused the workflow to abort. See the inner exception for details. InnerException Message...
Posted to
Damir Dobric Posts
by
Damir Dobric
on 08-27-2010
Filed under:
WCF
,
WF
,
AppFabric
re: Validate that file name before uploading a file...
Tnx for the tip, Manitra :) Cheers!
Posted to
Adis Jugo
by
Adis Jugo
on 08-26-2010
Task programming model on Windows Phone
Windows Phone provides several out of the box dialogs/pages which helps a user to compose some task like camera capturing or sending of an email. Such actions are called tasks in WP programming model. Because applications are not able to directly access...
Posted to
Damir Dobric Posts
by
Damir Dobric
on 08-23-2010
Filed under:
WindowsPhone