Page Methods are asp.net web form feature. It is an easy way to communicate with the server. You can communicate with server using Page Methods and can do anything you like but mind it is not restful form of communication. In this solution I used visual studio 2012 and bootstrap. So let’s start to retrieve
Category: AngularJS
Introduction to AngularJs and Bootstrap in ASP.NET Web form
Revolution just arrived. Client side development is getting easier and cheaper. AngularJs is one of the client side development JavaScript framework. It is developed by google. Website designing also get easier due to emerge of bootstrap. Now let’s introduce AngularJS and Bootstrap in a asp.net web form application. Here I used visual studio 2012 as
JSON Serialization in ASP.NET MVC and AngularJs
In this article I will show how JSON serialize in ASP.NET MVC and bind data by AngularJs. I will not describe what and how JSON, ASP.NET MVC or AngularJs work. Hope I will discuss these topics in another article. Let’s start to create an ASP.NET MVC project with AngularJs. Step 1: Create ASP.NET MVC application
A SignalR Application for real time notification using AngularJS and toastr
SignalR is a new developer’s API provided for ASP.NET web applications, used to add “real time” web functionality to ASP.NET applications. “Real Time” web functionality is the ability to have server code to push contents to connected clients. Uses 1. Notification 2. Chat application 3. Real time monitoring application 4. Job progress update etc. So,
A simple SPA with AngularJs, ASP.NET MVC, Web API and EF
SPA stands for Single Page Application. Here I will demonstrate a simple SPA with ASP.NET MVC, Web API and Entity Framework. I will show a trainer profile and its CRUD operation using AngularJS, ASP.NET MVC, Web api and Entity Framework. Step 1: Create a ASP.NET MVC application with empty template Open visual studio, Got to
A mini SPA with ASP.NET MVC and AngularJS
SPA stands for Single Page Application; I think you already have little idea on it. Here I will demonstrate a mini SPA with ASP.NET MVC and AngularJS. So, let’s start. Step 1: Create a ASP.NET MVC application with empty template Open visual studio, Got to File->New->Project Select Template -> Visual C# -> Web -> ASP.NET