A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
I have been writing several small WinForms applications over the last year or so. Most of these applications are programming tools that will only be used by our dev team, so UI wasn't very important.
Join our daily and weekly newsletters for the latest updates and exclusive content on industry-leading AI coverage. Learn More Microsoft today released .NET Core 3.0 as well as Visual Studio 2019 ...
Calling all full-stack developers who live and breathe C# and can tame the wildest of Blazor components! We’re on the hunt for not one, but two Senior Developers to join a high-impact project that’s ...
You have two tools for generating your initial UI in a Blazor component: ASP.NET's Razor and Blazor's RenderFragment. Here's how to use both to integrate with your C# code (and a warning about what ...
In my great big mess of "I've never done much winforms before, so let's do something difficult" code, I've run into a problem. I have several hundred user controls I need to load up at runtime, and it ...
When designing applications, it is important to know when to use an abstract class and when to use an interface. Although abstract classes and interfaces seem similar in some ways, there are key ...
Whether you're building a Web or desktop application, here's a round-up of tools for building the interface with plain old HTML. Being able to work comfortably on Web-related code elements -- HTML, ...