Fanie Reynders
  • About
  • Blog
  • Live Coding
  • Videos
  • Speaking
  • Books
  • Resume
Schedule a call Social links

.NET

A collection of 27 posts

Implementing a different kind of Service Pattern

For the past few months I've investigated many different types of patterns I can implement in my projects; like Repository Patterns, Unit of Work Patterns, Service Patterns etc. After plenty of research, late nights and a gazillion units of black coffee; I finally came across a some sort
Nov 28, 2011 4 min read

A really handy "cheat-sheet" for Razor

I came across this cool syntax table that can come in quite handy when one is working with Razor in ASP.NET Syntax/SampleRazorWeb Forms Equivalent (or remarks)Code Block@{  int x = 123;  string y = "because.";}<%  int x = 123;  string y = "because.";%>Expression (Html
Nov 3, 2011 1 min read
Fanie Reynders © 2026