(Peter Vogel) In a recent Practical .NET column , I covered the three interfaces in the .NET Framework that support creating self-validating components –classes that contained their own validation code and integrated with the .NET Framework UI tools.
Other News
Using SharePoint 2010 Search webservice in Javascript for FAST search for sharepoint 2010
(Paresh Sen) Here we will see a simple example of calling SharePoint 2010 search web service in javascript. This example is for FAST search for SharePoint 2010, so we will use FQL in our query packet.
Does InnoDB data compression help with short disk space?
(Shinguz) Because we are a bit short off disk space on one of our servers I had the idea to try out the MySQL feature Data Compression for InnoDB. This feature is useful if you have tables with VARCHAR, BLOB or TEXT attributes.
SQL SERVER – sp_describe_first_result_set New System Stored Procedure in SQL Server 2012
(Pinal Dave) I might have said this earlier many times but I will say it again – SQL Server never stops to amaze me. Here is the example of it sp_describe_first_result_set. I stumbled upon it when I was looking for something else on BOL.
Dynamically generate a LINQ query with a custom property
(Elvis Begluk) Last week I was playing with LINQ and it was fun till I tried to dynamically generate a query. It can be done, but not in the way I would like it to be.
Introduction to the WebSphere Cast Iron Management API
(Paul Ray) This article describes the WebSphere Cast Iron Management API and shows you how to use it manage and monitor a WebSphere Cast Iron environment. The article also shows you how to configure an orchestration to automate the export of a Cast Iron repository, without having to write the code t
TabContainer Control in AJAX Using ASP.NET
(Davin Martyn) Ajax (Asynchronous JavaScript and XML) is a new web development technique for interactive websites. With AJAX help we can develop web applications and retrieve small amounts of data from a web server. AJAX consists of a different type of technology.
Feedback – Getting Index Definitions
Feedback – Getting Index Definitions Today I share two comments regarding the issue of finding included columns in an index, not readily displayed using system tools such as sp_helpIndex. Chris provides some fixes to the code I sent as a sample on Friday. James demonstrates getting include columns using SQL Server Management Studio. Chris: I don’t know if you pasted […]
10 things you should do to write effective RESTful Web services
(Justin James) Over the last few years, we have seen RESTful Web services become popular for a number of reasons. Here are 10 things you should do to make your RESTful Web services as good as possible and easy for other developers to use.
For all of you DB2 LUW fans, the wait is over
(Willie Favero) DB2 comes in two favors, one for z/OS and the other for LUW (Linux, UNIX and Windows). this blog focuses on DB2 for z/OS… at least most of the time. However, there are those times when the LUW side does something so very cool, I have to make mention of it.
