Bit of Technology

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

Building OData Service using ASP.Net Web API Tutorial – Part 3

April 16, 2014 By Taiseer Joudeh 27 Comments

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

This is the third part of Building OData Service using Asp.Net Web API. The topics we’ll cover are: OData Introduction and Querying Existing OData Service – Part 1. Create read-only OData endpoint using Asp.Net Web API – Part 2. CRUD Operations on OData endpoint using Asp.Net Web API – Part 3 (This Post). Consuming OData Service […]

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

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

Building OData Service using ASP.Net Web API Tutorial – Part 2

April 16, 2014 By Taiseer Joudeh 18 Comments

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

This is the second part of Building OData Service using Asp.Net Web API. The topics we’ll cover are: OData Introduction and Querying Existing OData Service – Part 1. Create read-only OData endpoint using Asp.Net Web API – Part 2 (This Post). CRUD Operations on OData endpoint using Asp.Net Web API – Part 3. Consuming OData Service […]

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

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

Building OData Service using ASP.Net Web API Tutorial – Part 1

April 14, 2014 By Taiseer Joudeh 7 Comments

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

In my previous tutorial we’ve covered different aspects of how to Build RESTful service using Asp.NET Web API, in this multi-part series tutorial we’ll be building OData service following the same REST architecture we’ve talked about previously. Before jump into code samples let’s talk a little bit about OData definition and specifications. OData Introduction OData […]

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

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

What is New in ASP.Net Web API 2 – Part 2

March 5, 2014 By Taiseer Joudeh 9 Comments

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

In the previous post we’ve covered ASP.Net Web API 2 attribute routing, in this post we’ll complete covering new features, we’ll start by discussing the new response return type IHttpActionResult then cover the support for CORS. Source code is available on GitHub. ASP.Net Web API 2 IHttpActionResult: As we talked before ASP.Net Web API 2 has […]

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

Filed Under: ASP.NET, ASP.Net Web API, Entity Framework, Web API Tutorial Tagged With: API, ASP.NET, CORS, IHttpActionResult, REST, RESTful, Tutorial, Web API, Web API 2

What is New in ASP.Net Web API 2 – Part 1

March 5, 2014 By Taiseer Joudeh 17 Comments

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

Asp.Net Web API 2 has been released with the release of Asp.Net MVC 5 since 5 months ago, Web API 2 can be used with .NET framework 4.5 only, the Web API 2 template is available by default on VS 2013 and you can install Web Tools 2013.1 for VS 2012 to have this template […]

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

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

Building ASP.Net Web API RESTful Service – Part 11

February 8, 2014 By Taiseer Joudeh 32 Comments

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

This is the eleventh 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: ASP.NET, CacheCow, ETag, HTTP Caching, REST, RESTful, Tutorial, Web API, Web Service

Building ASP.Net Web API RESTful Service – Part 10

December 16, 2013 By Taiseer Joudeh 7 Comments

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

This is the tenth 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, API Versioning, ASP.NET, Entity Framework, REST, RESTful, Tutorial, Web API, Web Service

Building ASP.Net Web API RESTful Service – Part 9

December 16, 2013 By Taiseer Joudeh 5 Comments

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

This is the ninth 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, CodeProject, Entity Framework, Web API Tutorial Tagged With: API, API Versioning, ASP.NET, Entity Framework, REST, RESTful, Tutorial, Web API, Web Service

Building ASP.Net Web API RESTful Service – Part 8

December 3, 2013 By Taiseer Joudeh 23 Comments

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

This is the eight 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, CodeProject, Entity Framework, Web API Tutorial Tagged With: API, ASP.NET, basic authentication, Entity Framework, REST, RESTful, Tutorial, Web API, Web API Security, Web Service

Building ASP.Net Web API RESTful Service – Part 7

November 25, 2013 By Taiseer Joudeh 33 Comments

Be Sociable, Share!

  • Tweet
  • Email
  • WhatsApp

This is the seventh 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, Pagination, REST, RESTful, Tutorial, Web API, Web Service

  • « Previous Page
  • 1
  • 2
  • 3
  • Next Page »

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.