GeekFest #2 - Web API Proxies with WebApiProxy

Sunday, February 16, 2014



In this second installment of GeekFest we explore a little project called WebApiProxy I've been working on that allows us to create WCF-like proxies for ASP.NET Web API in JavaScript and C#

Introducing WebApiProxy: Providing JavaScript & C# proxies with Intellisense including documentation for ASP.NET Web API

Thursday, January 16, 2014

WebApiProxy extends your ASP.NET Web API service with a proxy endpoint, providing a ready-to-use JavaScript client as well as metadata, exposing the types used in the service. If you are using the documentation provider from ASP.NET Web API Help Pages, the usage documentation is also included inside the metadata, giving the client-side developer a rich experience with Intellisense.

This release has been updated and includes much more great features. Read more on the update here.

Clouds in my CoffeeScript

Tuesday, January 7, 2014

The "mystery language" CoffeeScript has been around for about 5 years now and I only recently started to play around in it. Like TypeScript, I must add that it's a bit of a learning curve, but once you get the hang of it, it's smooth sailing from there. I've promised myself to keep this short and sweet, so I decided to write an article about calling a Windows Azure Mobile Service (WAMS) from CoffeeScript.

Introducing GeekFest: Screencasts for developers

Monday, January 6, 2014

For quite some time I’ve been meaning to start a video blog (or vlog) on interesting subjects and people so I’ve decided to waste no more time and get to work on a new series called GeekFest, a screencast for developers by developers.

A Windows Phone app from zero to store in 5 easy steps

Saturday, December 28, 2013

For those savvy developers out there, who have great ideas for apps but not enough time to implement it, this comprehensive how-to guide will come in quite handy. The Windows Phone App Studio is an online WYSIWIG app builder designed to get you going in a snap. It allows you to build and test your app in no time for immediate publishing to the Windows Phone Store and share it with others. The great thing about this is that it generates the source code for you, enabling you to do more advanced modifications using Visual Studio. Oh and did I mention it compiles totally native code?

Community

Popular Posts

Archives

Contributors