Skip to main content

Started doing some graphics again

· One min read
Founder, Asynkron Systems

I’ve started doing some graphics again, quite some time have passed since I quit my demo scene graphics days (/noice/fairlight/wrath designs)
I’m paining some random flat’ish icons on my free evenings now, just to clear my head.
Use if you like..

Entity Framework to REST – EfREST

· 5 min read
Founder, Asynkron Systems

I’ve been doing a fair amout of rest API coding lately, and what struck me during this time was that it was horribly hard to actually create a clean custom REST API using .NET.
Sure, there is WebApi and OData and alot of other stuff.
Odata almost gets me where I want to be, but it does have it’s limitations.