Advertisement ยท 728 ร— 90

Posts by Jonathan Mezach

Post image

You can now generate a Mermaid Entity Relationship diagram during build of your SQL Project (.dacpac) with our build SDK MsBuild.Sdk.SqlProj

github.com/rr-wfm/MSBui...

5 days ago 6 1 0 0
Preview
Getting Started with SQL Database Project Power Tools SQL Database Project Power Tools is a free Visual Studio extension that makes working with SQL database projects easier and more productive. This guide will help you get started with the key features.

Just blogged: Getting Started with SQL Database Project Power Tools - a new Visual Studio extension to improve the SQL Projects developer experience

#visualstudio #dotnet #sqlserver

buff.ly/MFDg1Mm

2 months ago 7 1 0 0
Preview
Release v13.0.0 ยท CommunityToolkit/Aspire It's here, we now support Aspire 13! ๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰ There's a pretty huge amount of changes, some of which are breaking, so here's the highlights: Support for Aspire 13 Support for .NET 10 Rename of Hosting....

Aspire Community Toolkit v13 is now available.
Main features are support for Aspire 13 and .NET 10, but a lot of small burn features are also included - github.com/CommunityToo...

#aspire #dotnet

4 months ago 11 7 0 1

Any chance of a date/time based input? Asking for a friend :P

4 months ago 0 0 0 0
Preview
Add ability to skip .dacpac deployment by ErikEJ ยท Pull Request #896 ยท CommunityToolkit/Aspire if metadata in the target database indicates that the database has already been deployed fixes #860 Smoke tested with: var builder = DistributedApplication.CreateBuilder(args); var server = builde...

Just added the ability to make your Aspire AppHost start much faster with SQL Database Projects by skipping deployment when not needed - .WithSkipWhenDeployed()
#dotnet #dotnetaspire #sqlserver

5 months ago 5 2 0 0
Get a 180% speed increase on large async reads with Microsoft.Data.SqlClient (and EF Core) - here is how to turn it on! tl;dr - Enable a new feature in the latest .NET SqlClient driver with a couple of switches to get a 180% increase in speed when reading large binary and text data using async methods.

Just blogged: Get a 180% speed increase on large async reads with Microsoft .Data.SqlClient (and EF Core) - here is how to turn it on!
#dotnet #efcore #sqlserver #performance
buff.ly/SDVohv0

5 months ago 5 3 0 0

Do you deploy your SQL Database Projects with a CD pipeline, and notice that .dacpac deployments take sooo much time - even when nothing changes? Working on a solution (down to milliseconds) - but I need your help to verify it. Please reply or contact me via GitHub if you are interested.

5 months ago 3 1 0 0

@duendesoftware.com I have written a small .NET Aspire hosting integration for IdentityServer and I'm considering open sourcing it. But I'm not sure if I'm allowed to do that ;). Any guidance would be appreciated.

5 months ago 0 0 0 0
Advertisement
Preview
Manage your SQL Server database lifecycle with .NET Aspire and the SQL Database Projects hosting extension .NET Aspire provides tools, templates, and packages to help you build observable, production-ready apps. Delivered through NuGet packages, .NET Aspire simplifies common challenges in modern appโ€ฆ

SQL database deployment in Aspire 9? Just use the SQL Projects extension!
- Reference a SQL Database Project
- Use a .dacpac
- Use existing SQL servers
- Manage controlled "data loss"
- And much more
#dotnet #dotnetaspire #sqlserver

8 months ago 4 3 0 0
Introducing MSBuild.Sdk.SqlProj 3.0 - create, build, validate, analyze, pack and deploy SQL database projects with .NET 9 In this blog post I will introduce you to a .NET build SDK, that I help maintain.

Cross platform and cross tooling support for building SQL Project (.dacpacs) - use our community build SDK with Visual Studio and VS Code, fully integrated NuGet package support and much, much more
buff.ly/6skbe3z
#dotnet #sqlserver

8 months ago 11 4 1 0

I'm super excited to announce that "KubeOps" - the Kubernetes Operator SDK for .NET - has officially joined the @dotnetfoundation.org ! Big thanks to the project committee and the support during the onboarding process.

dotnet.github.io/dotnet-opera...
#dotnet #Kubernetes #operators

8 months ago 4 2 0 0
Preview
GitHub - CommunityToolkit/Aspire: A community project with additional components and extensions for .NET Aspire A community project with additional components and extensions for .NET Aspire - CommunityToolkit/Aspire

.NET Aspire has a load of integrations "out of the box", but did you know there's a community toolkit that adds integrations for a bunch of other stuff, like Java, Golang, Rust, NodeJS, Dapr RavenDB, and a bunch of other integrations and add-on features?

Take a look: github.com/Community...

10 months ago 7 3 0 1
Post image Post image

Introducing the Duende Developer Community (and a new documentation site!)

๐Ÿ˜๏ธ Community: connect with peers around #identityserver, #bff, #oidc, and more!
๐Ÿ“ New docs: fresh design, new topics, dark mode, ...

Learn more on our blog ๐Ÿ‘‰ duende.link/1uiro2d #dotnet #security

11 months ago 3 6 0 0

