AGILE DRUM
MINDSET + ADAPT + MOTIVATION = AGILE
Friday, February 19, 2016
Agile Risk Management
›
Well, we all know that Risk is an adverse impact to a Project or Program execution which may end up in a jeopardy. Irrespective of the me...
Sunday, October 26, 2014
Lazy Loading vs Eager Loading vs Explicit Loading in Entity Framework
›
Folks, Explanation for each can be found in dozen hits. But I thought of writing those three in very simple terms. As you know Lazy , Eag...
Saturday, May 24, 2014
Read JSON Data and Display in HTML Page Using JavaScript
›
I got a question based on my previous post which is " Read XML Data and Display in HTML Page Using JavaScript. Question is, Isn...
Thursday, May 22, 2014
Read XML Data and Display in HTML Page Using JavaScript
›
I confronted a situation where I need to read an XML file located in the server and display XML data back in HTML using JavaScript. And the...
Tuesday, May 13, 2014
How Inheritance Works in JavaScript
›
Inheritance is an important concept where we get the main benefit of the code re-usability. If a new class is mostly similar to an exist...
Thursday, May 8, 2014
Execute Parameterized Controller Action via Ajax POST in MVC
›
In this post, I would like to talk about a common problem that most developers encounter when they want to send JSON array via Ajax POST to...
Wednesday, April 9, 2014
'Separation of Concern' A Key Driver in MVC
›
Separation of Concern ( SoC ) is a concept which distinguishes a solution into distinct phases in which each concern has a different ...
›
Home
View web version