#tutorial

8 writings

Servicestack F# template. Starting from the Start

This guide walks you through setting up ServiceStack V4 with F# without relying on templates. Starting from an empty ASP.NET project, you'll install ServiceStack, configure it properly, and build your foundation for a functional web service.

5 min read 848 words

Servicestack F# template Update. Circle is Complete

ServiceStack F# templates are now officially available on the Visual Studio Gallery, featuring four hosting options including ASP.NET and self-hosted variants with optional Razor Engine support. The templates use ServiceStack 3.71, the last MIT-licensed version, making them ideal for developers starting out or preferring stable, open-source solutions.

4 min read 663 words

When Servicestack meet F# via Side Waffle

This post explores the journey of creating Servicestack templates with F#, covering the challenges faced when building ASP.NET applications and the solutions discovered along the way. The author shares their experience moving from console applications to web templates, highlighting a critical debugging lesson that took two weeks to resolve.

4 min read 699 words

Asp.Net MVC5 with F#

Discover how to build ASP.NET MVC5 applications using F#, moving from traditional C#/F# split projects to unified pure F# templates. This guide provides a one-to-one syntax mapping between C# and F# before transitioning to optimized functional code patterns.

2 min read 297 words

Getting started with Functional web

A comprehensive guide to getting started with functional web development using F# and .NET. Discover pure F# web templates, frameworks like NancyFX and ServiceStack, and explore functional programming across Scala and Clojure.

3 min read 549 words

Duffer's guide for windows 8 installation

A personal account of installing Windows 8 multiple times and encountering various challenges, including SSD management, driver issues, and RAID configuration problems. This guide shares practical lessons learned to help others avoid similar pitfalls during Windows 8 setup.

3 min read 563 words

Bhagwad Gita Chapter 1

Bhagavad Gita Chapter 1 begins on the Kurukshetra battlefield where Arjuna, overwhelmed by the sight of his relatives in the opposing army, questions the purpose of war and victory. Krishna's response initiates one of Hinduism's most revered spiritual teachings, revealing profound wisdom about duty, righteousness, and the nature of existence.

1 min read 187 words

Test your self before test your code

This post emphasizes the importance of understanding your testing strategy before writing test code, drawing from practical development experience. Using mathematical functions and Visual Studio testing facilities as examples, the author explains how self-awareness in testing prevents common coding mistakes and improves code quality.

6 min read 1,172 words