BloggingAbout.NET
Thoughts of developers
Sign in
|
Join
|
Help
Home
Blogs
Media
Blogs
Blogs
RSS Syndication
Opml
Blogs on this Site
Tags
.NET
Architecture and Design
ASP.NET
BizTalk
BizTalk 2004
BloggingAbout.NET
C#
Code Samples
Development
General
Miscellaneous
Other
Personal
Sharepoint
Silverlight
SQL Server
Team Foundation Server
Things from around the web
Tools
Utilities
Visual Studio
Visual Studio 2008
WCF
Windows Vista
Work
View more
Sort By:
Most Recent
|
Most Viewed
|
Most Commented
AppFabric components
Quite some confusion around what AppFabric is lately. Probably due to all the name changes. It breaks down in an on premise and cloud variant: 1. Windows Server AppFabric (on premise) It's a set of integrated technologies that make it easier to build...
Posted to
Gerben van Loon
by
Gerben van Loon
on Mon, Feb 8 2010
Custom Action Definitions in SharePoint 2010
Since the info on the MSDN page about Custom Action Definitions in SharePoint 2010 (at this moment) isn't correct - it actually is specific to SharePoint 2007 - i decided to put the correct info on my blog. I will make regular updates on this post...
Posted to
Arjen Bloemsma
by
Arjen Bloemsma
on Thu, Feb 4 2010
Filed under:
SharePoint 2010
Removing My Profile menu items from the QuickLaunch menu on your MySite
A few days ago I ran into a problem, because I had to alter the QuickLaunch menu for the mySites. Easy as Pie, I thought. I wrote a Feature that was able to add or delete nodes based on it's link name: When using titles there could be a problem when...
Posted to
BBB - Bas Blogging 'Bout.Net
by
Bas
on Tue, Feb 2 2010
Filed under:
MySite
,
Navigation Provider
,
QuickLauch
WCF Best Practices series done!
Whooo... it's done! Had these articles in the pipeline for quite a while :-). They come from my years of WCF experience started around 2005 with the CTPs until now. Hope you find the posts usefull, let me know. Enjoy: #1 Don't build a WCF service...
Posted to
Gerben van Loon
by
Gerben van Loon
on Mon, Feb 1 2010
Filed under:
WCF
WCF Best Practice #6: Know the limits of reliable Messaging with WCF
In addition to the WCF Best Practices that are already around. WCF Best Practice #6: Know the limits of reliable Messaging with WCF. WCF has an implementation of WS-ReliableMessaging. Due to its name it’s often thrown in as the solution to all reliability...
Posted to
Gerben van Loon
by
Gerben van Loon
on Mon, Feb 1 2010
Filed under:
WCF
WCF Best Practice #5: One-way is not always really one-way
In addition to the WCF Best Practices that are already around. WCF Best Practice #5: One-way is not always really one-way: Be aware that the client.Close() can block until the service operation is done. Yes you read it right even when oneway a client...
Posted to
Gerben van Loon
by
Gerben van Loon
on Mon, Feb 1 2010
Filed under:
WCF
WCF Best Practice #4: Know your tools
In addition to the WCF Best Practices that are already around. WCF Best Practice #4: know your tools: Tools from the SDK: The framework sdk comes with quite some tools that are essential for the WCF developer: They are listed here: http://msdn.microsoft...
Posted to
Gerben van Loon
by
Gerben van Loon
on Mon, Feb 1 2010
Filed under:
WCF
WCF Best Practice #3: Contract first
In addition to the WCF Best Practices that are already around. WCF Best Practice #3: Contract first: Not really a best practices but still an important thing to know if you’re new to WCF. WCF isn’t very good at developing contract first. By...
Posted to
Gerben van Loon
by
Gerben van Loon
on Mon, Feb 1 2010
Filed under:
WCF
WCF Best Practice #2: Don't forget XmlNamespace settings
In addition to the WCF Best Practices that are already around. WCF Best Practice #2: Don't forget XmlNamespace settings: By default WCF puts the “http://tempuri.org/” namespace in your wsdl and contracts. Normally you don’t want...
Posted to
Gerben van Loon
by
Gerben van Loon
on Mon, Feb 1 2010
Filed under:
WCF
WCF Best Practice #1: Don't build a WCF service
In addition to the WCF Best Practices that are already around. WCF Best Practice #1: Don't build a WCF service: Be sure to know why you’re building a service for something. WCF has impact on development time, deployment, performance, etc. Don’t...
Posted to
Gerben van Loon
by
Gerben van Loon
on Mon, Feb 1 2010
Filed under:
WCF
Windows Communication Foundation (WCF) Best Practices
WCF is already around for a while, though best practices aren’t very well known in the developer community. In my search for resources that summarize them best I can recommend the following ones: - Mehran Nikoo indexed the Microsoft articles that...
Posted to
Gerben van Loon
by
Gerben van Loon
on Mon, Feb 1 2010
Filed under:
WCF
2010: Year of: Tablets, E-Readers, Internet Phones
A while back I predicted that motion detection would be the future of gaming . I think we can say that with Sony and Microsoft heavily investing in motion detection and have some big projects down the line. Microsoft with Project Natal and Sony with the...
Posted to
Mischa Kroon
by
Mischa Kroon
on Sun, Jan 31 2010
Filed under:
Motion Detection
Back from LEAP 2010 trip to Redmond
Came back from the LEAP 2010 trip to Redmond last weekend. For those who aren’t familiar with LEAP, it stands for Lead Enterprise Architect Program [1]. It’s a program organized by Microsoft in the Netherlands. It starts with five master classes...
Posted to
Gerben van Loon
by
Gerben van Loon
on Fri, Jan 29 2010
Avanade Online Services is Public now
This week Avanade publicly announced Avanade Online Services. A new business for Avanade, AOS makes it possible to offer Avanade’s solutions and offerings in a Software-as- a-Service (SaaS) model. SaaS allows companies to access software when and where...
Posted to
System.Web.Services.Protocols.BrainException
by
Mark Willems
on Fri, Jan 29 2010
BizTalk: Two versions of a schema side by side and using them in orchestrations
Schema versioning in BizTalk is always a difficult thing to do. When small changes are done on a schema (for a new solution), but this schema is already in use by a solution which is currently in production, you have to be very careful. BizTalk defines...
Posted to
Vincent Scheel
by
Vincent Scheel
on Tue, Jan 26 2010
Filed under:
BizTalk
,
SIde by Side
,
subscription
,
UnexpectedMessageTypeException
,
versioning
,
Schema
,
Deployment
1
2
3
4
5
Next >
...
Last »
Copyright © 2003-2008 BloggingAbout.NET