(Luc Bors) Another Quick solution here. What if I want to set focus on a field without actually having to click it ?
Other News
IBM’s New Active-Active Solution for DB2 and IMS on z/OS
(david t) IBM has a new availability solution, GDPS active-active continuous availability (GDPS/A-A), that offers an unlimited distance between data centers, cross-site workload monitoring, automated workload balancing, and recovery time objectives measured in seconds. I have a few highlights here.
Monitoring MySQL IO Latency with performance_schema
(Mark Leith) Baron pointed to two really good articles recently by Brendan Gregg on Filesystem Latency (part1 / part2), that I too would recommend everybody read.
Beginning Silverlight ~ WebClient and XML Data
(Neil Knobbe) In many ways getting XML data from a file is very similar to how you go about retrieving data from a text file. The major difference is how the data from the file is parsed after it has been read.
The Darkness Behind DateTime.Now
(Keyvan Nayyeri) DateTime.Now is one of the commonly-used properties in the .NET Framework in the majority of applications designed. Although this property is designed to serve for particular purposes, the lack of understanding and training has driven many .NET developers to use it in wrong circumst
Deprecated Database Engine Features in SQL Server 2008 R2
This topic describes the deprecated SQL Server Database Engine features that are still available in SQL Server 2008 R2. These features are scheduled to be removed in a future release of SQL Server. Deprecated features should not be used in new applications.
Lightswitch Where Does It Belong
Lightswitch – Where Does It Belong Some like it…some like it not. David C says: I have been using Lightswitch for over a month now and it is a great RAD tool. We are using it for an in-house admin tool to allow the BAs to edit metadata for our own code generation tool. It works great until you have […]
Seven WPF Programming Tips and Tricks
(Memphisto) The internet has so much to offer on any topic and there’s so much to learn; but where to start? I realized many years ago, when I first began to be intrigued by the Windows Presentation Foundation (WPF), that short write-ups help you gain incremental knowledge, which when combined can o
Faking DbContext
(K. Scott Allen) I like Kzu’s take on building unit-testable domain models with EF code first. I’ve been playing around with some of the same ideas myself, which center around simple context abstractions.
ASP.Net URL Rewriting Methods
In this article we take a look at URL rewriting techiques in ASP.Net. Specifically, we’ll be learning to use the URL rewriter Httpmodule/.Net component.
