Deutsch

.NET Conf 2025 - November 11 ‐ 13

673  
AlexNek патриот28.10.25 19:05
AlexNek
28.10.25 19:05 

.NET 10 and Visual Studio 2026

https://www.dotnetconf.net/

#1 
AlexNek патриот28.10.25 19:06
AlexNek
NEW 28.10.25 19:06 
в ответ AlexNek 28.10.25 19:05, Последний раз изменено 13.11.25 19:18 (AlexNek)

---

#2 
alex445 патриот29.10.25 15:05
NEW 29.10.25 15:05 
в ответ AlexNek 28.10.25 19:06

Как попросить ИИ, чтобы потом выжимку дал не больше тыщи слов?

#3 
AlexNek патриот29.10.25 18:55
AlexNek
NEW 29.10.25 18:55 
в ответ alex445 29.10.25 15:05

Нефиг делать. Находим нужный ИИ, просим обзор. После, кидаем другому и просим сократить до 1000 слов.

#4 
alex445 патриот29.10.25 21:42
NEW 29.10.25 21:42 
в ответ AlexNek 29.10.25 18:55

#5 
AlexNek патриот29.10.25 21:47
AlexNek
NEW 29.10.25 21:47 
в ответ alex445 29.10.25 15:05

Но при этом теряется эффект присутствия

#6 
AlexNek патриот16.11.25 14:47
AlexNek
NEW 16.11.25 14:47 
в ответ AlexNek 28.10.25 19:06

Here’s a summary of the .NET Conf 2025—the biggest virtual event for .NET developers held November 11–13, 2025:

  • Major Launches:
    • .NET 10 (LTS) officially released, now supported through 2028.
    • C# 14 with new language features (extension members, null-conditional assignment, partial constructors/events).
    • Visual Studio 2026 features visual refresh and deep .NET 10 optimizations.windowsreport+1
  • Keynote Highlights:
    • Scott Hanselman and the .NET team introduced .NET 10 and C# 14.
    • Focused on performance (adaptive garbage collection), security, and cross-platform capabilities.
    • Showcased modernization tools (Aspire, MCP) and cloud-native development.
  • AI Focus:
    • Extensive sessions on integrating AI (RAG, GitHub Copilot, Semantic Kernel).
    • Practical examples for building AI-driven applications, using domain-specific data, and ethical AI.nareshit
  • Day-by-Day Breakdown:
    • Day 1: Launch keynotes, Blazor, MAUI, Aspire, and agentic AI development.
    • Day 2: Azure, cloud, deep dives (Kubernetes, containers, Redis), future .NET directions.
    • Day 3: Community Day—global speakers on Clean Architecture, OpenTelemetry, F#, passkey security, agentic AI. Student Zone for newcomers.windowsreport
  • Platform Enhancements:
    • Updates to ASP.NET Core (OpenAPI 3.1, minimal API validation, YAML docs).
    • EF Core 10 (complex types, joins, JSON updates).
    • .NET MAUI improvements, new primitives (span usage), performance boosts across the stack.dotnetconf+1
  • Modernization & Productivity:
    • Showcased conversion of legacy codebases to modern .NET stacks.
    • Emphasis on cloud-native, secure, high-performance projects for businesses and developers.


  1. https://windowsreport.com/net-conf-2025-kicks-off-next-week-with-net-10-launch/
  2. https://dev.to/cristiansifuentes/new-features-in-net-10-c-14-the-experts-playbook-2025-2pe5
  3. https://nareshit.com/news&events/microsoft-net-conf-focus-on-ai
  4. https://www.dotnetconf.net/announcements
  5. https://www.youtube.com/@dotnet
  6. https://www.dotnetconf.net
  7. https://learn.microsoft.com/en-us/shows/dotnet-conf-focus-on-modernization-2025/
  8. https://www.youtube.com/watch?v=zLgHnFQLXUQ
  9. https://www.dotnetconf.net/agenda
  10. https://devblogs.microsoft.com/dotnet/get-ready-for-dotnet-conf-2025/
  11. https://www.youtube.com/watch?v=YDhJ953D6-U
  12. https://www.youtube.com/watch?v=1iILZzHEevk
  13. https://blog.jetbrains.com/dotnet/2025/09/18/announcing-jetbrains-dotnet-days-online-2025/
  14. https://platform.uno/blog/dotnetconf2025/
  15. https://www.fanduel.com/research/nba
  16. https://www.instagram.com/p/DQ-mfZKCLLQ/
  17. https://www.youtube.com/watch?v=uOdXkWjH3UU
  18. https://www.drwindows.de/news/net-conf-2025-microsoft-veroeffentlicht-visual-studio-2026-und-net-10
  19. https://www.youtube.com/playlist?list=PLdo4fOcmZ0oXtIlvq1tuORUtZqVG-HdCt
  20. https://dotnetfoundation.org/news-events/latest-news
  21. https://www.plainconcepts.com/dotnet-2025-conference/
