(Xy Ziemba) At BUILD, we announced .NET Native Preview. .NET Native is a compilation technology and a small runtime that allow .NET applications to start up to 60% faster and have a smaller memory footprint. We’ve previously discussed at a high-level how .NET Native provides these performance benefi
Other News
Blocks to Basics in Objective-C
(Erica Sadun) Blocks are one of the most fundamentally useful iOS technologies. You pass blocks to methods and functions as arguments so that they can be stored and executed at later times.
JQuery Radio Selector Example
This tutorial explains the usage of radio selector in jQuery. The radio selector selects all the elements that are of type radio in the web page. The radio selector is similar to the form $(“[type=radio]”).
Complete CRUD Operations in MVC 4 using Entity Framework 5 Without Writing a Single Line of Code
(Akhil Mittal) In this article, I’ll describe how to perform basic CRUD operations in an MVC4 application with the help of Entity Framework 5 without writing a single line of code. EF and MVC had advanced themselves to the level that we don’t have to put effort in doing extra work.
Determine Whether Or Not a User Belongs to a Particular Group In SharePoint 2013 Using jQuery
(Veda Bs) Hide a field in SharePoint list if the current logged in user belongs to a specific group in SharePoint 2013 using jQuery.
Errant transactions: Major hurdle for GTID-based failover in MySQL 5.6
(Stephane Combaudon) I have previously written about the new replication protocol that comes with GTIDs in MySQL 5.6. Because of this new replication protocol, you can inadvertently create errant transactions that may turn any failover to a nightmare. Let’s see the problems and the potential solutio
How to Tell When a Table Reorg is Needed
(Ember Crooks) Reorgs are one critical piece of both performance maintenance and maintaining how much disk space is used. In my first blog entry in this series, DB2 Basics: What is a Reorg, I talked about some purposes of reorgs.
Enabling the Impossible?
(Nancy Hensley) No matter which analyst you read, analytics are all about the now organization. Real time has become now time. Gone are the days in which line-of-business users would be willing to wait for analytics results. They need insight fast and the ability to ask and answer analytics question
Developers Killing Sessions
(Neil Chandler) When you end up spending a far great a percentage of your day than seems sensible killing off Java connections that Developers have carelessly left lying around, locking objects all over the place, you need a solution to get them to go away. The solution is to let them do it themselv
SQL Profile appears to not work but really does
(Bobby Durrett) Over the weekend a coworker applied a SQL profile to a long running SQL statement but it looked like the profile was not applied. For one thing, the SQL statement ran just as long after applying the profile.
