276
0
277
4
278
8
279
3
Unit Testing in .NET MAUI (www.telerik.com)
280
2
281
9

a new NuGet dependency graph resolver built to dramatically improve performance

The new algorithm they developed uses a more streamlined approach, representing the graph as a flattened set where each node is created only once. This makes the in-memory dependency graph much smaller and easier to work with. Conflicts are resolved as the graph is being built, which avoids the need for the repetitive passes that the old dependency graph resolution algorithm required.

This new approach had dramatic results. The original dependency graph, which in our testing would create 1.6 million nodes for a complex project, was reduced to just 1,200 nodes. With fewer nodes to process, restore times dropped significantly; from 16 minutes down to just 2 minutes.

282
5
283
5

An interactive dotnet tool dotnet scaffold has been released in preview.

dotnet tool install --global Microsoft.dotnet-scaffold

dotnet scaffold has support for the following ASP.NET Core project types:

  • Web app
  • Web API
  • .NET Aspire
  • Blazor

From the README:

For more information on ASP.NET scaffolding, see the following tutorials:

  • Add a model to an ASP.NET Core MVC app
  • Add a model to a Razor Pages app
  • Tutorial: Create a web API with ASP.NET Core
  • Scaffold Identity

For context: Entity Framework has Reverse Engineering with the dotnet ef dbcontext scaffold command/tool.

284
5
285
2
Community Toolkit Roundup (www.youtube.com)
286
6
Cake v5.0.0 released (cakebuild.net)
287
2
288
6
289
14
290
7
Announcing .NET 9 - .NET Blog (devblogs.microsoft.com)
submitted 2 years ago* (last edited 2 years ago) by Kissaki@programming.dev to c/dotnet@programming.dev
291
1
292
0

cross-posted from: https://programming.dev/post/21685196

Beware if you're updating to .NET 9 and need your MAUI Windows app working

293
15
What's new in .NET 9 (learn.microsoft.com)
294
5
Announcing .NET 9 - .NET Blog (devblogs.microsoft.com)
295
3
296
4
submitted 2 years ago* (last edited 2 years ago) by dankeck@lemmy.sdf.org to c/dotnet@programming.dev

Lots of focus on AI, as you would expect from Microsoft, but also sessions on C#, Blazor, Entity Framework, VS and VS Code, microservices, performance, testing, security, and accessibility

297
5
298
6
299
9
300
7
view more: ‹ prev next ›

.NET

1869 readers
1 users here now

Getting started

Useful resources

IDEs and code editors

Tools

Rules

Related communities

Wikipedia pages

founded 3 years ago
MODERATORS