JavaScript Coding Standards Today David writes in with his typical amount of detail. He responds to our recent topic of Naming standards with a focus on JavaScript that I find quite useful. Even if you don’t agree with everything here, I’m sure you can see some thought placed around David’s constraints far beyond personal preference. Each technique has a benefit. […]
Other News
IBM DB2 Upgrades Please Pennywise Coca Cola Bottling
(Doug Henschen) IBM announced a significant upgrade of its DB2 database and supporting InfoSphere software on Tuesday, packing it with performance improvements for both transactional and data warehousing operations.
Know Your Layouts in Android
(Abbas Suterwala) Android provides solid support for the development of UI-based applications. Android provides a variety of widgets that the application programmer can use to create a desired layout and interface. These layout elements can be created via the programming language directly, or throug
Ternary operator in VB.NET
(Jalpesh) We all know about Ternary operator in C#.NET. I am a big fan of ternary operator and I like to use it instead of using IF..Else. Those who don’t know about ternary operator please go through below link.
Transforming a Plain Layout in StyleVision
(Adam Heyman) Altova Online Training’s newest course, XSLT Technology, leads the student though several transformations of XML data into new formats. Even with all the transformations performed in the class, there are some transformations that did not make it into the final edit.
Online Index Operations involving certain large data types are allowed in SQL Server 2012
Prior to SQL Server 2012, when you did online index operations (available in Enterprise Edition), if the index contained certain large data types (specifically varchar(max), nvarchar(max), varbinary(max)), then those online operations were not allowed on that index. That restriction does not exist
Migrating an on-premise database from SQL Server to SQL Azure using SSIS
(zafarx) In this blog I will demonstrate moving an on-premise SQL Server database to SQL Azure using SSIS.
Microsoft SQL Server 2012 – (SQLPS)
(Muthusamy Anantha Kumar) We all know by now that SQL Server 2012 RTM is available for download.
Build Big-Data Apps in SQL Azure with Federation
(Roger Jennings) An urban myth that relational databases and SQL can’t achieve Internet-scale of terabytes — or petabytes — has fostered a growing “NoSQL” developer community and a raft of new entity-attribute-value, also known as key value, data stores. The Microsoft SQL Azure team gave credence
.Net 4.0 : Task Parallel Library
(Syam Pinnaka) .Net has provided many different ways of Asynchronous programming over various releases. The latest offering that comes with .Net 4.0 is Task Parallel Library (TPL). TPL comes with various benefits over other Async programming models like IAsyncResult or Event based models.
