(Anoop Madhusudanan) Code generation should be simple, and I wanted to do it by using a simple XML file as my model from with in Visual Studio. So, here is a quick wrapper I’ve created for Xml driven code generation for minimalists/minimal scenarios.
Other News
ResizableControlExtender in AJAX Using ASP.NET
(Alok Pandey) The ResizableControl allows the user to resize a control in form. A resizable handle is attached to the bottom left of the target control that allows the user to resize the dimensions of the control. The properties of the ResizableControlExtender is given below.
Database Error Handling
Database Error Handling SQL Server had a very simplistic error handling capability before SQL Server 2005 was released. The Global System Variable @@ERROR contained the value of any error occurring from the last statement. If no error it contained the value zero. For granular error trapping you had to test @@ERROR after each statement to assure all was well. SQL […]
Error Handling Techniques
Error Handling Techniques In my opinion, Error handling is one of most important skills in enterprise level software. Often, handling errors is an afterthought, and is enhanced more often through need to debug code rather than a planned approach. I like to think of error handling with a few different dynamics. Managing the Proccess Flow Continue Processing Stop the process […]
Lore’s XML Data Model
In Lore’s new XML-based data model, an XML element is a pair where (eid, value) eid is a unique element identifier, and value is either an atomic text string or a complex value containing the following four components:
How IBM and Oracle Approach Big Data Solutions
(Conor O’Mahony) This blog posts refers to the definition of Big Data commonly in use today. I do not include mainframe-based solutions, which some people might argue tackle Big Data challenges.
APAR Friday: Here’s a list of APARs you should be checking out this week
(Willie Favero) I missed a couple of weeks of posting APARs I think are on interest, those APARs many of you should be tracking in case they affect you. Because it has been a few weeks, today’s post will be slightly longer than usual. I just have lots to tell you about today.
How to Download BLOB Content as a File Using Oracle Application Express
(Eddie Awad) In a previous article, you learned how to create a simple Oracle Application Express application to store the content of any file into a BLOB column in the database.
Opening ADF PopUp on Page Load
(Andrejus Baranovskis) You may have requirement to capture user parameters, before navigating to actual page. This can be implemented by opening ADF popup during page load. User provides required information and confirms it by closing popup – actual page is rendered based on dialog action.
Confirming Delete Operations in ASP.NET MVC
(Bipin Joshi) Seeking confirmation of some important action, such as deleting a record, is a common practice in web applications. There are two common approaches to seek confirmation from the end user.
