Tim Deschryver
banner
timdeschryver.dev
Tim Deschryver
@timdeschryver.dev
👟 Runner
👨‍💻 OSS enthusiast - NgRx, (Angular) Testing Library
✍ Blogger - https://timdeschryver.dev
🏆 Microsoft MVP (Developer Technologies)
Reposted by Tim Deschryver
Karma is out of the pantry. 👋

Get ready for @vitest.dev & Browser Mode with #Angular 21

✨ New #testing cookbook chapter explaining why we’re back to the browser — and what actually separates:

👾 emulation,
🌓 "partial" browser mode,
🎭 & "full" browser mode.

cookbook.marmicode.io/angular/test...
Browser Mode | Marmicode Cookbook
The evolution of Angular browser testing and how to configure Vitest Browser Mode for both partial and full Playwright-powered testing.
cookbook.marmicode.io
November 13, 2025 at 5:04 PM
Reposted by Tim Deschryver
What's new in C# 14!

Dustin holding it down \o/.

Null conditional assignments,
Inferred type in lambda expressions,
Field Access in auto properties!
Extension Blocks 🥹🥹 !

#dotNETConf
November 11, 2025 at 6:13 PM
Reposted by Tim Deschryver
Y'all know what today is !
##dotnetconf
November 11, 2025 at 10:18 AM
Reposted by Tim Deschryver
🚀 Announcing @analogjs.org 2.0!

📜 Content Resources for @angular.dev
📦 Optimized Installs and Bundling
⚡️ @vite.dev ecosystem upgrades

And more!

dev.to/analogjs/ann...
Announcing AnalogJS 2.0 ⚡️
We're excited to announce the 2.0 release of AnalogJS! This release includes many features that help...
dev.to
November 3, 2025 at 3:23 PM
✍️ Blogged: Refactoring a form to a Signal Form

I jotted down some notes of my experiences and thoughts while refactoring an existing Angular form to use the new Signal Forms (experimental feature).

#Angular

timdeschryver.dev/blog/refacto...
Refactoring a form to a Signal Form
I jotted down some notes of my experiences and thoughts while refactoring an existing Angular form to use the new Signal Forms (experimental feature).
timdeschryver.dev
October 16, 2025 at 6:44 PM
Reposted by Tim Deschryver
If you want to get exploring Signal Forms, I highly recommend "All About Angular’s New Signal Forms" from @manfredsteyer.bsky.social .

Thanks Manfred! 🏆

www.angulararchitects.io/blog/all-abo...
All About Angular's New Signal Forms - ANGULARarchitects
Dies ist Beitrag 1 von 1 der Serie “Signal Forms” All About Angular’s New Signal Forms Dynamic Forms: Building a Form Generator with Signal Forms Dynamic Forms built by a form generator have quite a h...
www.angulararchitects.io
October 6, 2025 at 12:24 PM
✍️ Blogged: Using the new bindings API to test Angular components with Angular Testing Library

#Angular

timdeschryver.dev/blog/using-t...
Using the new bindings API to test Angular components with Angular Testing Library
Learn how to make use of the new binding methods inputBinding, outputBinding, and twoWayBinding to set component properties in your Angular tests. This native integration provides better signal suppor...
timdeschryver.dev
October 2, 2025 at 12:08 PM
Reposted by Tim Deschryver
EF Core 10.0: Support for JSON Data Type in Microsoft SQL Server
#dotnet #efcore
EF Core 10.0: Support for JSON Data Type in Microsoft SQL Server
.NET, ASP.NET Core, Visual Studio, Azure, Jaliya Udagedara
buff.ly
September 30, 2025 at 8:22 AM
✍️ Blogged: VS Code as a modern Full‑Stack workspace, Powered by Copilot

Why VS Code transitioned into my primary development environment. TLDR: extensions, integrations, and Copilot.

#VSCode #Copilot #dotNET #Angular

timdeschryver.dev/blog/vs-code...
VS Code as a modern Full‑Stack workspace, Powered by Copilot
Why VS Code transitioned into my primary development environment. The combination of its extensibility, the different integrations, and GitHub Copilot's capabilities has made it an ideal choice for my...
timdeschryver.dev
August 15, 2025 at 2:31 PM
We just released #Angular #TestingLibrary v18.

There are no big changes, but this removes some of Angular's deprecated/removed features.

Thanks to everyone involved in this release 🙏

github.com/testing-libr...
Release v18.0.0 · testing-library/angular-testing-library
18.0.0 (2025-08-07) Features release v18 (#533) (4fea701), closes #530 #531 #413 BREAKING CHANGES The angular minimum version has changed. BEFORE: Angular 17,18,19 were supported. AFTER: Angula...
github.com
August 7, 2025 at 4:53 PM
A little trick I just learn to make it easier to test a zoneless #Angular (v20) application, is to configure the providersFile to automatically add providers.

This is a feature we already had in Angular Testing Library, but it's nice to see that it's built-in now.

Bonus: setupFiles is also new
August 1, 2025 at 6:35 PM
✍️ Blogged: Fire your Playwright tests on demand from the .NET Aspire dashboard

timdeschryver.dev/blog/fire-yo...

#dotNET #Aspire #Playwright
Fire your Playwright tests on demand from the .NET Aspire dashboard
Let's see how to use WithExplicitStart to integrate (TypeScript) Playwright tests within Aspire's dashboard.
timdeschryver.dev
July 31, 2025 at 4:11 PM
Reposted by Tim Deschryver
🎉 A new version of Aspire just shipped, 9.4 and it's one of the biggest releases yet. Very proud of what the team was able to accomplish.

📣 Blog post - devblogs.microsoft.com/dotnet/annou...

📝 What's new - learn.microsoft.com/en-us/dotnet...

#dotnet #aspire
Aspire 9.4 is here with a CLI and interactive dashboard features - .NET Blog
Aspire 9.4 is packed with new features, integrations, and improvements
devblogs.microsoft.com
July 29, 2025 at 6:51 PM
It's been five years already, time flies when you're having fun!

Thanks again for the nomination Lars Gyrup Brink Nielsen 🤗

#MVPBuzz
July 18, 2025 at 12:06 PM
Reposted by Tim Deschryver
As usual, open source saving my time, I was struggling with migration to eslint flat config, and guess what, @timdeschryver.dev already covered it and shared a PR,

Tim rocks, be like Tim

timdeschryver.dev/blog/eslint-...
timdeschryver.dev
July 3, 2025 at 5:38 PM
Reposted by Tim Deschryver
SQLite Toolbox, my free extension for SQLite inside Visual Studio just got a new release, with support for latest SQLite drivers, SSMS 21 and next version of VS. Join 1.5 million developers using this tool already - watch this live demo:

buff.ly/IR0U60E
#visualstudio #sqlite #dotnet
June 16, 2025 at 8:22 AM
Reposted by Tim Deschryver
And soon just
dotnet app.cs
😎

github.com/dotnet/sdk/p...
Add support for `dotnet file.cs` (without explicit `run` subcommand) by jjonescz · Pull Request #48387 · dotnet/sdk
Resolves #49202.
github.com
June 14, 2025 at 5:32 AM
Reposted by Tim Deschryver
[email protected] is out!
- Browser Target Changed to Baseline Widely Available
- Node 18 support dropped. Vite is now distributed as ESM only

Plus fixes and deprecated feats removals, preparing for rolldown. Help us test the beta and report back 🙏
github.com/vitejs/vite/...
github.com
June 2, 2025 at 9:40 AM