(francisg2005) This article aims to explain what an XPath expression is and why they can be extremely useful to a C# programmer.
Other News
DataGridView vs DataGrid
(Russ Sabitov) The DataGridView Windows Forms control is a quite new .NET control introduced in MS Visual Studio .NET 2005 that is a good alternative to the VS .NET 1.x DataGrid control. The data table presentation feature became much easier to be implemented in .NET Windows application.
MySQL Logon trigger
(Oli Sennhauser) With MySQL 5.0 the database provides trigger functionality on INSERT, REPLACE, UPDATE and DELETE. (pdf)
(65) SelectViews: Disaster Recovery Planning, including a downloadable outline, data protection, personality tests and more.
Video Programming for IT Professionals
It’s All About the Scripts
(Dan Wahlin) AJAX-enabled Web sites rely heavily upon JavaScript. Without JavaScript, Web pages that leverage AJAX are practically rendered useless. While writing JavaScript code is fairly straightforward, writing and managing cross-browser AJAX scripts can be challenging — this is where the ASP.NET
Rails and DB2 data types
(Leons Petrazickis) When creating a table in a Rails migration, you have to specify data types using platform-agnostic names.
IronXSLT: Changing the Way You Work with XSLT in Visual Studio
(Oleg Tkachenko) Yes, I’m trying to change the way you work with XSLT in Microsoft Visual Studio. It must be a pleasure to develop and rocket fast at runtime. Yes, Visual Studio already supports editing, running and even debugging XSLT, but it’s still a painfully limited support. So I’m started buil
SQL Server 2005 DDL Trigger Workbench
(Robyn Page and Phil Factor) How about automatically tracking and logging all database changes, including changes to tables, views, routines, queues and so on? With SQL Server 2005 it isn’t that hard, and we’ll show how it is done. If you haven’t got SQL Server 2005, then get SQL Server Express for
Resolving loose relationships in SQL
(Arthur Fuller) With a little creative thinking about particular business problems, you can often devise a solution in SQL. For instance, companies can choose between two methods to reconcile charges with payments. The first method (known in Canada as Open Item) means that you match payments against
Counting Days in MDX
(Mosha Pasumansky) Time dimension is special in OLAP. Many MDX functions usually only make sense when applied to Time dimension (PrevMember, Lag, ParallelPeriod, PeriodsToDate, ClosingPeriod etc); semiadditive measures work differently with Time etc. Today, however, we will talk about much simpler s
