Tag
#.NET
7 posts tagged with #.NET.
-
Learning Blazor by Building Something Useful. Part II
Part two on Blazor: WASM binary pitfalls, Razor gotchas, component communication struggles, lifecycle traps, and the state of the ecosystem.
#C# #.NET #Blazor #WebAssembly -
Learning Blazor by Building Something Useful. Part I
Part one of how, instead of yet another ToDo list, we built a useful IoT relay control system in Blazor: Entity Framework, MVC controller, server-side rendering, and C# instead of JavaScript.
#C# #.NET #Blazor #WebAssembly #IoT -
PowerShell for Beginners: First Practical Steps
A practical PowerShell intro for beginners: cmdlets, pipelines, working with .NET objects, the Windows registry, and writing your first useful scripts.
#PowerShell #.NET #Windows #administration -
Ruby on Rails Through a .NET Developer's Eyes
A .NET developer's first experience with Ruby on Rails: installing the stack, setting up the project, running the first scaffold, and honest impressions.
#Ruby on Rails #Ruby #.NET #web development -
.NET Interop: Working with Sockets via P/Invoke
.NET Interop in practice: using P/Invoke and DllImport to call native Windows Sockets from a managed C# app — a full example with code and pitfalls.
#.NET #Interop #sockets #programming -
Inheritance in ADO.NET Entity Framework
Two inheritance types in ADO.NET Entity Framework — Table per Type and Table per Hierarchy — walked through with common mistakes and their fixes.
#.NET #Entity Framework #databases #programming -
ADO.NET Entity Framework: A Hands-On Introduction
A practical introduction to ADO.NET Entity Framework — from creating a data model to performing basic CRUD operations in ASP.NET.
#.NET #Entity Framework #programming