Главная
Study mode:
on
1
Intro
2
Why Go
3
About Go
4
Todays Topic
5
Code
6
Build
7
Variables
8
Type
9
Service call
10
JSON Decoder
11
Modifying Parameters
12
Getting a Value
13
struct
14
indexer
15
range
16
id
17
Go routines
18
Go make
19
Weight groups
20
Code tour
21
Recap
Description:
Explore the Go programming language from a C# developer's perspective in this NDC London 2021 conference talk. Discover Go's unique features, including its opinionated syntax, strict unused variable handling, built-in concurrency with goroutines and channels, and error handling approach. Learn how Go discourages exception-based programming in favor of treating errors as data states. Build a sample application using concurrent operations to fetch data from a service, and gain insights into Go's variables, types, JSON decoding, and more. Examine how Go's concepts can enhance your programming skills and improve your daily work, whether in C# or other languages.

A Tour of Go for the C# Developer

NDC Conferences
Add to list