HN user

mazeez

5 karma
Posts20
Comments7
View on HN
mazeez.dev 8mo ago

Comparing PlanetScale PostgreSQL with Hetzner Local Postgres

mazeez
1pts0
mazeez.dev 8mo ago

Comparing PlanetScale PostgreSQL with Hetzner Local Postgres

mazeez
3pts1
mazeez.dev 11mo ago

The Agent Builder's Reading List: What Matters

mazeez
1pts0
twitter.com 1y ago

MCP tools make LLMs more deterministic

mazeez
1pts0
dylibso.com 2y ago

Formally verified WebAssembly using Coq and Extism

mazeez
12pts1
github.com 3y ago

Run Crystal Reports in a separate process

mazeez
2pts1
mazeez.dev 3y ago

Working Remotely from Iraq as a Software Developer

mazeez
1pts0
mazeez.dev 5y ago

Background Job Scheduling Using Hangfire

mazeez
1pts0
mazeez.dev 5y ago

GitHub Party Trick

mazeez
1pts0
dev.to 6y ago

Use C# Source Generators to make all of your methods async

mazeez
1pts0
mazeez.dev 6y ago

Enabling automatic updates for sideloaded UWP apps: Multiple update channels

mazeez
1pts0
www.petesqbsite.com 6y ago

So You Want to Be a Pixel Artist?

mazeez
2pts0
dev.to 6y ago

Running Asp.net Core on Linux Part 1

mazeez
3pts0
mazeez.dev 6y ago

Automated build and release pipeline for sideloaded UWP apps

mazeez
1pts0
github.com 6y ago

Permadelete v0.6 is now out

mazeez
2pts0
dev.to 7y ago

How to get an instance of a page when you navigate to it in UWP

mazeez
1pts0
dev.to 7y ago

Why you should read on topics that you might not need right now?

mazeez
1pts0
dev.to 7y ago

Writing Native Libraries in C# and using them in other languages

mazeez
3pts0
github.com 7y ago

A library for enabling automatic updates for sideloaded UWP apps

mazeez
1pts0
github.com 7y ago

A library for enabling automatic updates for sideloaded UWP apps

mazeez
3pts0

Runner to allow the use of Crystal Reports in .NET Core using external process (in .NET Framework 4.8) and named pipes for communication.

If you are using Crystal Reports in your application you're probably stuck with .NET Framework 4.x. However, all the new features are in the .NET Core framework nowadays and you might want to take advantage of them by upgrading your app to use the latest version of .NET.

Unfortunately, Crystal Reports doesn't support .NET Core so one workaround is to isolate it into its own executable so that your own application doesn't need to have a dependency on Crystal Reports SDK.