Wednesday, July 27, 2016

AngularJS And ASP.NET MVC Movie Library Application - Part Four AngularJS Routing with partial templates Hope you got a chance to look into my last tutorials about technology stack, creating UI HTML page with Modules and Controllers, and Event Binding with UI elements. Kindly, find the links here: ANGULARJS AND ASP.NET MVC MOVIE LIBRARY...

Wednesday, July 20, 2016

AngularJS And ASP.NET MVC Movie Library Application - Part Three- EventBinding with UI Elements I hope you have had a chance to look into my last tutorial. Here, I will talk about the Event binding with UI elements of Movie.html page within module and controller. And this will the outcome after binding all control with controller’s function as depicted...

Tuesday, July 19, 2016

AngularJS And ASP.NET MVC Movie Library Application - Part Two Module,Controller,$Scope and Twitter Bootstrap Hope you have had a chance to look into last the tutorial here which states about the technology stack and a other few vital keywords and terminology. Moving ahead in this article we’ll focus on adding a html page and will create module and...

Monday, July 18, 2016

AngularJS And ASP.NET MVC Movie Library Application - Part One Here I’ve merely thought to write my thoughts about hands on Angular. This is a first article which tells you how to get your hands dirty with AngularJS & ASP.NET MVC Movie Library Application Tutorials. This is the technology stack for this Movie library application as shown below,...

Wednesday, July 13, 2016

Error: [$injector:nomod] Module ‘ngRoute’, ‘ngResource’ is not available – AngularJS During An Angular Application devlopement i confronted various errors and the given below is one of them as shown below: Uncaught Error: [$injector:modulerr] Failed to instantiate module routingApp due to: Error: [$injector:modulerr] Failed to instantiate module ngRoute due to: Error: [$injector:nomod] Module...

Thursday, July 7, 2016

Web API Pipeline Revealed: A True Practical Approach

Web API Pipeline Revealed: A True Practical Approach What is WebApi? This question carries a lot of weight. Web API is a small word but it has lots of extensive features. Here is an excerpt about Web API: ASP.NET Web API is a framework that makes it easy to build HTTP services that reach a broad range of clients, including browsers and...