(VidhyaSagar) Filetable is a new feature in SQL Server 2012 which allows application to access files that’s stored in disk via SQL Server, that’s the main function. In other words you can store files and directories to windows NTFS folders and these files can be accessed non transactional from appli
Other News
The Law of Demeter
(Richard Carr) Coupling in object-oriented software indicates the level to which classes are reliant upon each other. A tightly coupled system is usually harder to maintain and modify than a loosely coupled one. The Law of Demeter addresses a specific coupling problem.
ColdFusion 10 Beta – Critical Bug In Compiling Function Expressions / Closures
(Ben Nadel) The ColdFusion 10 beta was released last Friday. So, naturally, I had to dive in and start experimenting – it was like a second Christmas! I was so excited. The first thing I wanted to explore was probably one of the most controversial features of ColdFusion 10 – Closures and Function Ex
A Software Developer’s Guide to HTTP Part II – Messages
(Scott) In this article we’ll look inside the messages exchanged in an HTTP transaction. We’ll learn about message types, HTTP headers, and status codes. Understanding what is inside an HTTP message is vitally important for developers who work on the web. Not only will you build better applications
2 Great JavaScript Data-Binding Libraries
(John Papa) Data binding is one of the best features of XAML, so it’s no surprise that this functionality has become more popular in HTML5. Several great JavaScript libraries help bring common and often-used patterns to HTML5/JavaScript development.
Scripting for DB2 LUW – Best Practices for Perl and Other Languages – Part 2
(Ember Crooks) This is my own set of basic scripting standards and practices. I’d love to hear criticisms, suggestions and comments from readers on these. Some of these would be basic “duh” moments for a developer, but for a DBA from a different background, may be more enlightening. This ended up be
What can MySQL performance monitoring graphs tell you?
(Shinguz) Many of you may monitor their databases for different purposes. Beside alerting it is often good to also make some graphs from MySQL performance counters to see what is actually happening on your database.
Cache IQueryable for Better Linq-to-SQL Performance
(Zimin Max Yang) Ordinary DataReader methods which use SQL statement to retrieve data directly from databases is most straight forward, and is probably the ultimate function block beneath all other higher architectures. However, maintaining SQL statement written in plain text is a pain.
How to Bind Multiple SQL Server Tables With a TreeView in a Hierarchical Order
(Deepak Sharma) In this article we will bind three SQL Server tables with a TreeView in a hierarchical order.
Passing data objects between CICS Java environments: Part 3: Transporting Java data objects from a CICS transaction Java client program to a CICS TS Java program
(Dennis Weiand) Java is becoming a popular programming language for CICS applications. CICS provides multiple Java environments, each with its own strengths, so passing data objects between the different CICS Java environments is an important topic. This three-part article series gives you the detai