#7 
AlexNek патриот16.11.25 14:49
AlexNek
16.11.25 14:49 
в ответ AlexNek 16.11.25 14:47

Visual Studio 2026 is a major release focused on speed, developer productivity, AI integration, and a more modern, customizable interface. Here’s a concise summary of its key features:

  • Performance Improvements:
    • Solution load times and startup are up to 30–50% faster compared to VS2022, thanks to underlying debugger and .NET runtime optimizations.
    • UI remains responsive during large solution/project loads, with much lower memory usage and fewer hangs.microsoft+2
    • Code file opening and CodeLens loading are much snappier.
  • Modern Fluent UI:
    • Complete refresh with Microsoft’s Fluent UI design language: clearer typography, icons, layout, dark/light mode consistency.learn.microsoft+2
    • New “Editor Appearance” settings let you fully customize the look and feel of the coding environment.
  • Deep Copilot AI Integration:
    • Context-aware Copilot throughout the IDE, including adaptive paste (auto-fix pasted code style/names/errors).
    • New Copilot-powered tools for performance insights, debugging, code actions, and test generation directly from context menus and editor panes.visualstudio.microsoft+2
    • Copilot can now visualize Mermaid charts (flowcharts, diagrams) in Markdown and chat, supporting both user-typed and AI-generated syntax.
  • Enhanced Debugging:
    • Inline if-statement evaluation displays results inside your code for faster logic inspection.
    • Improved profiler dashboard, memory allocation optimization in CodeLens, and expanded CPU/event/file I/O analysis for CMake/C++ projects.
  • Razor & Blazor Tooling:
    • Significant compiler and memory optimization, especially for large Blazor solutions, delivering faster builds and less overhead.learn.microsoft
    • Razor Hot Reload with auto-restart support for rude edits.
  • Cloud & Container Development:
    • Expanded support for Docker, Kubernetes, and DevSecOps practices.
    • Easier cloud-native workflow integration (Azure, Aspire, MCP).
  • Productivity Enhancements:
    • Fast scrolling, better markdown preview and zoom controls.
    • One-click file exclusion in search, improved keyboard shortcuts, and a modernized settings experience.
  • Other Notables:
    • Full .NET 10 & C# 14 feature support.
    • Stable and Insiders Channel release model for rapid updates.
    • M365 Agents Toolkit updates for faster agent/app development.


  1. https://www.microsoft.com/de-de/techwiese/news/net-conf-visual-studio-2026-ist-offiziell-verfuegbar.aspx
  2. https://devblogs.microsoft.com/visualstudio/visual-studio-2026-insiders-is-here/
  3. https://www.reddit.com/r/dotnet/comments/1o31hqr/vs_2026_performance/
  4. https://learn.microsoft.com/en-us/visualstudio/releases/2026/release-notes
  5. https://www.theregister.com/2025/11/12/net_10_c_14_visual/
  6. https://devblogs.microsoft.com/visualstudio/a-first-look-at-the-all‑new-ux-in-visual-studio-2026/
  7. https://visualstudio.microsoft.com/insiders/
  8. https://ssojet.com/news/microsoft-launches-ai-enhanced-visual-studio-2026-with-net-10-lts
  9. https://www.software-express.de/hersteller/microsoft/visual-studio-2026/
  10. https://learn.microsoft.com/en-us/visualstudio/releases/2026/release-notes-insiders
  11. https://www.youtube.com/@dotnet
  12. https://www.youtube.com/watch?v=bMqDi1uQCn8
  13. https://dev.to/shiva_shanker_k/visual-studio-2026-insiders-is-here-and-its-actually-good-this-time-1fao
  14. https://blog.jetbrains.com/dotnet/2025/10/02/resharper-and-visual-studio-2026/
  15. https://www.drwindows.de/news/net-conf-2025-microsoft-veroeffentlicht-visual-studio-2026-und-net-10
  16. https://oksala.net/2025/09/17/visual-studio-2026-build-perfomance/
  17. https://abp.io/community/articles/visual-studio-2026-whats-new-and-why-im-excited-about-it-e4s5hed7
  18. https://www.youtube.com/watch?v=kbW7qHMBM6A
  19. https://www.neowin.net/news/microsoft-launches-visual-studio-2026-and-net-10-with-big-performance-improvements/
  20. https://www.linkedin.com/posts/visual-studio-magazine_visualstudio2026-dotnetconf-developer-activity-7391127092303806464-ROHz
  21. https://www.youtube.com/watch?v=X1WyzaWPnkA
