coderserdar / streetcoder

Code examples used in the book Street Coder https://streetcoder.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

book cover

about

This repository contains the example code snippets referenced in my book Street Coder published by Manning Publications.

requirements

Almost all projects target .NET 6. They targeted .NET 5 originally, but .NET 5 support ended in early 2022. With .NET 6 support, you can build the projects using current tools with as little installation work and warnings as possible. The source code is still in parity with the book. I plan on maintaining this repository as easily buildable as possible for readers.

One project requires .NET Framework 4.8 which was required for the migration example. You can open streetcoder-nowin.slnf solution filter to filter it out instead of the main solution file streetcoder.sln.

You can open and build solution and project files using the latest version of Visual Studio. The Community Edition of Visual Studio is free for personal use, and it's available on Mac too.

You can also use Visual Studio Code with OmniSharp C# extension if you find it more comfortable.

notes

  • The different flavors of the same function may have different names in the source code while they're called the same in the repository. For example, Contains function can have variants like Contains2 and Contains3 in the source code, but it's listed as Contains in all the listings with different varieties. That's intentional to keep the whole source code compilable without any trouble. Some flavors can use a word-based suffix instead of a numeric one.

About

Code examples used in the book Street Coder https://streetcoder.org


Languages

Language:JavaScript 76.7%Language:C# 19.2%Language:HTML 3.1%Language:CSS 0.9%Language:ASP.NET 0.0%