Tactic Devs
Tactic Devs
  • 47
  • 555 738
How to Implement Validation in WPF MVVM
In this video, we're going to delve into implementing validation using the NotifyDataErrorInfo interface while following the MVVM design pattern, NotifyDataErrorInfo enables data entity classes to implement custom validation and expose validation results asynchronously.
Source Code : github.com/TacticDevGit/WPF-Data-Validation-MVVM
#mvvm
zhlédnutí: 6 595

Video

How to Load a CSV File to a DataGrid in WPF
zhlédnutí 2,5KPřed 10 měsíci
This video demonstrates how to import CSV data into a WPF desktop application. CSV files, which stand for Comma-Separated Values, are a widely used format for storing and exchanging tabular data. In this tutorial, you'll learn how to create a WPF application that can read and display data from a CSV file. Source Code : github.com/TacticDevGit/CSV-Data-to-DataGrid-in-WPF
How To Create Custom Controls in WPF
zhlédnutí 32KPřed 11 měsíci
🔥 In this comprehensive tutorial, I guide you through the process of creating custom controls in WPF from scratch! 🔥 i'll break down the entire process into simple steps, making it easy for anyone to follow along. Source Code : github.com/TacticDevGit/WPF-Custom-Controls
How To Build An AI App With ASP.NET and Tailwindcss
zhlédnutí 1,2KPřed rokem
Building an AI Chatbot with ASP.NET, Tailwind CSS, and API 🌐 Ready to dive into the world of artificial intelligence and web development? In this comprehensive tutorial, we'll guide you through the process of creating an intelligent AI chatbot using ASP.NET, enhancing its visual appeal with Tailwind CSS, and integrating it with a powerful API for natural language processing. 🔧 Prerequisites: B...
Five Coding Practices Developers Should Know
zhlédnutí 704Před rokem
#codingtips , #.net
WPF MVVM Tutorial: Build An App with Data Binding and Commands
zhlédnutí 69KPřed rokem
In this video, you will learn how to use the MVVM pattern in WPF to create a app. MVVM stands for Model-View-ViewModel and it is a design pattern that helps you separate the presentation layer from the business logic and data layer of your application. You will learn how to use data binding, commands, in WPF to make your code more maintainable and testable. This video is suitable for beginners ...
Running An App I Made Years Ago
zhlédnutí 852Před rokem
In this video I try an app i developed about 4 years ago i also review its code
The Basics of Data Binding in WPF
zhlédnutí 40KPřed rokem
Data binding is a crucial concept in WPF that enables developers to establish dynamic connections between the user interface (UI) elements and data sources such as databases, collections, or objects. It allows for seamless synchronization of data between the UI and the underlying data source, eliminating the need for manual data manipulation. In this video, we will start with the basics of data...
The Power of Last-In-First-Out: Understanding the Stack Data Structure with Real-World Examples
zhlédnutí 936Před rokem
In this video, we discuss the Stack data structure, one of the fundamental data structures in computer science. We explain how it operates based on the LIFO principle and demonstrate its basic operations with a visual example. By understanding how the stack works, we can apply it to algorithms and real-world applications such as web browsers, undo/redo functions, and call stacks in programming....
How to Store and Retrieve Setting In WPF
zhlédnutí 12KPřed rokem
This video demonstrates how to implement an Application preference feature that allows a user to read and modify application settings and store them to a config file, which can then be loaded at startup to configure the application accordingly." In .NET, configuration files are commonly formatted in XML or JSON and are organized into sections to group related settings for improved readability a...
How to Switch Themes in a WPF App at Runtime
zhlédnutí 15KPřed rokem
This video is a step-by-step tutorial on How to Switch Themes in a WPF App at Runtime, You will learn how to set up a Resource Dictionary to contain different themes, create styles and templates for your controls, and dynamically switch between themes at runtime. Source Code: github.com/TacticDevGit/Switching-WPF-Themes-At-Runtime
How to Create Engaging Animations in WPF using Storyboards and Code-Behind
zhlédnutí 18KPřed rokem
In this video, I'll dive into the basics of creating animations in Windows Presentation Foundation (WPF) using storyboards in XAML and animation class in code-behind. I cover how to create and control animations using storyboards, how to animate properties of UI elements, and how to use triggers to start and stop animations. Source Code: github.com/TacticDevGit/Animations-In-WPF
What is ChatGPT And How You Can Use It👨‍💻
zhlédnutí 1,1KPřed rokem
What is ChatGpt?, This video will explore the capabilities of ChatGPT, an AI language model by OpenAI ,ChatGPT is game changer.ChatGPT is a powerful and versatile chatbot that can help you write code, in this video I take a look at how ChatGpt works and the benefits of incorporating Chat gpt into your development process, Chat gpt can assist developers in generating code snippets, In this video...
Exploring ChatGPT
zhlédnutí 1,3KPřed rokem
"In this video, we will show you how to use Gpt chat to learn and practice coding. Gpt is a powerful and versatile chatbot that can help you with a wide range of tasks, including coding. With Gpt, you can get instant answers to your coding questions, learn new programming languages, and even write and test your own code. We'll demonstrate how Gpt's advanced AI capabilities and natural language ...
Overriding Code First Conventions with Data Annotation And The Fluent API [3 of 3]
zhlédnutí 1,8KPřed rokem
Overriding Code First Conventions with Data Annotation And The Fluent API [3 of 3]
Configuring Entity Framework Code First [2 of 3]
zhlédnutí 4,7KPřed rokem
Configuring Entity Framework Code First [2 of 3]
What is Entity Framework Intro [1 of 3]
zhlédnutí 9KPřed rokem
What is Entity Framework Intro [1 of 3]
How To Use Font Icons in WPF
zhlédnutí 10KPřed rokem
How To Use Font Icons in WPF
How to Create a Resize Adorner in WPF
zhlédnutí 8KPřed rokem
How to Create a Resize Adorner in WPF
Drag Drop in WPF
zhlédnutí 6KPřed 2 lety
Drag Drop in WPF
Func,Action,Predicate Delegates in C#
zhlédnutí 7KPřed 2 lety
Func,Action,Predicate Delegates in C#
What are Delegates in C#
zhlédnutí 1,1KPřed 2 lety
What are Delegates in C#
Password Hashing and Salting in .NET C#
zhlédnutí 12KPřed 2 lety
Password Hashing and Salting in .NET C#
Create Excel Spreasheets in WPF
zhlédnutí 5KPřed 2 lety
Create Excel Spreasheets in WPF
Sidebar Navigation In WPF
zhlédnutí 41KPřed 2 lety
Sidebar Navigation In WPF
WPF Commands Explained [2 of 2]
zhlédnutí 2,1KPřed 2 lety
WPF Commands Explained [2 of 2]
WPF Commands Explained [1 of 2 ]
zhlédnutí 8KPřed 2 lety
WPF Commands Explained [1 of 2 ]
Data Grouping In a ListView [WPF]
zhlédnutí 11KPřed 2 lety
Data Grouping In a ListView [WPF]
Data Sorting In a ListView [WPF]
zhlédnutí 6KPřed 2 lety
Data Sorting In a ListView [WPF]
Data Filtering in a ListView [WPF]
zhlédnutí 11KPřed 2 lety
Data Filtering in a ListView [WPF]