Видео: Dotnet7
Подборка новых видео на тему Dotnet7 на сегодня 21 April 2026 года
MAUI Tutorial Series: Welcome to a comprehensive tutorial on DotNet MAUI SQLite integration, where we will explore the intricacies of creating, reading, updating, and deleting data – commonly known as CRUD operations [.NET MAUI Sqlite CRUD]. This guide is designed to provide you with a step-by-step walkthrough on leveraging the power of SQLite in your .NET MAUI applications. In this tutorial, we'll demonstrate how to build a robust MAUI app that seamlessly interacts with SQLite databases. Whether you're developing for Android or iOS, we've got you covered with platform-specific insights. The journey begins with an insightful overview of the .NET MAUI SQLite tutorial, unraveling the core concepts of connecting your MAUI app to SQLite... Смотреть видео...
В этом видео мы рассмотрим основы структуры решений в .NET и научимся организовывать проекты правильно. После просмотра видео вы получите представление о том, как обычно организованы проекты в решениях .NET. Какие виды проектов бывают в dotnet решениях. Куда и какие классы по смыслу размещаются в проектах. С помощью предложенного задания для самостоятельной работы вы сможете закрепить полученные знания и умения. Ссылка на оригинальный стрим: Ссылка сообщение где есть файл с домашками: ================================================== У нас есть активное сообщество, которое собирается в телеграм чате и на Github для обсуждения различных тем и обмена знаниями. Хотите развиваться и быть в курсе последних трендов в разработке?... Смотреть видео...
У нас день рождения, подкасту 5 лет. Самое время провести ретроспективу/аналитику .Net разработки. Куда технологически идет развитие, какое место .Net разработчиков в современном IT, что будет в будущем (заменит ли нас ИИ). Спасибо всем кто нас слушает. Ждем Ваши комментарии. Бесплатный открытый курс "Rust для DotNet разработчиков": Shownotes: 00:00:00 Вступление 00:05:15 Старый ли .Net? 00:29:30 Что нового в Net8? 00:40:00 Про DotNet Aspire 00:45:00 Streaming Deserialization API 00:48:00 Frozen коллекции 01:00:00 .Net - МОЛОД!!! 01:19:00 За что мы любим .Net 01:47:00 Будущее .Net 02:05:00 Я устал ухожу 02:11:00 Ниша .Net и ее развитие 03:18:50 Что САМОЕ крутое в .Net Ссылки: - : What's new in .NET 8 Видео: Аудио: Скачать: ... Смотреть видео...
Blazor Tutorial C# - Part 2 is a Razor Components Tutorial video that covers everything about Razor Components. We'll be including more about Blazor Development (including the Advanced concepts) in our upcoming videos in this series. This video is completely about Blazor Razor Components. Below is the Blazor Tutorial Playlist Link: What is Razor Components? Blazor apps are built using #Razor components. A component is a self-contained portion of user interface (UI) with processing logic to enable dynamic behavior. Components can be nested, reused, shared among projects. What is Blazor? Blazor lets you build interactive web UIs using C# instead of JavaScript. Blazor apps are composed of reusable web UI components implemented using C#,... Смотреть видео...
Stable Diffusion, ChatGPT неплохо нашумели в инфопространстве, да так что даже мы, программисты, задумались, а не заменят ли нас в будущем нейросеткой и мы все пойдем работать курьерами? Спасибо всем кто нас слушает. Ждем Ваши комментарии. Наш новый подкаст - IT Погорельцы: Shownotes: 00:26:26 Кого можно заменить? 00:30:50 Какие проблемы у ChatGPT? 00:37:40 Заменит ли нейросеть миддла? 00:52:00 Может заменим QA? 01:25:00 Толкователь нейросетей 01:40:00 Кодогенераторы 01:47:30 Формальная верификация aka Prolog для нейронок 02:01:00 Минутка позитива 02:27:00 Уйдем ли мы работать на шахту? 02:37:00 Собеседование нейросети 02:43:40 Почему нейросеть никогда не сможет писать нормальный код? 02:51:30 На чем обучаться будет модель, которая... Смотреть видео...
If you have trouble installing WeMod specifically the DotNet Framework 4.8, I show you how I did it, with some mistakes along the way. Hope it helps you out! LIKE and SUBSCRIBE if it did! .NET Framework 4.8 WeMod 0:00 Intro 1:11 Try installing on SteamOS 3.4.8 7:54 Update SteamOS 22:44 Try Installing on SteamOS 3.6 28:46 Failed, Need to revert SteamOS 29:30 Roll back SteamOS version Tutorial 33:31 We're on SteamOS 3.4.10 34:24 Try installing on SteamOS 3.4.10 39:08 Failed, final try 46:19 INSTALLED and Outro Disclaimer: This video is intended solely for educational purposes. We do not support or encourage piracy in any form. All content discussed in this video is based on publicly available information and is used for the purpose of... Смотреть видео...
В рамках этого цикла видеоуроков мы напишем свое веб-приложение на C#, которое в целом будет заниматься достаточно банальными вещами - поддерживать какой-то онлайн-форум, где пользователи обмениваются текстовыми сообщениями в различных чатах. На прошлом занятии мы обломались с починкой миграций, но добавили новых; написали еще немножко юзкейсов на чтение и добавили кеширование. Сегодня поговорим об интеграционных тестах, обсудим решение вопроса маппингов и может быть успеем еще чего-нибудь сделать из юзкейсов! Пререквизиты (что полезно знать прежде чем подключаться): - Посмотреть первое видео! - Что такое клиент-серверные приложения - Что такое ООП - Что такое C# (но не обязательно) - Как пользоваться гитом Категорически приглашаем не... Смотреть видео...
This tutorial continues with Video #4. VS Code .Net Core With React at It shows how to: 1. create Web API with .Net Core 2. test your Web API using the browser 3. create React component 4. add your new React Component to the route and menu. 5. call Web API from React component. On Server Side ============ 1. Create 2 Employee Web API methods Method 1 - Get?id=1 Method 2 - Get/GetAllEmployees 2. Create 2 files EmployeeController.js Employee.js On Client Side ============ 1. Create React Employees Component a. Using Function Component format instead of the Class Component format. b. Use npx generate-react-cli component Employee to create new component so we need to start from scratch 2. ... Смотреть видео...
В рамках этого цикла видеоуроков мы напишем свое веб-приложение на C#, которое в целом будет заниматься достаточно банальными вещами - поддерживать какой-то онлайн-форум, где пользователи обмениваются текстовыми сообщениями в различных чатах. На прошлом занятии мы причесали наш код, чтобы он стал прилично выглядеть, накинули правила авторизации, добавили (ну, сильно сказано) аутентификацию и различные коды ответа в контроллере. Сегодня продолжим облагораживать код, на этот раз с помощью правил валидации, начнем разносить по модулям регистрации зависимостей и разбираться с уровнями доступа и может быть попробуем познакомиться с middlewares для централизованной обработки ошибок. Пререквизиты (что полезно знать прежде чем подключаться): -... Смотреть видео...
Вместе с Антоном Оникийчуком ( и Андреем Парамоновым ( рассмотрим пример создания микросервисного приложения. Обсудим, для чего нужны Internal Architecture и External Architecture? Что делать с переменными окружения и как не стоит использовать Swagger при разработке приложения? Что стоит учесть при поддержке версионирования API и что такое HATEOAS? Присоединяйтесь к обсуждению выпусков в канале книжного клуба: Книга .NET Microservices: Architecture for Containerized .NET Applications ( В выпуске - Design a microservice-oriented application (93 - 102 стр.): - Creating a simple data-driven CRUD microservice (102 - 116 стр.): Выпуск на других платформах: Канал книжного клуба: Сайт книжного клуба: Руководство Microsoft по... Смотреть видео...
Hey everyone this video is about how to install dotnet and vscode.Dotnet has 3 options 1. dotnet sdk 2. dotnet core sdk 3. dotnet framework which would be installed on your computer by default. For best results download Dotnet 5.0 sdk in future it would be updated make sure that you choose the current version. LINKS:- Dotnet: VScode: #vscode #install #unity #c-sharp #developer #lazerstudio #gamedev #madewithunity Intro: music by audionautix.com BlackFly Dynamic TAGS:- how to install vscode with dotnet how to install dotnet how to install vscode how to install visual studio code how to install visual studio how to install .net how to install .NET how to download vscode how to download dotnet how to download visual studio code... Смотреть видео...
"Спроектируйте нам твиттер на листочке" - системный дизайн заменил вопросы про паттерны на собеседованиях. Как "правильно" отвечать на System Design вопросы, как готовиться и есть ли Системный Дизайн в реальной работе, все это и не только в новом выпуске подкаста. Спасибо всем кто нас слушает. Ждем Ваши комментарии. Бесплатный открытый курс "Rust для DotNet разработчиков": Shownotes: 00:00:00 Вступление 00:07:05 Что такое системный дизайн? 00:20:00 Что делать на собеседовании? 00:23:30 Главное - правильно задавать вопросы 00:25:20 Как посчитать "сколько надо ядер"? 01:11:00 Как готовиться к System Design собеседованию? 01:33:00 "Моя архитектура на монолите" 01:39:30 CAP Теорема 01:44:45 Про MongoDB, Elasticsearch, логи и не... Смотреть видео...
Upgrade to .Net6, This video is about how to upgrade dotnet project from dotnet 4.x to dotnet 6 in 2023. We are using Microsoft's provided upgrade assistant for this purpose. It's a straightforward step-by-step process. Microsoft .Net 6 C# Crash Course: Github Repository Link : Image Gallery Application - Part 6 Image Gallery Application - Part 5 Windows Form C#: Image Gallery Application - Part 4 Windows Form C#: Image Gallery Application - Part 3 Windows Form C#: Image Gallery Application - Part 2 ? Subscribe to show support: ☕ For More Support Buy me a coffee: Upgrade to .Net6 How to convert Dotnet framework 4 projects to dotnet 6 in 2023 (Today) Upgrade .NET Framework Application to .NET 6 using Upgrade Assistant C#... Смотреть видео...
This tutorial teaches the basics of building a real-time app using SignalR with Blazor. Learn how to: -Create a Blazor project -Add the SignalR client library -Add a SignalR hub -Add SignalR services and an endpoint for the SignalR hub -Add Razor component code for chat -At the end of this tutorial, you'll have a working chat app. #dotnet #signalr #blazor #webpack #programming #webapi It ultimately depends on the technology you're building on but in this series, we'll be working on .Net/.Net CORE. For that, you either want to use Microsoft Visual Studio or Microsoft Visual Studio Code. Both of them can be downloaded for free from the official website for both Windows and macOS. You can download both of them and see which one suits... Смотреть видео...
In this lession you learn how to use machine translation in Sisulizer. Attention: Google and Microsoft will charge a small fee for professional API use of their translation services. This fee is not included in the purchase price of Sisulizer. Sisulizer 4 helps software developers to translate strings and/or string resources in Delphi, C#, VB.NET, C++, C, Java, HTML, ASP, PHP, Javascript, Silverlight, XML, Visual Basic, Databases, HTML Help, GNU gettext, and many more formats. We at Sisulizer call this state-of-the-art software localization. Sisulizer version 4 comes with support for new platforms like iOS, Android, FireMonkey, Delphi (incl. 64-Bit) and improved .NET support. It comes with many new features like the built-in Translation... Смотреть видео...
C# : dotnet restore incredibly slow inside docker-compose build To Access My Live Chat Page, On Google, Search for "hows tech developer connect" I have a hidden feature that I promised to tell you about. This is a YouTube's feature which works on Desktop. First, Ensure that the video is playing before proceeding. Next, enter the letters 'awesome' on your keyboard. Your YouTube progress bar will transform into a flashing rainbow. A brief introduction of myself, Hey there, I am Delphi, pleased to make your acquaintance. I help you answer your questions. C# : dotnet restore incredibly slow inside docker-compose build If you have a more detailed question, feel free to comment or chat with me to let me know. We appreciate your participation,... Смотреть видео...
Please use the following link to install the Katalon Studio: Check Tubebuddy Features Here: In this video will discuss about how to #install #dotnet without installing #visualstudio. Normally if you want to work with dontnet or c# will install visual studo IDE and will use the same to write the c# programs by creating c# project in the Visual studio IDE. But Visual Studio is heavy IDE it will occupy so much of memory in the system. So, we can get the same functionality without installing visual studio also. How to Install C#/dotnet without Visual Studio: =============================================== Location to download the dotnet installer: ========================================== #installers-and-binaries Steps to install... Смотреть видео...
Возможно ли оптимизировать игру, требующую GTX 1070, так что-бы она отлично работала на Android девайсе? Об это и не только мы будем говорить с разработчиком Into The Radius (CM Games) Александром Долбиловым. Мы часто экспериментируем и нам очень важно Ваше мнение. Поделитесь им с нами в опросе: Спасибо всем кто нас слушает. Не стесняйтесь оставлять обратную связь и предлагать свои темы. Shownotes: 0:11:30 Инструменты для профилирования 0:28:40 Работа в VR шлеме 0:31:00 CPU va GPU 0:41:00 Unity vs Unreal 0:54:00 Benchmarking и бюджет кадра 1:02:35 Anti-Aliasing 1:17:30 Rendering On CPU 1:19:30 Draw Calls 1:32:00 Обработка вершин 1:43:40 Tile Based Rendering 1:52:10 LOD и Imposters 2:01:10 VFX 2:13:15 Terrain 2:17:50 Occlusion... Смотреть видео...
В компьютерных науках есть только две сложные проблемы – инвалидация кэша и придумывание названий. Поговорим о первой и не только. Мы часто экспериментируем и нам очень важно Ваше мнение. Поделитесь им с нами в опросе: Спасибо всем кто нас слушает. Не стесняйтесь оставлять обратную связь и предлагать свои темы. Shownotes: 0:02:00 Про придумывание названий 0:04:45 Нужно ли кеширование? 0:10:15 Когда стоит начать кешировать? 0:13:55 Когда кешировать можно не думая 0:21:40 Истории (не)успеха 0:28:00 Apache Ignite, Hazelcast 0:45:20 Переусложнения кеша 0:57:20 Еше раз истории про кеш 1:11:10 Как кешировать микросекундные запросы 1:15:40 Стратегия кеширования 1:35:50 Инвалидация клиентского кеша 1:47:00 Инвалидация кеша: требования и... Смотреть видео...
DotNet MAUI Tutorial Series: In this video tutorial, we will explore the implementation of the Model-View-ViewModel (MVVM) pattern in .NET MAUI, a powerful cross-platform framework for mobile app development. We'll dive into the concepts of MVVM and its significance in building robust and maintainable applications. Throughout the tutorial, we'll cover various aspects such as data bindings, commands, navigation, and the utilization of the .NET MAUI MVVM toolkit. We'll compare MVVM with other architectural patterns like MVU and showcase examples and real-world scenarios to demonstrate the effectiveness of MVVM in .NET MAUI. By the end of this tutorial, you'll have a solid understanding of how to leverage the MAUI MVVM framework to develop... Смотреть видео...
#csharp #gprc #aspdotnetcore Welcome to StartupHakk! Today we will be continuing our series on Coding for Entrepreneurs. I am a startup founder and developer and I know the perfect balance between the 2. So I am doing a series of coding tutorials that include easy projects to startup to make it easier for you to start your business, and build the things you need. Or, if you are just learning so that you can more efficiently manage developers and/or contractors—great! No matter what the reason that you are learning to code—I know that it will only make your business better. So let’s get started! This tutorial shows how to create a .NET Core gRPC client and an ASP.NET Core gRPC Server. At the end, you'll have a gRPC client that... Смотреть видео...
Support the channel and help us grow by buying me a coffee at GitHub Link: In this tutorial, we'll dive into the world of encryption and decryption using the Advanced Encryption Standard (AES) algorithm in C# with .NET Core. AES is a symmetric encryption algorithm widely used for securing sensitive data. We'll walk through the process step-by-step, starting from setting up a .NET Core project to implementing AES encryption and decryption for strings. ( ASP.NET,ProgrammingTutorials,CSharp,CodeLearning,DotNetCore, MSSQL,AngularComponents,Angular ) Key points covered in this tutorial: Setting up a new .NET Core project. Understanding AES encryption and its key concepts. Implementing AES encryption for a string in C#. Writing the... Смотреть видео...
Welcome to our comprehensive tutorial on ASP.Net Core Linux Deploy. ? VPS Service Provider: Blazor Tutorial Playlist: We'll take you through the entire journey of running and hosting asp.net core applications on a Linux server using Apache. You might be curious about, 'can asp.net core run on Linux?' or 'how to deploy .net core application on Linux?' We will leave no stone unturned, covering every aspect of deploying asp.net core on Linux. This includes 'deploying dotnet core to Linux,' a topic we'll delve into in detail. We'll begin with the installation of asp.net core on a Linux server, and from there, proceed to the seamless hosting of your asp.net core web application. Our goal is to provide you with the knowledge and skills... Смотреть видео...
In this brief MinIO How-To session, you will learn how to create MinIO buckets using our .NET client API. We will be using .NET version 6, connecting to our play.min.io sandbox, and we will be running all of this out of Visual Studio 2022. 0:00 - Introduction 0:20 - How to Create MinIO Buckets with .Net version 6 1:05 - How to Check if MinIO Bucket already exists with BucketExistsArgs method 3:00 - How to use MakeBucketAsync method to create MinIO Buckets 4:15 - How to create .Net Bucket with MinIO 5:05 - End MinIO is an open-source object storage server released under the GNU AGPL v3 license. It's compatible with Amazon S3, making it a great choice for deploying your storage infrastructure on Kubernetes. Connect with us: Website:... Смотреть видео...
В рамках этого цикла видеоуроков мы напишем свое веб-приложение на C#, которое в целом будет заниматься достаточно банальными вещами - поддерживать какой-то онлайн-форум, где пользователи обмениваются текстовыми сообщениями в различных чатах. Поскольку переносить все в эластик немножко муторно, пойдем по пути наименьшего сопротивления и начнем слать логи в Loki - еще одно бесплатное открытое решение от Grafana. Сделаем простенький дашборд с основными индикаторами проблем приложения, полюбуемся им в реальном времени, а потом займемся контейнеризацией нашего приложения - это нам будет необходимо для более удобной работы с телеметрией, а также для деплоя приложения в будущем. Пререквизиты (что полезно знать прежде чем подключаться): -... Смотреть видео...
В рамках этого цикла видеоуроков мы напишем свое веб-приложение на C#, которое в целом будет заниматься достаточно банальными вещами - поддерживать какой-то онлайн-форум, где пользователи обмениваются текстовыми сообщениями в различных чатах. На прошлом занятии мы написали тесты для одного сценариев использования нашего API, попробовали TDD, и закончили на том, что возможно тесты и код выглядят не очень красиво. В этот раз будем это исправлять, причесывать и облагораживать! Пререквизиты (что полезно знать прежде чем подключаться): - Посмотреть первое видео! - Что такое клиент-серверные приложения - Что такое ООП - Что такое C# (но не обязательно) - Как пользоваться гитом Категорически приглашаем не только дотнетчиков, но и прочих... Смотреть видео...
This is a complete course to develop .Net applications or services with gRPC. This video is part of a series and this is the second video of the gRPC C# Tutorial Series. In this video we cover the types on gRPC Streaming APIs and how to implement those in C# project. gRPC C# Tutorial Playlist link: gRPC Streaming APIs are the APIs with which we can stream data. Streaming data means we can send multiple or infinite data without any limitations using a single TCP connection. Streaming data is a highlighted benefit of gRPC APIs, as you know this option is not there in REST APIs. gRPC Streaming APIs are one of the best options if you are dealing with big data. There are three types of grpc streaming APIs. 1. gRPC Server Streaming [Server... Смотреть видео...
This is a complete course to develop .Net applications or services with gRPC. This video is part of a series and this is the second video of the gRPC C# Tutorial Series. In this video we cover how to create a gRPC Unary API (DotNet gRPC API) in DotNet C# [DotNet gRPC Unary / AspNet Core gRPC Unary]. gRPC C# Tutorial Playlist link: What is gRPC Unary / Unary RPC? Unary RPC is the simplest type of RPC where the client sends a single request and gets back a single response from the server. It is similar like REST API. From a client application we can send a request to the API in the server and the client application will receive a response for that request. We also cover the DotNet gRPC DataTypes (gRPC C# DataTypes) in this video.... Смотреть видео...
DotNet MAUI Tutorial Series: Welcome to this exciting episode of our .NET MAUI tutorial series! In this 5th video, we're diving deep into the world of data presentation with two powerful controls: CarouselView and IndicatorView. Whether you're new to .NET MAUI or an experienced developer, this tutorial is a must-watch as we explore these essential components for creating captivating cross-platform applications. With CarouselView, we'll learn how to build stunning sliders and create engaging slide shows in .NET MAUI, the evolution of Xamarin Forms. We'll discover how to leverage the intuitive features of CarouselView to display dynamic content and provide a seamless user experience. Additionally, we'll explore the IndicatorView, a... Смотреть видео...
This is a complete course to develop .Net applications or services with gRPC. This video is part of a series and this is the fourth video of the gRPC C# Tutorial Series. In this video we are going to see about the gRPC JWT Token in .Net Core [gRPC JWT Token .Net Core and DotNet gRPC Authorization]. gRPC C# Tutorial Playlist link: JSON Web Token (JWT) is an open standard (RFC 7519) that defines a compact and self-contained way for securely transmitting information between parties as a JSON object. This information can be verified and trusted because it is digitally signed. JWTs can be signed using a secret or a public/private key pair. gRPC can be used with ASP.NET Core authentication to associate a user with each call [C# gRPC JWT... Смотреть видео...
【TCPGecko (Gecko dotNet) - How to Apply Cheats Codes in Wii U Games - (Wii U RAM Hacking).】 ➜ Description - English: This video is a test performed with TCPGecko (Gecko dotNet) in the game Mario Kart 8, here I show how to apply cheat codes (Gecko Codes) in Wii U game. searching the addresses of the code in the memory RAM of the game , you can apply any cheat code to your favorite game. if you want the tools I am using in this video, you can download it from the following links: ▶ Gecko dotNet: ▶ TCPGecko Exploit (5.3.2 - 5.4.0 - 5.5.1) (Updated): ▶ TCPGecko HBL (Updated): if you want to download the HomebrU Self Hosting that I use in this tutorial, you can do it from the following link: 【Wii U】 HomebrU Self Hosting + Homebrew... Смотреть видео...