(Filip W.) In previous versions of MVC framework, running on top of the “classic” ASP.NET runtime, it was quite common for developers to switch view compilation on, so that the views get compiled upfront, allowing you to see any errors at compile time, rather than at runtime.
Other News
Using web api client in synchronous methods and some good async/await resources
(Simone Chiaretta) Lately I’ve been trying to include a call to a REST service using the WebAPI client to a library already used from inside both an ASP.NET page and a WCF service.
Oracle Database In-Memory on RAC – Part 2
(Andy Rivenes) In our previous post we described how data is automatically distributed across all of the In-Memory column stores (IM column stores) in a RAC cluster. We also discussed why Auto DOP should be used when accessing data within the IM column stores. In this second part of our In-Memory on
Active/Active Replication and DB2 DR Planning
(Troy L Coleman) Sometime in your career as a DB2 systems programmer, you may be asked to develop a disaster recovery plan for DB2. Of course your recovery plan will have to fit in with the overall DR plan for the data center.
Loop Join
Today let’s complete the series reviewing the different join techniques found in SQL Server with the Loop Join. This techniques works well for smaller tables or smaller sets. The join is performed by walking through each record of the first table meeting the users critiera. For each row found it then seeks the joining records in the table to be […]
SSWUGtv: Data Driven Decision Making.
Video Programming for IT Professionals
General facts of SQL SERVER – part 1
General facts of SQL SERVER – Part 1 Introduction:- The cutting – edge and modest atmosphere of each and every business necessities a wide – ranged, protected, trustworthy plus a fruitful information podium for its commercial systems. The SQL SERVER Database Management System offers this podium which permits constructing as well as handling information systems. Additionally SQL SERVER Database Management...
How Watson Analytics Provides A Smarter Way To Work
(Marc Altshuller) Our Watson technology has clearly captured the public’s imagination. But the question plenty of people have had is, “What can its cognitive computing powers do for you and me in our everyday lives?”
Demystifying Autonomic Statistics for DB2
(John Iczkovits) Over the past several years, autonomic statistics has been a much-discussed feature of DB2 10 and 11. The vast majority of customers we talk with are very excited about this feature because it solves the often-asked question: Why can’t DB2 be smart enough to automatically execute RU
Availability Group fail-over test with PowerShell
(Derik Hammer) I have a number of SQL Server Availability Groups in my organization. Of them, most are multi-site configurations for disaster recovery. Naturally, the latency that a separate data center implies is more than my application can handle for its writes.

