Pass (Send) MVC Model data to AngularJS Controller in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to pass (send) Model data from MVC Controller to AngularJS Controller using AJAX and JSON in ASP.Net MVC 5 Razor. The Controller action...
View ArticleAngularJS: $http POST example with Parameters
Here Mudassar Ahmed Khan has explained with an example, how to use the $http POST service with parameters in AngularJS. This article will illustrate usage of AngularJS $http POST service with...
View ArticlePerform HTTP POST to Controller using AngularJS $http POST service in ASP.Net...
Here Mudassar Ahmed Khan has explained with an example, Perform HTTP POST to Controller using AngularJS $http POST service in ASP.Net MVC Razor. The Controller action method will be called using...
View ArticleCall SOAP Web Service using AngularJS $http service in ASP.Net using C# and...
Here Mudassar Ahmed Khan has explained with an example, how to call SOAP Web Service (ASMX) using AngularJS $http service in ASP.Net using C# and VB.Net.
View ArticleCall (Consume) WCF Service (SVC) in ASP.Net Web Application using C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to call (consume) WCF Service (SVC) in ASP.Net Web Application using C# and VB.Net. This article will illustrate how to populate GridView...
View ArticleAdd reference of WCF Service (SVC) in ASP.Net Web Application using C# and...
Here Mudassar Ahmed Khan has explained with an example, how to add reference of WCF Service (SVC) in ASP.Net Web Application using C# and VB.Net. This article will illustrate how add reference of WCF...
View ArticleSimple Tutorial to create WCF Service (SVC) step by step with example in ASP.Net
Here Mudassar Ahmed Khan has explained a simple tutorial with example on how to step by step create a WCF Service (SVC), add its reference and then consume it in an ASP.Net Web Application using C# and...
View ArticleReturn DataTable from WCF Service (SVC) in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to return DataTable from WCF Service (SVC) in ASP.Net using C# and VB.Net. The WCF Service will return a DataTable which will be later used...
View ArticleSimple WCF JSON Rest Service Tutorial with example in C# and VB.Net
Here Mudassar Ahmed Khan has explained a tutorial with example on how to create a simple WCF JSON Rest Service Tutorial with example in C# and VB.Net. This article will also illustrate how to call the...
View ArticleAngularJS Table: Populate (Bind) dynamic HTML Table from JSON using ng-repeat...
Here Mudassar Ahmed Khan has explained with an example, how to use AngularJS ng-repeat directive to populate (bind) HTML Table from JSON array. First an array of JSON objects is generated and then it...
View ArticleCall (Consume) WCF Service (SVC) without adding Service Reference in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to call (consume) WCF Service (SVC) without adding Service Reference in ASP.Net using C# and VB.Net. The WCF Service (SVC) can be called...
View ArticleCall (Consume) WCF Service (SVC) without creating Proxy in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to call (consume) WCF Service (SVC) without using Proxy in ASP.Net using C# and VB.Net. The WCF Service (SVC) can be called (consumed)...
View ArticleCall (Consume) WCF Service (SVC) using AJAX in ASP.Net
Here Mudassar Ahmed Khan has explained with an example, how to call (consume) WCF Service (SVC) using AJAX, jQuery and JSON in ASP.Net using C# and VB.Net. This article also explains how to modify the...
View ArticleCall (Consume) REST WCF Service (SVC) using WebClient in ASP.Net with C# and...
Here Mudassar Ahmed Khan has explained with an example, how to call (consume) REST WCF Service (SVC) using WebClient class in ASP.Net with C# and VB.Net. This article will illustrate how to send and...
View ArticleCall (Consume) REST WCF Service (SVC) using HttpWebRequest in ASP.Net with C#...
Here Mudassar Ahmed Khan has explained with an example, how to call (consume) REST WCF Service (SVC) using HttpWebRequest class in ASP.Net with C# and VB.Net. This article will illustrate how to send...
View ArticlePerform HTTP POST to REST WCF Service (SVC) in ASP.Net using C# and VB.Net
Here Mudassar Ahmed Khan has explained with an example, how to perform HTTP POST operation to REST WCF Service (SVC) in ASP.Net with C# and VB.Net. This article will illustrate how to send and receive...
View ArticlejQuery AJAX: Post JSON data to Web API in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to make a jQuery POST call to Web API 2 Controller’s method using jQuery AJAX in ASP.Net MVC Razor.
View ArticleCall (Consume) REST WCF Service (SVC) using AngularJS in ASP.Net with C# and...
Here Mudassar Ahmed Khan has explained with an example, how to call (consume) REST WCF Service (SVC) using AngularJS in ASP.Net with C# and VB.Net. This article also explains how to modify the WCF...
View ArticleCall (Consume) Web API using AngularJS, AJAX and JSON in ASP.Net MVC
Here Mudassar Ahmed Khan has explained with an example, how to call (consume) Web API 2 using AngularJS, AJAX and JSON in ASP.Net MVC Razor. This article will explain how to make a jQuery POST call to...
View ArticleAngularJS Database MVC: Using Entity Framework Database with AngularJS in...
Here Mudassar Ahmed Khan has explained with an example, how to connect to SQL Server Database and perform Database operations using Entity Framework and AngularJS in ASP.Net MVC Razor. The AngularJS...
View Article