Other News

Editorials

JavaScript – Not You’re Fathers Scripting Engine

Featured Article(s) System Health Session Dashboard – Error Summary Report In the first post of this series, I had talked about displaying the events reported by the system health session extended session on SQL Server 2008 versions and higher. The next set of reports will show the errors which by the error_reported extended event. Featured White Paper(s) Encryption & Key […]

Uncategorized

JavaScript Comes of Age

JavaScript Comes of Age Yesterday I introduced patterns in JavaScript. While looking further into JavaScript I came across node.js. Node.js is a “Platform built on Chrome’s JavaScript RunTime”. The thing that caught my attention about Node.js is the ability to write code that may run on the server or in the client browser in the same language. Now there are […]

Community

Fluent Interfaces

(Richard Carr) Sometimes the public interfaces of object-oriented libraries lead to complex code that can be difficult to quickly understand. Fluent interfaces change the way that classes are written in order to help developers create code that mirrors natural language.