Giter Site home page Giter Site logo

coderserdar / streetcoder Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ssg/streetcoder

0.0 0.0 0.0 2.74 MB

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

JavaScript 76.74% C# 19.21% CSS 0.92% HTML 3.13% ASP.NET 0.02%

streetcoder's Introduction

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.

streetcoder's People

Contributors

dependabot[bot] avatar hadayago avatar lgtm-migrator avatar ssg avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.