I have often seen, developers come across requirement to embed a YouTube video in an AngularJS application. In this post, we will learn to create a simple YouTube AngularJS directive and also to use some of the popular directive from the GitHub. We will follow step by step approach to create the YouTube custom directive. … Continue reading How to Create a YouTube AngularJS Directive
Month: December 2015
How to work with Enums in ASP.NET MVC
Recently I got a question from one of the readers that how to work with Enums in ASP.NET MVC? Before we move ahead in this post, let me tell you that it is very simple to work with Enums in ASP.NET MVC 5.1 and later. In MVC 5.1, HTML helper class EnumDropDownListFor has been introduced … Continue reading How to work with Enums in ASP.NET MVC
Video -How to create object in JavaScript using the new operator – #JavaScriptin5minutes
In this video you will learn to create JavaScript object using the new operator