Step by step: Serilog with ASP.NET Core
Monday, September 19, 2016 in 2016
Categories:
2 minute read
NOTE: This post is out of date. Please read: Updated Step by step: Serilog with ASP.NET Core for an update. Last week I wrote about .NET Core and Microsoft Bot Framework and I’m still learning and playing with it. The thing is that once I …
.NET Core and Microsoft Bot Framework
Sunday, September 11, 2016 in 2016
Categories:
4 minute read
Today I’ll show you how to create a simple Skype bot that will reply with the same text message you send to it. You’ll be using .Net Core and Microsoft Bot Framework. As you already know not every library has been ported to .Net Core so …
Create vCard QR Codes using Azure Functions
Sunday, August 28, 2016 in 2016
3 minute read
Today I’ll show you how to develop a Web API to Create vCard QR Codes using Azure Functions. But wait what are Azure Functions? As defined by Microsoft: Azure Functions is a serverless event driven experience that extends the existing Azure App …
Benefits and Risks You Need to Know about Cloud Computing
Friday, August 26, 2016 in 2016
Categories:
4 minute read
We know that cloud computing is “the new normal” just like virtualization was in the past. And we also know that the adoption of cloud computing by your organization can come with a series of benefits including: Reduced IT costs: You can reduce both …
Detect and Blur Faces with .NET Core and Face API
Saturday, July 30, 2016 in 2016
4 minute read
Today I’ll show you how to create a small console application that will Detect and Blur Faces with .NET Core and Face API. First be aware of the following prerequisites: **OS** **Prerequisites** Windows Windows: You must have .NET Core SDK for …
Step by step: Entity Framework Core and Shadow Properties
Monday, July 25, 2016 in 2016
Categories:
5 minute read
Today I’ll show you how to create a small console application with a Step by step: Entity Framework Core and Shadow Properties example. We’ll be modifying the code from my previous post: Step by step: .NET Core and Entity Framework Core …
Step by step: .NET Core, Azure Service Bus and AMQP
Sunday, July 17, 2016 in 2016
4 minute read
Today I’ll show you how to create a small console application with a Step by step: .NET Core, Azure Service Bus and AMQP example. First be aware of the following prerequisites: **OS** **Prerequisites** Windows Windows: You must have .NET Core …
Step by step: .NET Core and Entity Framework Core
Monday, July 11, 2016 in 2016
Categories:
3 minute read
Today I’ll show you how to create a small console application with a Step by step: .NET Core and Entity Framework Core example. First be aware of the following prerequisites: **OS** **Prerequisites** Windows Windows: You must have .NET Core SDK …
Add Swagger to your .NET Core Web API
Monday, July 04, 2016 in 2016
Categories:
less than a minute
Last week .NET Core was released, and the first thing I tried to solve was how to Add Swagger to your .NET Core Web API: Dependencies At the time of writing you should add the following dependency to your project.json file "Swashbuckle": …
Remove RavenDb's API from Swagger
Sunday, June 12, 2016 in 2016
Categories:
less than a minute
I’ve been working on a small IoT project where we expose a simple REST API and use RavenDB Embedded as the database. Once we enabled Swagger on our project we noticed that the generated documentation was not only showing our API but those …