Contents tagged with Azure Function
-
ORMs role in Microservices age!
Recently I saw some discussions on Twitter people arguing about necessity of existence of ORMs (Object-relational mapping) at this age and the others are even waiting to have Entity Framework as a binging in Azure Functions. That made me as a person who have been working with ORMs from the early days and with different types of data driven applications, to write my two cents about the topic.
-
How to install and deploy Extensions in Azure Functions v2
If you have been doing Serverless Programming in Micrpsft Azure Stack, you probably know that the new generation of Functions (v2) has beenĀ available now for a few months. There are some differences in the new versions compared to the old one that you need to know before migrating your existing Functions.