Skip to content

Instantly share code, notes, and snippets.

View salesHgabriel's full-sized avatar
💻
Code..

Gabriel Sales salesHgabriel

💻
Code..
View GitHub Profile
@LanceMcCarthy
LanceMcCarthy / README.md
Last active August 18, 2024 16:12
VS Live Episode: Resources for Publishing .NET MAUI Projects

.NET MAUI Publishing Resources

So you're done building your .NET MAUI application, congrats! Now it's time to publish them, This can be a tricky topic to navigate, even to dedicated DevOps engineers who do this regularly because of the number of moving pieces in the puzzle.

To help you, I have combined several resources that are a great place to get started. These are not only a good Getting Started experience, but it's also a good thing to bookmark as a quick look-up reference.

Table of Contents

@osya
osya / gist:251ee7c5d1e696d5f2aa
Last active March 1, 2023 19:40
Using the NetTopologySuite (NTS) to read and write Shapefiles in C# #CSharp
using GisSharpBlog.NetTopologySuite.Features;
using GisSharpBlog.NetTopologySuite.Geometries;
using GisSharpBlog.NetTopologySuite.IO;
using GeoAPI.Geometries;
...etc....