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.
Author: SSWUG Research
SharePoint: Search in XsltListViewWebPart
(Dmitry Kozlov) My customer has a long list with many text fields. I need to give his users a tool for quick navigation in this list, as well as for searching and editing elements. The best solution was a text filter.
Setting The Permissions For Screens Using LightSwitch Visual Studio 2012
(Ashwani Tyagi) In this article I describe how to create permission using LightSwitch in Visual Studio 2012.
Determining the CPU usage of applications running in WebSphere Application Server on z/OS
(Karl Gaffney and Daniel McGinnes) When many applications are deployed and running concurrently in an IBM WebSphere Application Server environment, it is often desirable to determine which of these applications are consuming CPU resources. This is especially true if it is suspected that one or more
When does MySQL perform IO?
(morgan tocker) In my previous post, I wrote about when data gets loaded in and out of cache. The goal of caching is to avoid having to perform disk IO, which if we are talking about hard drives, each operation is about 20 million times slower than CPUs or about 100 thousand times slower than memory
Uploading Big files to Azure Storage from ASP.NET MVC
(Suprotim Agarwal) In our previous article we saw how we could multiple upload file to Azure Blob Storage emulator. However it had a major limitation of being able to handle files of sizes which is less than the max size handled by IIS (by default 4MB).
DB2 Locking, Part 6: Claims, Drains, and Partition Independence
(Craig S. Mullins) DB2 augments resource serialization using claims and drains in addition to transaction locking. The claim and drain process enables DB2 to perform concurrent operations on multiple partitions of the same table space.
Simpler Development with the new List ADF Faces component in 11.1.1.7
(Shay Shmeltzer) A new component that showed up in the JDeveloper 11.1.1.7 release is the af:listView component. This component will become more and more popular as more people target tablet devices with ADF Faces UI. The component allows you to create a scrollable list from a collection of data, an
Redirecting ASP.NET Legacy URLs to Extensionless with the IIS Rewrite Module
(Scott Hanselman) ASP.NET has included support for "friendly URLs" for a while now. ASP.NET MVC has always supported friendly URLs and more recently, so has Web Forms. That means if you don’t want to have the .aspx extension, you certainly don’t have to.
Using Cross Origin Resource Sharing (CORS) in ASP.NET Web API
(Bipin Joshi) For security reasons browsers prohibit AJAX calls to resources residing outside the current origin. This means you under the current settings, you can’t provide a service exposed by a Web API to some other origin. However, at times you might want to allow a legitimate origin to access

