So I am a huge fan of ghost, and I love providing my content free of charge. That being said server hosting costs money.
I added a tips badge to the bottom of my blog posts (see below) to try to offset the costs.
So I am a huge fan of ghost, and I love providing my content free of charge. That being said server hosting costs money.
I added a tips badge to the bottom of my blog posts (see below) to try to offset the costs.
Where I work .NET rules supreme. Personally I really don't care that much about the technology so long as it supports really good workflows. One of my major issues with nuget is that is very opinionated.
So I was quite confused about hosting Nancyfx on OWIN under IIS. Parts of the Nancy wiki led me slightly astray.
Here is the simple guide.
Make sure you Install the following nuget packages (if you havn't already).
Entity Framework is the ORM that has been pushed by the MSFT giant over the last few years to the .NET community.
In the old days, when programming in .NET you were signing yourself up to a lifetime of windows server, however things have changed.
Over the last 8 years the demand to scale has ever increased.
We have gone from curating machines like your favorite pets, and started spinning up, and destroying VM's at an ever increasing pace.
As engineers the Unix like platforms, have always been easier to work with. Personally I enjoy linux, I love package managers, I love ssh, and configurations are much easier. That being said, lately I have been interacting a lot with Windows servers.
This tutorial is about using SSL certs with WiX for IIS websites. For those of you whom didn't know, WiX is an MSI generator. You can even deploy IIS applications with WiX's MSI's.
Ok so to give you all some background. I always write my data access with a repository pattern in c#. Now I often use dapper, however I'd guess this problem would also apply with Entity framework.
So a while back I made a website that uses the Excel interop (long story). Since I made it a while ago, the IIS configuration is not automated, and must be done artisanally.
Recently I have been working on moving it to a new server. I installed Excel, and the website.
Getting started with anti-forgery tokens in NancyFX with razor views is pretty simple.