Stackoverflow.com style syntax highlighting
Stackoverflow.com use google-code-prettify as syntax highlighter.To use google-code-prettify on Blogger.com you have to add the following css to your template:/* Pretty printing styles. Used with...
View ArticleNHibernate: Getting started guide
IntroductionFor people that don't know what NHibernate is. "NHibernate is a mature, open source object-relational mapper for the .NET framework.It's actively developed, fully featured and used in...
View ArticleTopshelf: Getting started guide - Run .net core console application as...
Introduction For people that don't know what Topshelf is. "Topshelf is a framework for hosting services written using the .NET framework. The creation of services is simplified, allowing developers to...
View ArticleSwagger: Getting started guide - Generate web api documention with Swagger...
Introduction For people that don't know what Swagger is. "Swagger is a set of open-source tools built around the OpenAPI Specification that can help you design, build, document and consume REST...
View Article