🚀 Best of the Web: Essential Development Tools & Platforms Developers, innovators, and...
"Navigating the growing complexity of tech platforms, AI tools, cloud services,
The world of software development is fast-paced and dynamic, and the pressure to deliver high-quality...
In the realm of software development, the coveted title of Senior Software Engineer once symbolized...
Using the NTLK Natural Language Toolkit Step 1: Install Required...
https://www.linkedin.com/events/freemauiintroduction7238972144041312256/ 30 Minute demo. Open for...
One of the best things I've learned in my career is the Separation of Concerns Principal which guides...
In the previous article we introduced the Display-Grid Web Component which supports markup like...
Is there a way we can automatically utilize the grid css component but do it using only HTML? ...
Open Visual Studio Code and click on the Extensions Icon Search for ChatGPT Helper and install. Go...
We created a ColorSpan Web Component defined here; which allows us to change the background color...
A Simple Web Component's folder structure may look like this: The HTML file for the layout and the...
In the last post we showed how to create a Blazor Web App. Today we will look into creating a custom...
Prerequisites: VS2022, .NET 6.0 Open Visual Studio 2022 and create a new project. Select Blazor...
It was at first, an opinion I had. The Redux/Flux design pattern was ugly. Slightly difficult to...
Microsoft has been working on WASM for a long time now. Their project named Blazor was doing well...
Today we look at VS2022 which contains .NET 6.0 and Blazor. It was released to GA on November 18th,...
Good news, Maui has been working recently. More to come...
Finally out-of-the box (if you use NuGet package manager) the newer WebView2 works with WPF. Per...
To recreate, simply create a new WPF project in VS2022. Open up the tool box and drag a WebBrowser...
09/11/2024 Getting Started with Maui Creating the new Maui solution Using the (dotnet...
Create a folder named Models, then create a class definition like this: class IWebElementList :...
The new Chrome based (Edge) browser wrapper named WebView2 (still not fully baked) is coming. WebVie...
After having worked in HTML for past 4 years, returning to WPF is quite a contrast. XAML is probably...
The WPF DataGrid is the goto grid-like control for desktop development. Create the columns first...
Injecting small parts into a MainWindow is easy in WPF (once we know how). We have to import the c...
I'm thinking a new media query is needed for 27" monitors as in this size for a Samsung. Experim...
Visual Studio Code is my defacto editor for anything Typescript or Javascript. Visual Studio is the...