Tuesday, May 14, 2013

Self Service BI–Excel Rocks!!

Microsoft is coming with lot of Self Service BI tools the recent addition is Data Explorer.

In Excel now you have the following component for Data Analysis

  • PowerView: You can same experience as SharePoint integrated PowerView inside excel for the data in Excel Sheet
  • PowerPivot with powerful DAX Support: There are lot of content on Web on this.
  • Data Explorer Download

Data Explorer try to standardize and customize data consumption experience.  There are many new data sources added, For example “Folder”, SharePoint List, Hadoop file, SQL Azure, Facebook.

imageimageimage

Query on Active Directory are really an interesting new way of getting data image

Facebook Graph API support

image

image

image

7 years back I have worked on POC called Mappy with HCL Technologies, the fundamentals are exactly same.  Great to see it is a product now from Microsoft.

Azure Training

There are really rick training material in Channel9 to ramp up in Azure.

Introduction Trainings

  1. Windows Azure Overview
  2. Introduction to Compute
  3. Windows Azure Lifecycle, Part 1
  4. Windows Azure Lifecycle, Part 2
  5. Windows Azure Storage, Part 1
  6. Windows Azure Storage, Part 2
  7. Introduction to SQL Azure
  8. Windows Azure Diagnostics
  9. Windows Azure Security, Part 1
  10. Windows Azure Security, Part 2
  11. Scalability, Caching & Elasticity, Part 1
  12. Scalability, Caching & Elasticity, Part 2, and Q&A

Intermediate Trainings

Advanced Trainings

Sunday, May 12, 2013

Visual Studio 2012 Treasures

Recently got an opportunity to talk about Visual Studio 2012 features to one of the reputed IT division head.  The wealth of features VS2012 provides are amazing, making use of the at right time helps the organization and individuals.  Here is quick summary.

  • TFS Features
    • Agile Template: One of the must try feature, helps to manage product backlog, capacity planning, Employee Task list view, Drag & drop status update.

image

    • Code Review: A productive, quality improvement which nice code review workflow, contextual comment, tight integration with TFS.  Amazing feature.

image

image

  • VS2012
    • IDE Search capabilities

image

image

    • Code Analysis

image

image

To get the complete list of new feature check out the Visual Studio Ultimate 2012 Overview videos.

Saturday, April 20, 2013

SQL Server Tabular Model

Recently we worked on a project which uses most of the features of Tabular Model.  While implementing there were lot of online link which helped to solve the problems.  This blog post is to consolidate all of them.  Tabular Model, DAX keyword were not Search Engine friendly, getting these out was not that easy, if you are just starting Tabular this post sure will help.
DAX Query


Update 7/15




Thursday, April 18, 2013

Data Tools, DACPAC & BACPAC

Database development is no more just scripts, there are lot of improvement in Database Project development, maintenance and deployment.  in this blog post let me summarize the recent developments.

  • Database Project (Install DataTools from here)
    • Database Project creation
    • Database Reference
    • Compilation and integration errors
    • Warnings and Errors
  • Database Deployment (Part of SQL 2012)
    • DACPAC – Only Schema
    • BACPAC – Schema and Data (JSON format)

DB Tasks

  • Export Import (Available from SQL Server 2005)
    • Script Generation (from SQL 2008 R2, include data in script), Even you can target to SQL Azure.

    imageimage

Visual Studio 2012 Update

Make sure you are updated with latest update of Visual Studio 2012, the UI navigation for VS 2012 is diff from the traditional update!!

Open Visual Studio 2012 click on Tools Menu and select Extension and Updates..

01 UPD 

Get the latest updates… Enjoy!!

02 UPD

Click here to see the list of updates covered in Visual Studio 2012 Update 2

Monday, April 15, 2013

Wireframe

Prototyping is important to visualize the product ahead in SDLC, this helps to validate scenarios and receive early user feedbacks.  There are whole lot of tools to do the same.  Try

Engineering Excellence

Engineering Excellence Having solid engineering process and tools in place help to improve the agility of the system. Here is the high-level...