Author
Dhananjay Kumar
Published posts 66Dhananjay Kumar works as a Developer Evangelist for Infragistics. He is an eight-time Microsoft MVP.
These days, it seems like everyone is talking about AngularJS and ASP.NET MVC. So in this post, we will learn how to combine the best of both worlds and use the goodness of AngularJS in ASP.NET MVC by demonstrating how to use AngularJS in an ASP.NET MVC application.
In my AngularJS classes, I often get asked, “How do I share data between the controllers in AngularJS?” On the Internet, there are many solutions suggested.
Many of the dashboards I come across are beautiful or at the very least aesthetically pleasing, but are they effective dashboards?
It’s usually good practice to have automated unit tests while developing your code. In unit testing, we test the smallest unit of the code for a particular behaviour. The Unit test helps us to find bugs in the code early in the development cycle.
“Cloud” has been a buzz word for a while now. But what does it mean for you as a developer? For starters, you won’t have to write very different code for the cloud than what you’re already writing for in-premise applications.
Here we are at Week 2 of Fundamentals of Python! This week covered Functions, Formatting & Assignment statements, which don't need much explanation really, so let's get right into it!