(Bipin Joshi) Recently a reader asked: Can CreateUserWizard control be customized to show a predefined Security Questions instead of allowing user to enter his own question?
Author: SSWUG Research
Cancellable ‘awaiting’ on .NET events
(BenWilli) My last couple of posts have been inspired by await-ing things (see Lucian’s list) which allow you to use Tasks and the new C# async features to write synchronous looking expressive code around things that are not based on threads.
XML- RPC Client
(Benson Wong) This tutorial is written for the PHP developer interested in implementing an XML-RPC client in PHP.
SSWUGtv: How do you stay focused on your work during the summer months? Take some tips from Laura Rose!
Video Programming for IT Professionals Career management advice, coaching and much more. We discuss making the best of your professional development, provide specific tips and ideas for advancing your career and even answer questions from field.
Selecting Items from a Collection using Another Collection with LINQ Joins
(Peter Vogel) Here’s the problem: you have a collection of objects with lots of information in those objects (the “rich” objects). You also have a collection of objects that represent a selection your user made in your application’s UI (the “selected” objects).
Integrating IBM Business Process Manager Standard with synchronous and asynchronous applications using IBM Integration Bus V9
(Andrew J. Howes and Grace Wong) IBM Integration Bus V9 (IBM IB) has new functionality to facilitate integration with IBM Business Process Manager Standard (IBM BPM). For IBM BPM business process definitions (BPDs) that require access to synchronous services, the IBM BPM user can simply define the i
Configuring the Analysis Services Processing Task in SQL Server 2012 Integration Services
(Dallas Snider) How can we gain more control over the processing of the Analysis Services objects in SQL Server 2012?
Improving SSRS Report Performance by Applying Filters/Ranges Earlier – Part 2
(yxjin) We post it second because it is a low hanging fruit for better performance. One example helps explains this pattern. Here is a code excerpt from CustTransOpenPerDate report.
Different Types of SQL Server Triggers
(Archit Patel) Triggers are database objects. Basically, these are special type of stored procedures that are automatically fired/executed when a DDL or DML command statement related with the trigger is executed. Triggers are used to assess/evaluate data before or after data modification using DDL a
SharePoint and Beginning Branding: CSS is the Key
(Mark Miller) With CSS, any site manager can make some very effective updates to their site without access to the server.

