Integrating Integrators – BizTalk, Windows Azure, Windows Workflow, and Beyond
Join
Sign in
Search Options
Search Everything
Search Windows Workflow
Home
AppFabric
BizTalk Server
Windows Azure
Windows Workflow
Jobs (Hire A Guru)
More ...
Home
»
Windows Workflow
»
Windows Workflow Community Blogs via Syndication
»
October, 2011
October, 2011
Windows Workflow
This is the top level group for Microsoft Windows Workflow Foundation. Find blogs, samples, videos, and learning resources for various versions of workflow including 3.0, 3.5, and 4.0 here.
Get this RSS feed
Home
Blog
Files
Wiki
Sitewide Application Navigation
Home
Blogs
Media
Forums
Wikis
Groups
Options
Email Blog Author
RSS for posts
Monthly Archive List
Archives
May 2013
(10)
April 2013
(11)
March 2013
(10)
February 2013
(7)
January 2013
(14)
December 2012
(7)
November 2012
(7)
October 2012
(10)
September 2012
(8)
August 2012
(7)
July 2012
(22)
June 2012
(10)
May 2012
(6)
April 2012
(10)
March 2012
(4)
February 2012
(6)
January 2012
(8)
December 2011
(11)
November 2011
(8)
October 2011
(11)
September 2011
(23)
August 2011
(18)
July 2011
(2)
June 2011
(5)
May 2011
(17)
April 2011
(22)
March 2011
(25)
February 2011
(11)
January 2011
(20)
December 2010
(17)
November 2010
(10)
October 2010
(7)
September 2010
(2)
August 2010
(3)
July 2010
(1)
June 2010
(7)
May 2010
(4)
April 2010
(11)
March 2010
(12)
February 2010
(7)
January 2010
(25)
December 2009
(23)
November 2009
(20)
October 2009
(3)
September 2009
(1)
July 2009
(2)
June 2009
(2)
Tags
.NET
AppFabric
ASP.NET
Azure
Cloud
Community News
Denali
designer
expressions
ExpressionTextBox
Kushal Shah
MVC
Sharepoint 2010
SharePoint 2013
SSAS
Tabular Model
Talks
Visual Studio
vs2010
WCF
WF
WF 4.0
WF4
Workflow
Workflowrkflow
Windows Workflow Community Blogs via Syndication
Windows Workflow Foundation related bloggers. All content is property of the original blog owner.
RSS for posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Windows Workflow Community Blogs via Syndication
Web Forms Model Binding Part 3: Updating and Validation (ASP.NET 4.5 Series)
Posted
over 2 years ago
by
Syndicated Workflow Author
This is the fifth in a series of blog posts I’m doing on ASP.NET 4.5. The next releases of .NET and Visual Studio include a ton of great new features and capabilities. With ASP.NET 4.5 you’ll see a bunch of really nice improvements with both Web Forms and MVC – as well as in the core ASP.NET base foundation that both are built upon. Today’s post is the third of three posts in the series that talk about the new Model Binding support coming to Web Forms. Model Binding is an extension of...
Windows Workflow Community Blogs via Syndication
When to choose tabular models over PowerPivot models
Posted
over 2 years ago
by
Syndicated Workflow Author
Sometimes people ask me for the slide deck to my PASS presentation . I send out the deck, but there is only one slide in there that is worth anything. This post summarizes the only useful slide in the entire deck. Let’s think about this question – why are tabular models necessary when we already have PowerPivot? After all, tabular models and PowerPivot models use the same engine and have the same capabilities for defining rich business logic in DAX. When is it necessary to migrate to tabular models...
Windows Workflow Community Blogs via Syndication
Making tabular models more sensitive
Posted
over 2 years ago
by
Syndicated Workflow Author
Case sensitive, that is. Last year, Denny Lee posted about PowerPivot’s case insensitivity problem . Tabular models have the same insensitivity problem by default. As I mentioned in my previous post on language and collation settings , when creating a new tabular project, the collation used by default is picked by the engine for you based on the language setting provided by SQL Server Data Tools (BIDS). For example, if you are running ENU tools, new tabular model projects get a Latin1_General_CI_AS...
Windows Workflow Community Blogs via Syndication
Collation and language settings in tabular models
Posted
over 2 years ago
by
Syndicated Workflow Author
Collation and language settings are tricky; so tricky that my two planned blog posts on this topic can only scratch the surface of what goes on under the covers here. This post is a simplified overview of collation and language settings for Denali. In a future post I will show you an example of how to work with collations. There are two read-only properties on tabular models, Collation and Language, that give you a hint as to what the engine is thinking when it formats and sorts your data. For tabular...
Windows Workflow Community Blogs via Syndication
WF4 WorkflowServices Troubleshooting Tip: Browse the XAMLX
Posted
over 2 years ago
by
Syndicated Workflow Author
I was doing some work on my Contoso HR Workflow Services sample application today when for some strange reason things were not working at all. I found that when I tried to send a message to the Workflow Service from the ASP.NET code I got this exception. System.ServiceModel.CommunicationException was unhandled by user code Message=The server did not provide a meaningful reply; this might be caused by a contract mismatch, a premature session shutdown or an internal server error. Setting...
Windows Workflow Community Blogs via Syndication
The BI semantic model, MDX, DAX, and you
Posted
over 2 years ago
by
Syndicated Workflow Author
When I was at PASS I fielded a bunch of questions about the BI semantic model, multidimensional (OLAP), and tabular (VertiPaq) models. I think there is some confusion about what the BI semantic model, multidimensional, and tabular models actually are, and when precisely you can use MDX and DAX with multidimensional and tabular models. Hopefully this post will clear up some of these issues. I will dive into the gory details and then provide a summary. If you are not interested in gory details, just...
Windows Workflow Community Blogs via Syndication
DAX Editor for SQL Server going to CodePlex
Posted
over 2 years ago
by
Syndicated Workflow Author
Hi, today at my PASS session I gave a demo of a DAX Editor. This is a sample written by three testers on the Analysis Services team - Nick Medveditskov, Karen Aleksanyan, and Sergey Volegov. We will making this sample available on CodePlex as soon as we figure out how to push a magic publishing button. The DAX Editor is a brand new extension to VS 2010. It’s totally unrelated to the MDX and DAX formatter already available . In this new extension, the user can edit DAX queries. The extension...
Windows Workflow Community Blogs via Syndication
Heading to SQL PASS
Posted
over 2 years ago
by
Syndicated Workflow Author
I am spending the next couple of days getting ready for PASS Summit 2011 . I have a session on Thursday afternoon, 3 PM, on Developing and Managing a Business Intelligence Semantic Model (BISM) in SQL Server Code Name “Denali” Analysis Services . The talk won’t be just a rehash of the stuff on my blog (although you will definitely see some of its content live). I also have a very cool demo to share with all of you. Without giving too much away, some people on our team have developed a very nice sample...
Windows Workflow Community Blogs via Syndication
Recovering your model when you can’t save the BIM file
Posted
over 2 years ago
by
Syndicated Workflow Author
It is possible for the tabular designer to get into an error state. If you try to save the model, you can get this error message: “Unable to save the file Model.bim. Reason: The file cannot be saved because it is marked as readonly.” Most of the time, you see this error if the tabular designer has lost the connection to the workspace database server at some point during the editing session. This can happen if the workspace database server is restarted or if the network connectivity is lost. We did...
Windows Workflow Community Blogs via Syndication
Configuring a workspace database server
Posted
over 2 years ago
by
Syndicated Workflow Author
Marco Russo has a nice post about the basics of configuring the workspace database server . You can use his post to learn how to set the tabular instance to use for the workspace database server for new and existing projects. However, there’s more to picking a workspace database server than just picking an instance. You should think about whether you are picking a local or remote instance, and you should also think about the service account running the instance. Your choices here affect the behaviour...
Windows Workflow Community Blogs via Syndication
SignedXml.CheckSignature() can’t find the certificate for verification
Posted
over 2 years ago
by
Syndicated Workflow Author
The System.Security.Cryptography.Xml namespace has been there since the dawn of time, and the look and feel of the API is rough at best. To top that, the MSDN documentation isn’t really something to lean on either, and it’s been a long, long time since I last tried to get acquainted with it. I’ve done some [...] Blog Post by: larsw
Page 1 of 1 (11 items)