Skip to content

Source code from demo app that I did on Microsoft Windays 2015 conference held in Umag, Croatia. Demo consists of ASP.NET WebAPI project which demonstrates advanced usage of this popular framework for building Restful services on .NET platform.

License

Notifications You must be signed in to change notification settings

asanjeevak/Windays2015

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windays2015

Source code from demo app that I did on Microsoft Windays 2015 conference held in Umag, Croatia. Demo consists of ASP.NET WebAPI project which demonstrates advanced usage of this popular framework for building Restful services on .NET platform.

Demo covers following ASP.NET WebAPI topics:

  • Message Handlers (DelegatingHandler)
  • Filters (ActionFilterAttribute)
  • Formatters (MediaTypeFormatter)
  • Exception Handling (ExceptionLogger and ExceptionHandler)
  • HTTP caching (cache control plus etag)
  • HTTP streaming (chunked transfer upload/download - PushStreamContent and ReadAsStreamMultipartAsync)

About

Source code from demo app that I did on Microsoft Windays 2015 conference held in Umag, Croatia. Demo consists of ASP.NET WebAPI project which demonstrates advanced usage of this popular framework for building Restful services on .NET platform.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 77.8%
  • JavaScript 19.0%
  • HTML 2.1%
  • CSS 1.1%