Location>code7788 >text

C#/.NET/.NET Core Technology Frontiers Weekly | Issue 2 (8.19-8.25, 2024)

Popularity:380 ℃/2024-08-26 13:49:40

preamble

C#/.NET/.NET Core Technology Frontier Weekly, your weekly technology compass! It records and tracks the latest, most practical and valuable technical articles, community news, quality projects and learning resources of C#/.NET/.NET Core domain and ecosystem every week. Let you always stand in the forefront of technology, help technology growth and vision broadening.

Feel free to contribute, recommend or self-refer quality articles/projects/learning resources, etc.Posted regularly every Monday!!!

  • 📰C#/.NET/.NET Core Technology Frontiers Weekly Roundup:/YSGStudyHards/DotNetGuide/blob/main/docs/DotNet/
  • 🏆C#/.NET/.NET Core Technology Frontiers Weekly Issues (submission address):/YSGStudyHards/DotNetGuide/issues/44

Enhance your testing experience with

  • Article Summary: MSTest comes with a set of analyzers that examine your test code and point out common errors and pitfalls. These errors can be subtle and cause your tests to be completely ignored by the testing framework.
  • Article address:/dotnet/supercharge-your-testing-experience-with-ms-test-analyzers/

Visual Studio 2022 v17.11 New Debugging and Diagnostics Features

  • Article Description: Debugging and diagnostics are critical skills for any developer, but they can also be difficult and time-consuming to become proficient at. That's why we've added some great new features and enhancements to Visual Studio 2022 v17.11 to help you find and resolve errors faster and easier than ever before. The following
  • Article address:/visualstudio/new-debugging-and-diagnostic-features/

NET Intelligent Component Profile - AI Supported UI Controls

  • Article Summary: New advances in artificial intelligence promise to revolutionize the way we interact with and use software. But adding AI capabilities to existing software can be challenging. That's why we've built the new .NET Intelligence Components, a set of truly useful AI-driven UI components that you can quickly and easily add to your .NET applications. NET applications quickly and easily. You don't have to spend weeks of development time redesigning the user experience or researching machine learning and cue engineering. NET Smart Components are pre-built, end-to-end AI capabilities that you can drop into your existing application UI to improve user productivity.
  • Article address: /dotnet/introducing-dotnet-smart-components/

C# from the script of "Black Myth: Goku" explored by netizens

  • Article Description: C# from the script of the Netflix mystery Black Myth: Goku.
  • Article address:/shanyou/p/18377461

A self-publishing content management system based on the .

  • Article Description: ShenNiusModularity is based on the .NET Core framework development , open source , free of charge, self - media content management system . Project development adhering to the principle of simplicity , adhere to the minimum complexity of the business module reuse , code, the pursuit of simplicity, efficiency and practicality . Suitable for white beginners advanced , also applies to the old hands on the road to work .
  • Article address:/s/12wzkzbn7r2cwsfxQgN70A

A cross-platform high-performance edge acquisition gateway based on .NET8 open source

  • Article Description: Share a cross-platform high-performance edge acquisition gateway based on .NET8 open source , to provide the underlying PLC communication libraries , communication debugging software , etc., stand-alone acquisition of data points up to one million : ThingsGateway.
  • Article address:/s/iyNdDrKE972C2HXCN3OKUg

MVC+LayUI Video Upload

  • Article Summary: Provides a complete MVC + LayUI upload video article tutorial.
  • Article address:/s/7fCEMbHpvkP07FwxqSzCbQ

C#/.NET Do you know all these useful programming skills?

  • NET Core Programming Common Syntax, Algorithms, Techniques, Middleware, Class Libraries, Practical Exercises for Work, with detailed tutorials to help you quickly master a variety of programming common syntax, algorithms, techniques, middleware, class libraries, practical exercises for work, etc. in C#/.NET/.NET Core.
  • Article address:/s/a9A7w2EhZIoh1AKW8bJzEQ

Recommended 7 beautiful and powerful WPF UI library

  • Article Summary: To share 7 open source, beautiful, powerful and easy to use WPF UI component library .
  • Article address:/s/ZKp6qFNDLTuJVse40-h5sQ

Decompiling, Editing and Debugging .NET Core Assemblies with dnSpyEx

  • Article Description: NET-related decompilation tools you think of the first tool what is ILSpy, dnSpy, or dotPeek? Our main content today is to talk about dnSpyEx (dnSpyEx is the dnSpy project's unofficial Fork maintenance version) of this open source .NET assemblies decompile, editing and debugging tools. NET assembly decompilation, editing and debugging tool.
  • Article address:/s/KhF6e9yI1ew2A-b0ZZ5Ofw

SimpleRAG: A simple RAG application based on WPF and Semantic Kernel.

  • Article Summary: SimpleRAG is based on WPF and Semantic Kernel implementation of a simple RAG application , can be used to learn and understand how to use Semantic Kernel to build RAG applications .
  • Article address:/mingupupu/p/18367726

Semantic Kernel/C#: Two Ways to Access Smart Spectrum AI

  • Article Summary: Semantic Kernel/C#: Two Ways to Access Smart Spectrum AI
  • Article address:/mingupupu/p/18370917

In addition to per-value and reference, the third way of passing method parameters

  • Introduction: Parameters in the method kind of "value (by value)" and "reference (by ref)" two ways to pass, this is every . NET specifies three forms of parameter passing, will it turn your mind upside down?
  • Article address:/artech/p/18374284/typed_reference

Three forms of method invocation

  • Article Description: Introduces the three forms of calling .NET methods.
  • Article address:/artech/p/18363117/method-invocation-dotnet

Can I call an instance method of Null?

  • Article Description: A few days ago a netizen asked me a question: why call the instance method when the target object can not be Null. seems to be a simple question, but really can not be clear in one sentence. And this conclusion is not right, when we call the instance method defined in a certain type, the target object can actually be Null.
  • Article address:/artech/p/18362421/call_callvirt