(Bipin Joshi) The data entered by the end user in various form fields must be validated before it is saved in the database. Developers often use validation HTML helpers provided by ASP.NET MVC to perform the input validations.
Author: SSWUG Research
APAR Friday: Part 2, a few more that might be of interest
(Willie Favero) Here are a couple more APARs that I thought sounded interesting or are in areas that I spend a lot of time. No HIPERs or Red Alerts this time.
Using compound triggers to boost your journal table performance
(Jeffrey Kemp) If your schemas are like those I deal with, almost every table has a doppelgänger which serves as a journal table; an “after insert, update or delete” trigger copies each and every change into the journal table. It’s a bit of a drag on performance for large updates, isn’t it?
Oracle Database Load Testing Tools – Overview
(Yury Velikanov) Someone just asked at Pythian’s internal forum the following question: “The team here is evaluating DB load testing tools (Hammerdb, Orion, SLOB, and Swingbench) and was wondering about our experience in using different tools and what is our opinion?” I have experience using some th
Analysis Services Multidimensional Now Works With Power View–And Why That’s Important
(Chris Webb) By now you may have already heard the news that, as part of SQL Server 2012 SP1 CU4, new functionality has been released that means that Power View now works with Analysis Services Multidimensional (ie cubes, as opposed to the Tabular Model, which always worked with Power View).
C++ Introspection
(Diego Dagum) C++ programmers, unlike Java and .NET developers, don’t get the benefit of runtime introspection — the ability to learn about a class’s features. However, C++ offers some limited introspection at both compile time and runtime that are worth examining.
Enabling Underflow and Overflow Checking within Visual Studio
(Rion Williams) Overflow and underflow aren’t errors that most developers encounter within their daily lives (unless you work with numbers often) and its likely even less often that you will actually encounter an actual Overflow exception.
Real World OAuth using ASP.NET MVC
(Sumit Maitra) This article demonstrated how to hack into the new OAuth integration using DotNetOpenAuth in an ASP.NET MVC application and retrieve all possible user information from the Provider.
The DB2Night Show z38: zIIPs and zAAPs in DB2 10
(Martin) 100% of our studio audience learned something! Cristian described zIIPs and zAAPS, and provided techniques to estimate savings, and for eligibility and monitoring.
Export to XML Using SSIS
(Divya Agrawal Shah) Recently I was given a task to export data in XML format using SSIS. I initially thought it should be straight forward – just dump it in a flat file and give it a name xml type, however SSIS has no XML destination just an XML source. I had no luck dumping the XML in flat file. […]
