(Thomas LaRock) SQL Server 2014 has a lot of shiny new features. One of the brightest is In-Memory OLTP Hekaton, something I have been optimistic about (get the pun?) ever since I saw it at the PASS Summit in 2012. These days there is no shortage of information available to day regarding how Hekaton
Other News
Dependency Injection in ASP.NET vNext
(Victor Hurdugaci) Dependency Injection (DI) is a software design pattern, a particular case of the Inversion of Control pattern, in which one or more dependencies are injected into dependent objects. The pattern is used to create program designs that are loosely coupled and testable.
Understanding Attribute Routing in ASP.NET MVC
(Shailendra Chauhan) ASP.NET MVC5 and WEB API 2 supports a new type of routing, called attribute routing. In this routing, attributes are used to define routes.
Enum support for views in ASP.NET MVC 5.1
(Jalpesh Vadgama) Recently before some time Microsoft has announced release of ASP.NET MVC 5.1. It’s comes with tons of feature and Enum support is one of them.
Taking Picture Snapshots with ASP.NET and HTML5
(Ricardo Peres) This is another post on HTML5 and ASP.NET integration. HTML5 brought along with it a number of great JavaScript APIs; one of them is getUserMedia, which is W3C standard and you can get a good description of it in MDN.
Working with XML Data in R
(Tobi Bosede) A common task for programmers these days is writing code to analyze data from various sources and output information for use by non-coders or business executives.
Using ANSI SQL
Some time ago I was demonstrating to a colleague how to locate databases containing a column with a specific name and type. I was using the INFORMATION_SCHEMA views in order to find the column instances. I was asked, “Are you using INFORMATION_SCHMA? Isn’t that deprecated?” My response was simple…this is an ANSI standard, and it works accurately and efficiently. Years […]
Faking a slave: Subscribing to mysql row-based-replication changes
(Morgan Tocker) In complex systems it’s often useful to be able to receive notification when rows have been modified in MySQL so that you can invalidate various external caches or indexes. For example: memcached, Sphinx, Lucene.
Cloning: Listener won’t start after cloning
This article is a companion article to our previous cloning series:
jQuery Interview Questions and Answers With Practices: Part 2
(Sachin Kalia) Kindly visit the first part of the jQuery interview questions and answers.