#8 
AlexNek патриот16.11.25 14:51
AlexNek
16.11.25 14:51 
в ответ AlexNek 16.11.25 14:49

Summary: "Build better web apps with Blazor in .NET 10"

  • Presenter: Daniel Roth, Principal Product Manager for ASP.NET Core and Blazor.
  • Key Focus: The video showcases how Blazor in .NET 10 enables secure, high-performance, and developer-friendly web app development entirely in C#, with no need for JavaScript.

Main Topics and Enhancements:

  • Security and Authentication:
    • Built-in support for passwordless authentication using WebAuthN and passkeys.
    • New authentication scaffolders, including easier setup for Entra ID.
    • Passkeys are integrated into the Blazor template, allowing users to authenticate with cryptographic credentials managed by an authenticator app.
  • Observability & Diagnostics:
    • Enhanced metrics for Blazor apps: page navigations, UI events, active circuits (current app users), and more.
    • Improved tracing and diagnostic tools for both Blazor Server and WebAssembly, including collecting performance profiles and memory dumps, which can be analyzed in Visual Studio.
    • .NET Aspire integration supporting distributed tracing and diagnostics dashboards.
  • Performance:
    • Major framework optimizations: fingerprinted/pre-compressed/cached scripts, faster app startup and rendering (20% faster component rendering on WebAssembly compared to .NET 9).
    • Real-world improvements, e.g., Copilot Studio saw significant load/execution gains by upgrading from .NET 6 to .NET 8.
  • Developer Experience:
    • Faster and more reliable Hot Reload (Visual Studio 2026 vs 2022: down from 40s to 3s for big apps).
    • Component state persistence, simplifying pre-rendering and improving resilience/scalability (automatic persistence for disconnected circuits).
    • Enhanced form validation, supporting deep/nested models.
    • Improved navigation, error handling, and integration testing (Kestrel + Playwright browser tests).
    • QuickGrid and JavaScript interop enhancements.
  • Use Cases Highlighted:
    • "My Ride K-2" app for US/Canada schools demonstrates cross-platform agility.
    • LKAB (Europe’s largest iron ore producer) unified their mobile strategy using Blazor/.NET MAUI.
    • Blazor's powerful SSR model enabling rich interactive AI experiences (with provided chat template).
  • Conclusion: Blazor in .NET 10 delivers major improvements in security, performance, diagnostics, and developer productivity, streamlining full-stack development in C# and .NET for web and cross-platform apps. Developers are encouraged to start using Blazor in .NET 10 and explore these new features.youtube
  1. https://www.youtube.com/watch?v=V0Af7y7aMBE
#9 
7495 коренной житель5 дней назад, 23:14
7495
NEW 5 дней назад, 23:14 
в ответ AlexNek 16.11.25 14:51

заведи себе твиттер и пости там свои интересные истории.

Вопросы и Ответы - Программируем калькулятор пособий для беженцев вместе.
#10