(Ricardo borges) CRUD is a basic functionality in most of existing applications, it means Create, Retrieve, Update and Delete. These actions will provide the needed tasks to persist a simple business entity.
Other News
Lazy Loading the ASP.NET AJAX TabContainer Control
(Mark Strawmyer) Asynchronous JavaScript and XML (AJAX) is a bundling/simplification of technology that has existed for a while. It is a framework for building interactive Web applications that work across the popular browsers. It auto generates the necessary client-side scripting to provide a more
Can your sum be a subtraction? Or can you avoid it altogether?
(Chris Webb) Quite often you’ll find yourself writing calculations that need to sum up large sets; in fact, they might be summing up all of the members on a level apart from one or two. In that situation it’s worth using the structure of your dimension to your advantage. Take the following query, wh
Track changes to SQL Server 2000 and 2005 with one simple utility
(Michelle Gutzait) I am the systems administrator and SQL Server DBA in my organization. We’re often required to immediately add databases, logins or jobs to the different SQL Server environments, especially in the development and testing environments. Since I can’t allow myself to become a bottlene
Use WebSphere Service Registry and Repository as the master registry for DB2 pureXML schemas
(Laura Olson and Andre Tost) In this article, learn how you can integrate IBM WebSphere Service Registry and Repository (WSRR) with IBM DB2 pureXML. The WSRR product helps you establish governance around your use of XML schema, while the DB2 pureXML XML schema Repository ensures integrity of your XM
Measuring Disk I/O—Oracle’s ORION Tool
(James Koopmann) Oracle’s ORION workload tool enables architects to effectively develop a workload that can mimic and stress a storage array in the same manner as planned applications with an Oracle backend database.
.NET Debugging Demos Lab 7: Memory Leak – Review
(Tess Ferrandez) We have reached the end of the .NET Debugging Demos series. And we are going to end it with a review of the last memory leak lab.
Adding Filter Action to FileUpload Control of ASP.NET 2.0
(Soyuj Kumar Sahoo) When we need to Upload any file in to our system we need the Browse and Upload action. In the case of Windows application of .NET there is a control called OpenFileDialog which is used for Uploading any file with browsing. Here we can get the file filter action by using the Filte
TempDB:: Table variable vs local temporary table
(Sunil Agarwal) As you know the tempdb is used by user applications and SQL Server alike to store transient results needed to process the workload. The objects created by users and user applications are called ‘user objects’ while the objects created by SQL Server engine as part of executing/process
Oracle BI EE 10.1.3.3/2 – Multi User Development of Repositories (MUD)
(Venkatakrishnan J) I had some time today to put together a simple document for enabling Multi-User Development(MUD) for repositories. Typically when you have many data sources and lots of tables, it would make sense to distribute the repository development work to multiple users. MUD is basically a
