Debugging Castle WcfFacility installers jeremyj, January 1, 0001 Stepping through IWindsorInstaller implementations in web services created using the WcfFacility[1] is not as immediately accessible compared to debugging the start up of a console application. Just pressing ... Debugging Castle WcfFacility installers 0 0 0
Apache 2.4 and the missing SSL certificate chain issue, my notes. TJ, January 1, 0001 I'm running Mahara in a Windows Server 2008 environment using Apache web server and just for fun I wanted to enable SSL :-). I setup SSL and tested the setup using a self-signed certificate, all good, ... Apache 2.4 and the missing SSL certificate chain issue, my notes. 0 0 0
The Forefront Identity Manager Service cannot connect to the SQL ... Leonard Mwangi, January 1, 0001 After configuring user profile you get the correlation id and in event logs you get The Forefront Identity Manager Service cannot connect to the SQL Database Server. The SQL Server could not be contacted. ... The Forefront Identity Manager Service cannot connect to the SQL ... 0 0 0
Stylecop 4.7.20.0 has been released TATWORTH, January 1, 0001 Stylecop 4.7.20.0 has been released at http://stylecop.codeplex.co... Notes Compatible with the Visual Studio 11 Preview.Install order should be : VS10VS11R#6.1.1 msi (for VS10)R#6.1.1 ... Stylecop 4.7.20.0 has been released 0 0 0
Mother’s Day - To The Forgotten Moms… D'Arcy Lussier, January 1, 0001 Today is a day to celebrate mother’s everywhere. There will be breakfasts cooked, cards opened, gifts given, brunches and dinners shared. There will be church services where mothers are given flowers from ... Mother’s Day - To The Forgotten Moms… 0 0 7
Promoting BizTalk in your organisation Michael Stephenson, January 1, 0001 This week I was working with a customer and one of the interesting things in the organisation is that they have a fairly large investment in BizTalk but in general few people in the organisation are knowledgeable ... Promoting BizTalk in your organisation 0 0 1
Work Life Balance rickpetersen, January 1, 0001 Where’s Daddy? My wife, one year old daughter and I play a game that most other parents have played at some point; my wife will hold her and ask her "Where’s daddy?” and the response is invariably a wide-eyed ... Work Life Balance 0 0 0
MS Press Deal of the Week of MS Access Books TATWORTH, January 1, 0001 Microsoft press are offering 50% off Access books at http://shop.oreilly.com/cat... Powerful Database Solutions with Access Save 50% on Related Ebooks – One Week Only Learn ... MS Press Deal of the Week of MS Access Books 0 0 0
Clarification on the European Cookie Law ihaynes, January 1, 0001 The European Cookie Law finally became part of UK law in May 2011 and the ICO (Information Commissioners Office) will now start to enforce it after a year’s grace. Interpreting the requirements isn’t easy ... Clarification on the European Cookie Law 0 0 0
Visual Studio error when adding a BizTalk HL7 (BTAHL7) Project to... Daniel Hester, January 1, 0001 When you try to add a BTAHL7 Common Project, e.g. BTAHL7V2XCommon, to your Visual Studio 2010 solution you may encounter the following error: “Object reference not set to an instance of an object” This ... Visual Studio error when adding a BizTalk HL7 (BTAHL7) Project to... 0 0 0
SQL Server Blog: SQL, Code, Coffee, etc. MarlonRibunal, January 1, 0001 If you want to follow my blog, please visit MarlonRibunal.com. These are some of the posts you'll see on my blog:On the road less traveled: a DBA Roadmap reviewWho are the sysadmins in this sql server?Limiting ... SQL Server Blog: SQL, Code, Coffee, etc. 0 0 0
How to decide on SharePoint Metadata KunaalKapoor, January 1, 0001 Deciding the amount of metadata needed for a SharePoint project is one of the most complicated tasks in the project life cycle. Commonly known as Information Architecture, this task can really get messy ... How to decide on SharePoint Metadata 0 0 0
BizTalk SSO Storage Application for BizTalk Server 2010 Daniel Hester, January 1, 0001 Jon Flanders did some great work with SSO for storing BizTalk configuration data (used by .NET code) within the Enterprise SSO Database and the BizTalk team created a sample application for using SSO as ... BizTalk SSO Storage Application for BizTalk Server 2010 0 0 0
Stylecop 4.7.19.0 has been released TATWORTH, January 1, 0001 Stylecop 4.7.19.0 has been released at http://stylecop.codeplex.co... release fixes a problem I reported at http://stylecop.codeplex.co... whereby the need for "this." ... Stylecop 4.7.19.0 has been released 0 0 0
APress Deal of the Day - 7/May/2012 - Applied ASP.NET 4 in Contex... TATWORTH, January 1, 0001 Today's $10 Deal of the day from APress at http://www.apress.com/97814... is Applied ASP.NET 4 in Context"Applied ASP.NET 4 in Context answers the commonly asked question, "Yes, but how does it work ... APress Deal of the Day - 7/May/2012 - Applied ASP.NET 4 in Contex... 0 0 0
Moved! Dirk Eisenberg, January 1, 0001 After over 7 years on the Geeks with Blogs platform I moved. The new home of this blog based on WordPress. Please visit http://deisenbe.wordpress.com. The address http://blog.dirk-eisenberg.de will be ... Moved! 0 0 0
Catch Exceptions in Concurrent Flows Using Causalities Ralf Westphal, January 1, 0001 The previous article showed you how to easily parallelize flow operation execution with NPantaRhei (download the sources from github). Once operations run concurrently, though, you´ve to pay your dues. ... Catch Exceptions in Concurrent Flows Using Causalities 0 0 0
Tiny UML Sequence Diagram Markup Language for Agile Developer Doc... George Mamaladze, January 1, 0001 I hate overdocumented software components and frameworks. There are top 3 reasons for that: Only the code tells the truth(programmer.97things.o... The ... Tiny UML Sequence Diagram Markup Language for Agile Developer Doc... 0 0 0
filterContext.RouteData.Values null ? 80n, January 1, 0001 I’m using ASP.NET MVC 3. I was used to rely on filterContext.RouteData.Values to get parameters from the url var idEdited = filterContext.RouteData.Val... This works fine as long as the url does ... filterContext.RouteData.Values null ? 0 0 1
Subterranean IL: The ThreadLocal type simonc, January 1, 0001 I came across ThreadLocal<T> while I was researching ConcurrentBag. To look at it, it doesn't really make much sense. What's all those extra Cn classes doing in there? Why is there a GenericHolder<T,U,V,W> ... Subterranean IL: The ThreadLocal type 0 0 0
Easily Parallelize Operations in Flows Using the Flow Execution E... Ralf Westphal, January 1, 0001 My previous article introduced the Flow Execution Engine NPantaRhei (download here from github). It showed how to define a data flow and register its operations. By default such flows are executed synchronously ... Easily Parallelize Operations in Flows Using the Flow Execution E... 0 0 0
Stylecop 4.7.18.0 has been released TATWORTH, January 1, 0001 Stylecop 4.7.18.0 has been released at http://stylecop.codeplex.co... Notes Compatible with the Visual Studio 11 Preview.Install order should be : VS10VS11R#6.1.1 msi (for VS10)R#6.1.1 ... Stylecop 4.7.18.0 has been released 0 0 0
Relative and absolute URLs in CEWP PointsToShare, January 1, 0001 Relative and absolute URLs in CEWP Microsoft’s own explanation of the CEWP in:http://office.microsoft.... includes the following caveat: ... Relative and absolute URLs in CEWP 0 0 0
MICROSOFT SHAREPOINT ONLINE CODE ANALYSIS FRAMEWORK (MSOCAF) – A ... KunaalKapoor, January 1, 0001 MICROSOFT SHAREPOINT ONLINE CODE ANALYSIS FRAMEWORK (MSOCAF) is a must have for all SharePoint Vendors and Customers. Microsoft SharePoint Online introduced a new application which will streamline the ... MICROSOFT SHAREPOINT ONLINE CODE ANALYSIS FRAMEWORK (MSOCAF) – A ... 0 0 0
How to submit data from an InfoPath 2010 form to SharePoint 2010 ... KunaalKapoor, January 1, 0001 This post covers a step by step guide to add/update data from InfoPath to SharePoint.The prerequisites for this post and the tasks covered are SharePoint 2010 and Microsoft OfficeInfoPath Designer 2010 ... How to submit data from an InfoPath 2010 form to SharePoint 2010 ... 0 0 3
Community TFS Build Manager – Build Notes Preview Tarun Arora [Microsoft MVP], January 1, 0001 The Community TFS Build Manager (TBM) is an open source build management solution developed by the ALM rangers, the build manager simplifies the management of builds in medium to large Team Foundation ... Community TFS Build Manager – Build Notes Preview 0 0 0
PreCompile query is now available in EF 5.0 i.e in VS 2011 Chandradev, January 1, 0001 Normal 0 false false false EN-IN X-NONE X-NONE MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; ... PreCompile query is now available in EF 5.0 i.e in VS 2011 0 0 0
Sask 3.0 Summit–Day 2 and Final Thoughts D'Arcy Lussier, January 1, 0001 Day 2 of the summit was more of the same from Day 1 – which is to say fantastic speakers, insightful presentations, and great discussions. I really enjoyed the afternoon breakout sessions where attendees ... Sask 3.0 Summit–Day 2 and Final Thoughts 0 0 1
Metro design inspiration Laurent Bugnion, January 1, 0001 [This is the English version of an article I wrote for the Netzwoche publication in Switzerland. This is part 2 of a 3-parts article about Metro. The original article in German can be found online on the ... Metro design inspiration 0 0 0
Installing TFS 2011 Beta in a Virtual Machine ryanabr, January 1, 0001 This was about as straight forward of an affair as one would think for installing a Beta product. Once I got over my own memory lapses of what do first. VMWare Player: After spending about an hour trying ... Installing TFS 2011 Beta in a Virtual Machine 0 0 0
Using Object-relational mapping (ORM) with Salesforce Entities dataintegration, January 1, 0001 Object-relational mapping (ORM) technique can bridge your logical business model with your physical storage model.Hibernate is a popular object-relational mapping library for Java, providing a framework ... Using Object-relational mapping (ORM) with Salesforce Entities 0 0 0
Introduction to the Flow Execution Engine NPantaRhei Ralf Westphal, January 1, 0001 How can data processing flows be implemented in an easy manner? What I call data flow processing – or flow design (FD) - I´ve defined here and described here for example. (Although this might look like ... Introduction to the Flow Execution Engine NPantaRhei 0 0 0
Weekly Cloud Newsround 2012-17 Alan Smith, January 1, 0001 Filtering the informative, insightful and quirky from the fire hose of cloud-based hype. Google’s “Google Drive” has been leading the news this week, and has sparked off some debate about the data storage ... Weekly Cloud Newsround 2012-17 0 0 1
Connect QuickBooks to SQL Server through SSIS dataintegration, January 1, 0001 Using SQL Server as a backup for critical business data provides an essential safety net against loss. In addition, backing up data to SQL Server enables business users to more easily connect that data ... Connect QuickBooks to SQL Server through SSIS 0 0 0
Connect SalesForce to SQL Server through SSIS dataintegration, January 1, 0001 Using SQL Server as a backup for critical business data provides an essential safety net against loss. In addition, backing up data to SQL Server enables business users to more easily connect that data ... Connect SalesForce to SQL Server through SSIS 0 0 0
Using Cookie-Based Authentication with the CData SharePoint Data ... dataintegration, January 1, 0001 This article walks through the process of using the SharePoint Data Provider and authenticating with SharePoint Online / Office 365. This tutorial covers how to perform authentication programmatically ... Using Cookie-Based Authentication with the CData SharePoint Data ... 0 0 0
LINQ to QuickBooks dataintegration, January 1, 0001 This article demonstrates how to use LINQ to access tables in QuickBooks through the QuickBooks ADO.NET Data Provider. To do this you will LINQ to Entity Framework, which is used to generate the connection ... LINQ to QuickBooks 0 0 0
Hooking into Google Apps With CData Google Data Provider dataintegration, January 1, 0001 By Mike Gold, November 30, 2010 This article was originally written and hosted on c-sharp cornerIntroductionThe world is full of information and there are all kinds of ways to access it. The Microsoft ... Hooking into Google Apps With CData Google Data Provider 0 0 0
Query Google Calendars, Contacts, and Documents from PowerShell dataintegration, January 1, 0001 Are you looking for a quick and easy way to access Google Drive from PowerShell? The CData Google Apps Data Provider provides an easy-to-use ADO.NET interface that you can take advantage of from PowerShell ... Query Google Calendars, Contacts, and Documents from PowerShell 0 0 0
Accessing website data using ADO.NET dataintegration, January 1, 0001 Accessing Website Data Using ADO.NETBy i-programmer, January 24, 2011 This article was originally written and hosted on i-programmerIntroductionInt... with websites via the wide range of APIs that ... Accessing website data using ADO.NET 0 0 0
Databind Charts to Salesforce Data dataintegration, January 1, 0001 Databinding enables bidirectional access to data from UI controls. You can use the CData ADO.NET Provider for Salesforce to easily databind Salesforce data to Windows Forms and Web controls in Visual Studio. ... Databind Charts to Salesforce Data 0 0 0
OLAP Reporting Directly from QuickBooks using ComponentOne OLAP f... dataintegration, January 1, 0001 By Rich Dudley, ComponentOne, December 6, 2010 This article was originally written and hosted on the ComponentOne Community SiteThe CData QuickBooks Driver abstracts the QuickBooks API into a familiar, ... OLAP Reporting Directly from QuickBooks using ComponentOne OLAP f... 0 0 0
[sys].[sp_dboption]missing in SQL 2012 Leonard Mwangi, January 1, 0001 This morning I decided to be a little adventurous and install SharePoint 2010 on SQL 2012 environment and the first thing I noticed is that the installation fails because in SQL 2012 Microsoft has removed ... [sys].[sp_dboption]missing in SQL 2012 0 0 0
JQueryUI Accordion : “OnSelected” trigger and get sel... 80n, January 1, 0001 I was looking for a kind of onselected trigger for the JQueryUI accordion (v 1.8.11). The proper way to do this is to use the “change” event of the accordion : <script type="text/javascript"> $(document).ready(function ... JQueryUI Accordion : “OnSelected” trigger and get sel... 0 0 3
Sask 3.0 Summit–Moving to Open Government D'Arcy Lussier, January 1, 0001 More and more we’re hearing about Open Government and its become a buzz word over the last few years. Those two words conjure up varied imagery based on who you talk to, and my own bias was this idea that ... Sask 3.0 Summit–Moving to Open Government 0 0 0
Accessing controls in DataTemplate for Listbox in WPF H@Ni, January 1, 0001 Hello, I've been searching around on how to access controls that are in DataTemplate for the listbox items in WPF and I came through this post that explained it all in an easy way. Regards ... Accessing controls in DataTemplate for Listbox in WPF 0 0 0
Log JavaScript errors to the server. Michael Freidgeim, January 1, 0001 Some time ago I found debugging - Automatic feedback on JavaScript error - Stack Overflow. and the discussion has links to Logging JavaScript Errors To ASP.NET(Unfortunately the link to download in the ... Log JavaScript errors to the server. 0 0 3
BizTalk Anti Pattern – Don’t over complicate your maps Michael Stephenson, January 1, 0001 Name: Don't over complicate your map Description: I was recently looking at a BizTalk map which had a bug in it and one of the things that I notices was that the developer had strung together a number ... BizTalk Anti Pattern – Don’t over complicate your maps 0 0 2
Database continuous integration step by step David Atkinson, January 1, 0001 This post will describe how to set up basic database continuous integration using TeamCity to initiate the build process, SQL Source Control to put your database under source control, and the SQL Compare ... Database continuous integration step by step 0 0 0
How to delete SharePoint alerts for orphaned (deleted) users&ndas... Kelly Jones, January 1, 0001 An issue came up at my client recently, where our webmaster email account was being flooded with non deliverable email notices. Messages were bouncing back because our SharePoint farm was sending alerts ... How to delete SharePoint alerts for orphaned (deleted) users&ndas... 0 0 2