#dotnet
5 notes tagged dotnet.
Csharp·3 min
C# Basics
Types, variables, control flow and how to write a function (method) in C#, mapped from PHP.
- #csharp
- #dotnet
- #basics
- #functions
Csharp·3 min
Classes & Models
Create a class, give it properties and a constructor, and use it — the C# version of a Laravel model.
- #csharp
- #dotnet
- #classes
- #models
Csharp·3 min
Services & Helpers
Put code in another file — a service or a static helper — and call it from anywhere, the C# way.
- #csharp
- #dotnet
- #services
- #architecture
Csharp·3 min
Project Structure
How C# files, namespaces, folders and the dotnet CLI fit together into a running app.
- #csharp
- #dotnet
- #tooling
- #architecture
Dev·1 min
C#
Learning C# and .NET from a Laravel/PHP background — the fundamentals, mapped to what you already know.
- #csharp
- #dotnet
- #basics