It took a bit longer than we'd hoped, but here we go - the .NET Aspire Community Toolkit 9.4 release is out, with support for Aspire 9.2! github.com/CommunityToo...

#dotnet #aspire

11 months ago 13 9 0 0
.NET Aspire and SQL Logos.
text reads: Exploring SQL Server Integration with .NET Aspire: A Collection of Hands-On Samples

.NET Aspire and SQL Logos. text reads: Exploring SQL Server Integration with .NET Aspire: A Collection of Hands-On Samples

New GitHub repo alert! Dive into 8 hands-on samples showing how .NET developers can integrate SQL Server & Azure SQL with #dotNETAspire. Simplify cloud-native apps with this slick stack. Check out the new repo. https://msft.it/63327qVLyx

1 year ago 6 1 0 0
Advertisement
Preview
Release v9.2.0 ยท CommunityToolkit/Aspire This is the Aspire Community Toolkit release for Aspire 9.1. Highlight features: New integrations: SQLite (hosting and client) Dapr (migrated from the Aspire team) DbGate across MongoDB, Postgres...

It's here, the .NET Aspire Community Toolkit supports Aspire 9.1 - github.com/CommunityToo...

Thanks to all the contributors, including 8 first time contributors ๐ŸŽ‰

#dotnet #aspire

1 year ago 12 5 0 0
Preview
SQL-first development with .NET Aspire You're joining a new project, so it's time to setup the database server, create the tables, seed it with sample data, get your app connected, and start worki...

You're joining a new project, so it's time to setup the database, create tables, seed with sample data, and start working... - Let Aaron Powell introduce to you .NET Aspire, and how we can turn this into cloning a repo and launching the app!
#dotnet #aspire #sqlserver

1 year ago 5 2 0 0
Introducing MSBuild.Sdk.SqlProj 3.0 - create, build, validate, analyze, pack and deploy SQL database projects with .NET 9 In this blog post I will introduce you to a .NET build SDK, that I help maintain.

Introducing MSBuild.Sdk.SqlProj 3.0 - create, build, validate, analyze, pack and deploy SQL database projects with .NET 9.

erikej.github.io/dotnet/dacfx/azuresql/20...
#visualstudio #dotnet #sqlserver #msbuild #data #deployment

1 year ago 8 3 0 0
Introducing MSBuild.Sdk.SqlProj 3.0 - create, build, validate, analyze, pack and deploy SQL database projects with .NET 9 In this blog post I will introduce you to a .NET build SDK, that I help maintain.

Just blogged: Introducing MSBuild.Sdk.SqlProj 3.0 - create, build, validate, analyze, pack and deploy SQL database projects with .NET 9
#dotnet #sqlserver #dacfx

1 year ago 9 6 0 0

Over the past few months I've been leading the team as we built out a new community project for .NET Aspire and I'm super excited that it's finally launched - devblogs.microsoft.com/dotnet/intro...

If you're building with #dotnet #aspire go check out all the awesome additions to Aspire!
#dotnetconf

1 year ago 33 14 3 0

Me too ;)

1 year ago 0 0 0 1
Preview
Introducing the .NET Aspire Community Toolkit - .NET Blog Learn about the .NET Aspire Community Toolkit, a collection of tools and libraries that help you build with .NET Aspire.

Introducing the .NET Aspire Community Toolkit

devblogs.microsoft.com/dotnet/intro...

#dotnet #aspire

1 year ago 117 21 2 2
Advertisement

Would be a game changer for large micro-services systems where it just isn't feasible to run everything on your local box imho

1 year ago 0 0 1 0

@davidfowl.com What about remocal, ie. a combination of remote and local development environments with #dotnet #aspire #dotnetconf

1 year ago 0 0 1 0
Post image

@csharpfritz.com Just FYI, but it appears that the menu on the #dotnetconf website doesn't work on my phone

1 year ago 0 0 0 0
Preview
WithHttpsCommand extension ยท Issue #6649 ยท dotnet/aspire Is there an existing issue for this? I have searched the existing issues Is your feature request related to a problem? Please describe the problem. No response Describe the solution you'd like Duri...

@damianedwards.com already filed an issue for this: github.com/dotnet/aspir...

1 year ago 1 0 1 0

#dotnetConf @damianedwards.com Any plans to make that WithHttpsCommand extension part of the product? Feels generally useful in a lot of scenario's.

1 year ago 1 0 1 0
Preview
CommunityToolkit.Aspire.Hosting.SqlDatabaseProjects 9.0.0-beta.63 An Aspire hosting integration capable of deploying SQL Server Database Projects as part of your AppHost.

Want to deploy your SQL database schema during your inner dev loop, check out our #dotnet #aspire integration: nuget.org/packages/Com... #dotNETConf

1 year ago 1 0 0 0
Preview
CommunityToolkit.Aspire.Hosting.SqlDatabaseProjects 9.0.0-beta.63 An Aspire hosting integration capable of deploying SQL Server Database Projects as part of your AppHost.

You can now very easily deploy your SQL Database project in your .NET Aspire 9 AppHost - provision your database schema! Try the preview now: www.nuget.org/packages/Com...
#dotnet #aspire #dacfx

1 year ago 19 5 1 1
Advertisement