(Rick Strahl) NuGet is one of the best things that happened to .NET, to make it easier to share and distributed shared components. NuGet has become Microsoft’s main inclusion mechanism (and it looks to be come even more prominent in ASPvNext which eschews binary deployments for NuGet packages).
Other News
MVC 5 with EF 6 in Visual Basic – Connection Resiliency and Command Interception
(Mike Brind) This tutorial is the fourth in a series of 12 which teach you how to build MVC 5 applications using Entity Framework for data access and Visual Basic.
Looking At Attribute Interpolation Workflow Changes In AngularJS
(Ben Nadel) When you create a directive in AngularJS, you can consume the attributes associated with the current element. And, if a given attribute uses interpolation, AngularJS provides the $observe() method for monitoring the dynamic, interpolated value over time.
Single Page Applications
Single Page Applications (SPA) are growing as a popular web design. They differ from other web applications in that these pages do not refresh entirely unless the user chooses to do so. Instead, different features of the web page make calls to the web server, and the results are injected into the current Document resulting in a look and feel […]
Getting Cross Domain Kerberos and Delegation working with SSIS Package
(Adam W. Saxton) I started working on this issue started by way of a Twitter conversation between myself, Jorge Segarra (@sqlchicken) and Matt Masson (@mattmasson). I then found out that Jorge was working with a customer that had opened up a Support Case. Also special thanks to Joey Seifert for let
Using InfiniDB MySQL server with Hadoop cluster for data analytics
(Alexander Rubin) In my previous post about Hadoop and Impala I benchmarked performance of analytical queries in Impala.
Why we need and have workload management
(Henrik Loeser) While working in your office a rare visitor from another location stops by. Time for a break to connect on the latest gossip, but not too long.
Oracle 12c Last login time for Non-Sys Users
(Natik Ameen) Oracle 12c introduced a new, very useful security feature to store and display the last login information for non-sys users, logging in via SQL*PLUS.
Consume Odata Endpoint From JavaScript Client
(Sourav Kayal) In this article we will learn how to consume Odata from a JavaScript client.
Creating Your Own ‘TempBag’ In ASP.NET MVC
(Bipin Joshi) Some time back during one of my training programs I was asked this question by a beginner in ASP.NET MVC – “Can we have TempBag wrapper for TempData just as we have ViewBag for ViewData?”
