воскресенье, 30 марта 2025 г.

WPF, MVVM, Book, Tutorial, Learn, MS

WPF, MVVM, Book, Tutorial, Learn, MS

https://learn.microsoft.com/ru-ru/dotnet/maui/tutorials/notes-mvvm/?view=net-maui-9.0&tutorial-step=1

https://learn.microsoft.com/ru-ru/dotnet/maui/tutorials/notes-mvvm/?view=net-maui-9.0&tutorial-step=2

file:///F:/DownLoads/trnt/Wpf/B1/Mastering%20Windows%20Presentation%20Foundation%20Second%20Edition%20-%20Sheridan%20Yuen%20-%202020/Mastering%20Windows%20Presentation%20Foundation%20Second%20Edition%20-%20Sheridan%20Yuen%20-%202020.pdf

F:\DownLoads\trnt\Wpf\B1\Mastering Windows Presentation Foundation Second Edition - Sheridan Yuen - 2020

F:\DownLoads\Wpf\Mastering Windows Presentation Foundation Second Edition - Sheridan Yuen - 2020

суббота, 29 марта 2025 г.

C#, top-level, statements

C#, top-level, statements


https://learn.microsoft.com/en-us/dotnet/core/tutorials/top-level-templates


// See https://aka.ms/new-console-template for more information
Console.WriteLine("Hello, World!");

---------------------------------------------
using System; namespace MyApp { internal class Program { static void Main(string[] args) { Console.WriteLine("Hello World!"); } } }

--------------------------------------

namespace MyProject; class Program { static void Main(string[] args) { Console.WriteLine("Hello, World!"); } }