Books
-
Recent Posts
Archives
Categories
- .NET Core (1)
- ActivityDesigner (5)
- AngularJs (7)
- Architecture Features (1)
- ASP.Net (24)
- Entity Framework (3)
- ASP.Net 4.5 (6)
- Azure (16)
- Book (6)
- C# (22)
- C# 4.0 (4)
- Cognitive Services (1)
- Contest (5)
- DevOps (1)
- EnvDTE (3)
- feature Builder (1)
- General (8)
- Google (3)
- HTML5 (20)
- IDE (3)
- IE (3)
- IIS (1)
- jQuery (3)
- LightSwitch (1)
- LINQ (2)
- Load Test (5)
- Lync Server 2010 (2)
- Microsoft (21)
- MVC (7)
- Node (2)
- Office (5)
- Open XML (1)
- performance Test (6)
- Pex and Moles (3)
- Site Review (2)
- SQL (6)
- TFS (18)
- Tools (6)
- UI (1)
- Uncategorized (26)
- Visual Studio (18)
- Visual Studio 2015 (12)
- Visual Studio 2010 (15)
- WCF (1)
- Visual Studio 2011 (4)
- Metro App (1)
- Visual Studio 2012 (14)
- Visual Studio 2013 (5)
- VSTS 2010 (12)
- LightSwitch (1)
- VSTS 2011 (3)
- WebMatrix (2)
- WF (9)
- WF4 (20)
- Windows (11)
- Windows 8 App (8)
- Windows Phone 7 (1)
- WPF (9)
Meta
Blog Stats
- 154,160 hits
Tag Archives: AngularJs
Beginning Web Application Development With Node
I have start writing a new book on Node.js, one of the powerful JavaScript framework for modern web development. I am following the Lean publishing, where the book content will be delivered in parts and reader feedbacks will be incorporated … Continue reading
Posted in Book, Node
Tagged AngularJs, express, javascript, MongoDB, Node, Web Development
Leave a comment
AngularJs 2.0 – Breaking Changes
AngularJs is one of the widely used JavaScript framework based on MVC pattern. Currently we have AngularJs version 1.3 with lot of great features and adopted very well in the technology world. But, AngularJs team is working on a new … Continue reading
AngularJs – Extracting Querystring
We are discussing about different implementations using AngularJs in previous blogs. Today, let us see how we can access the data from querystring using AngularJs. AngularJs is based on MVC pattern and all requests reach the controller first. We need … Continue reading
AngularJs – Filter over a field & multiple filter
AngularJs provides great filtering options. We use the filter for filtering the collection of data according to user selection. Following code filter the students’ data using the user entry in ‘query’ field. In this case the filter will apply to … Continue reading
AngularJs – Modal popup with custom style
Modal popups based on AngularJs is having predefined styles associated with it. If you want to customize the modal popup style, we can use the windowClass option available as part of the modal’s open method.Follow the steps to define … Continue reading