DEV Community

Cover image for 100 days of Coding! Day 21
Anisha R
Anisha R

Posted on

100 days of Coding! Day 21

June 20th, 2025

Today was a C# dominated day. Most of my time went into understanding the core concepts better and trying out small snippets here and there. I'm slowly getting more comfortable with the syntax and the power behind the .NET ecosystem.

As the weekend approaches, I’m feeling quite motivated to build a small project before Monday to show my team — something clean, functional, and simple enough to get done quickly, but still impressive.

Right now, I'm debating between two ideas:

  1. A Simple Calculator App
    I could use WPF or .NET MAUI for this — both are solid options. MAUI is especially tempting because it’s cross-platform, and I’d love to get a bit of hands-on experience with it. The UI would be minimal, but well-structured with a clean layout and solid logic on the backend.

  2. A Notes App
    This would be slightly more advanced and I’m thinking of building it using WinForms for the desktop UI, or maybe even experimenting with Blazor WebAssembly for a lightweight web-based version. It could be a nice way to explore component-based architecture and see how C# plays in the browser world.

Let’s see where the spark takes me — calculator or notes app, something’s getting built this weekend!

Signing off
Anisha 💗

Top comments (0)