Bit of Technology

  • Archive
  • About Me
    • Advertise
    • Disclaimer
  • Speaking
  • Contact

Building ASP.Net Web API RESTful Service – Part 6

November 25, 2013 By Taiseer Joudeh 11 Comments

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

This is the sixth part of Building ASP.Net Web API RESTful Service Series. The topics we’ll cover are: Building the Database Model using Entity Framework Code First – Part 1. Applying the Repository Pattern for the Data Access Layer – Part 2. Getting started with ASP.Net Web API – Part 3. Implement Model Factory, Dependency Injection […]

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

Filed Under: ASP.NET, ASP.Net Web API, Entity Framework, Web API Tutorial Tagged With: API, ASP.NET, Entity Framework, Resources Association, REST, RESTful, Tutorial, Web API, Web Service

Building ASP.Net Web API RESTful Service – Part 5

November 25, 2013 By Taiseer Joudeh 25 Comments

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

This is the fifth part of Building ASP.Net Web API RESTful Service Series. The topics we’ll cover are: Building the Database Model using Entity Framework Code First – Part 1. Applying the Repository Pattern for the Data Access Layer – Part 2. Getting started with ASP.Net Web API – Part 3. Implement Model Factory, Dependency Injection […]

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

Filed Under: ASP.NET, ASP.Net Web API, Entity Framework, Web API Tutorial Tagged With: API, ASP.NET, Entity Framework, HTTP Verbs, REST, RESTful, Tutorial, Web API, Web Service

Building ASP.Net Web API RESTful Service – Part 4

November 25, 2013 By Taiseer Joudeh 52 Comments

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

This is the fourth part of Building ASP.Net Web API RESTful Service Series. The topics we’ll cover are: Building the Database Model using Entity Framework Code First – Part 1. Applying the Repository Pattern for the Data Access Layer – Part 2. Getting started with ASP.Net Web API – Part 3. Implement Model Factory, Dependency Injection […]

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

Filed Under: ASP.NET, ASP.Net Web API, Dependency Injection, Entity Framework, Ninject, Web API Tutorial Tagged With: API, ASP.NET, Code First, Entity Framework, Model Factory, Ninject, REST, RESTful, Tutorial, Web API, Web Service

Building ASP.Net Web API RESTful Service – Part 3

November 25, 2013 By Taiseer Joudeh 38 Comments

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

This is the third part of of Building ASP.Net Web API RESTful Service Series. The topics we’ll cover are: Building the Database Model using Entity Framework Code First – Part 1. Applying the Repository Pattern for the Data Access Layer – Part 2. Getting started with ASP.Net Web API – Part 3 (This Post). Implement Model […]

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

Filed Under: ASP.NET, ASP.Net Web API, Entity Framework, Web API Tutorial Tagged With: API, ASP.NET, Code First, Entity Framework, REST, RESTful, Tutorial, Web API, Web Service

Building ASP.Net Web API RESTful Service – Part 2

November 25, 2013 By Taiseer Joudeh 18 Comments

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

This is the second part of Building ASP.Net Web API RESTful Service Series. The topics we’ll cover are: Building the Database Model using Entity Framework Code First – Part 1. Applying the Repository Pattern for the Data Access Layer – Part 2 (This Post). Getting started with ASP.Net Web API – Part 3. Implement Model Factory, Dependency […]

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

Filed Under: ASP.NET, ASP.Net Web API, Dependency Injection, Entity Framework, Ninject, Web API Tutorial Tagged With: API, ASP.NET, Code First, Dependency Injection, Entity Framework, Ninject, REST, RESTful, Tutorial, Web API, Web Service

Building ASP.Net Web API RESTful Service – Part 1

November 25, 2013 By Taiseer Joudeh 41 Comments

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

This is the first part of Building ASP.Net Web API RESTful Service Series. The topics we’ll cover are: Building the Database Model using Entity Framework Code First – Part 1 (This Post). Applying the Repository Pattern for the Data Access Layer – Part 2. Getting started with ASP.Net Web API – Part 3. Implement Model Factory, […]

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

Filed Under: ASP.NET, ASP.Net Web API, CodeProject, Entity Framework, Web API Tutorial Tagged With: API, ASP.NET, Code First, Entity Framework, REST, RESTful, Tutorial, Web API, Web Service

Detailed Tutorial for Building ASP.Net Web API RESTful Service

November 25, 2013 By Taiseer Joudeh 30 Comments

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

When you are designing, implementing, and releasing new REST API a lot of constraints and standards should be considered; once the API is available to public, and clients start consuming it, significant changes are very hard! There are lot of API designs in the web; but there is no widely adopted design which work for […]

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

Filed Under: ASP.NET, ASP.Net Web API, CodeProject, Entity Framework, Web API Tutorial Tagged With: API, ASP.NET, Entity Framework, REST, RESTful, Tutorial, Web API, Web Service

Use jQuery to call ASP.NET Web Service the right way!

April 6, 2013 By Taiseer Joudeh Leave a Comment

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

Recently I was revising an application created long time ago which uses AJAX and jQuery extensively, and I found myself doing a common mistake which many articles and forums fall into it. The mistake is Normal Serialization for service methods response then Deserializing the JSON string on the client. I will describe the mistake using the below example, then we […]

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

Filed Under: AJAX, ASP.NET, CodeProject, Javascript, jQuery Tagged With: AJAX, Javascript, jQuery, JSON

  • « Previous Page
  • 1
  • 2
  • 3

About Taiseer

Husband, Father, Consultant @ MSFT, Life Time Learner... Read More…

Buy me a coffeeBuy me a coffee

Recent Posts

  • Integrate Azure AD B2C with ASP.NET MVC Web App – Part 3
  • Secure ASP.NET Web API 2 using Azure AD B2C – Part 2
  • Azure Active Directory B2C Overview and Policies Management – Part 1
  • ASP.NET Web API Claims Authorization with ASP.NET Identity 2.1 – Part 5
  • ASP.NET Identity 2.1 Roles Based Authorization with ASP.NET Web API – Part 4

Blog Archives

Recent Posts

  • Integrate Azure AD B2C with ASP.NET MVC Web App – Part 3
  • Secure ASP.NET Web API 2 using Azure AD B2C – Part 2
  • Azure Active Directory B2C Overview and Policies Management – Part 1
  • ASP.NET Web API Claims Authorization with ASP.NET Identity 2.1 – Part 5
  • ASP.NET Identity 2.1 Roles Based Authorization with ASP.NET Web API – Part 4

Tags

AJAX AngularJS API API Versioning ASP.NET Authentication Autherization Server Azure Active Directory B2C Azure AD B2C basic authentication C# CacheCow Client Side Templating Code First Dependency Injection Entity Framework ETag Foursquare API HTTP Caching HTTP Verbs IMDB API IoC Javascript jQuery JSON JSON Web Tokens JWT Model Factory Ninject OAuth OData Pagination Resources Association Resource Server REST RESTful Single Page Applications SPA Token Authentication Tutorial Web API Web API 2 Web API Security Web Service wordpress.com

Search

Copyright © 2021 · eleven40 Pro Theme on Genesis Framework · WordPress · Log in

loading Cancel
Post was not sent - check your email addresses!
Email check failed, please try again
Sorry, your blog cannot share posts by email.