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
»
November, 2011
November, 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
June 2013
(6)
May 2013
(15)
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
WCF
WF
WF 4.0
WF 4.5
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
(WF4) Adding VB namespace Imports to your workflow programmatically
Posted
over 2 years ago
by
Syndicated Workflow Author
These questions (paraphrased) have come up a bunch of times so it’s not that hard to find the answer, but I just rediscovered them so it’s on topic for today. “I want to add a namespace to the Imports designer automatically at design time, so the user doesn’t have to do it manually. How can I do that?” “I modified a workflow using C# code to add/remove VB expressions. None of my VB expressions work at runtime because it can’t resolve the types involved (e.g. System.Collections.ObjectModel.Collection...
Windows Workflow Community Blogs via Syndication
Using Edit Table Properties on a partitioned tabular model
Posted
over 2 years ago
by
Syndicated Workflow Author
In PowerPivot, the Edit Table Properties dialog box is used for a few things. It is used to add columns to a table, remove columns from a table, and adjust the set of rows included in the table. This works great for PowerPivot. All the data in the PowerPivot model is stored in a single partition, so there is no ambiguity as to what goes where. As soon as you change the table definition in the Edit Table Properties dialog, the partition definition for the table is modified, the table is reprocessed...
Windows Workflow Community Blogs via Syndication
New Bundling and Minification Support (ASP.NET 4.5 Series)
Posted
over 2 years ago
by
Syndicated Workflow Author
This is the sixth in a series of blog posts I'm doing on ASP.NET 4.5. The next release 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 covers some of the work we are doing to add built-in support for bundling and minification into ASP.NET - which makes it easy to improve the...
Windows Workflow Community Blogs via Syndication
Impersonation in tabular models
Posted
over 2 years ago
by
Syndicated Workflow Author
Here is a pop quiz on impersonation when connecting to a data source for tabular models. Question 1: How many impersonation options are supported for tabular models? 2, as shown in the tabular designer 3 4, as shown in SSMS Question 2: My impersonation credentials are validated in the Import Wizard. True False Question 3: If I see data in the Preview and Filter pane in the Import Wizard, then the user specified in the impersonation page has access to the data source and my data will be imported....
Windows Workflow Community Blogs via Syndication
Securing your tabular model
Posted
over 2 years ago
by
Syndicated Workflow Author
Now that RC0 has arrived I can finally post about security for tabular models. I have put off writing about security because I think the RC0 documentation on this subject is really quite good so I don’t have too much to add. Also, we had a minor feature add for RC0 that is very exciting. You can now create and delete roles in SSMS. Also, you can edit the row filters for a role in SSMS. The row filter editing functionality in SSMS is rather rudimentary (no autocomplete or semantic error validation...
Windows Workflow Community Blogs via Syndication
PowerPivot measures command – no really, don’t modify it manually!
Posted
over 2 years ago
by
Syndicated Workflow Author
If you look in the metadata of a BIM file, or if you look at the .dax file generated by the DAX Editor , you will see the following perplexing comment: -------------------------------------------------------- -- -- PowerPivot measures command (do not modify manually) -- ---------------------------------------------------------- This is actually a meaningful comment. Despite having PowerPivot in the name, it is used in the tabular designer in Visual Studio as well. This header is used to tell the...
Windows Workflow Community Blogs via Syndication
Changing your font and keyboard shortcuts in the tabular designer
Posted
over 2 years ago
by
Syndicated Workflow Author
If you look carefully, you can see my roots showing. No, not my hair – you can see my old job showing. When I came to work on the Analysis Services team, we had to design an “environmentally friendly” Visual Studio package in a hurry using the Visual Studio extensibility framework , same as everybody else. You know who else did this? Workflow. I leveraged my experience (re: reused old designs and specs from my old friends) and you can see chunks of this in the tabular designer. For example, to change...
Windows Workflow Community Blogs via Syndication
Least discoverable feature: importing more tables from an existing connection
Posted
over 2 years ago
by
Syndicated Workflow Author
You’ve run the import wizard, and imported a bunch of tables into your tabular model. Now you want to import one more from that same connection. How do you do this? What you need is the Existing Connections dialog. To start the Existing Connections dialog, go to Model->Existing Connections or click the Existing Connections button on the toolbar: Either operation starts the Existing Connections dialog. Select the connection you want to reuse, then click Open: This operation then takes you directly...
Page 1 of 1 (8 items)