├── VUEJS
├── ViteVueSetup2023
│ ├── .prettierrc.json
│ ├── .vscode
│ │ └── extensions.json
│ ├── postcss.config.cjs
│ ├── src
│ │ ├── assets
│ │ │ ├── avtr_boy_02.jpg
│ │ │ └── vue.svg
│ │ ├── @Pages
│ │ │ ├── NotFoundPage.vue
│ │ │ ├── Dashboard.vue
│ │ │ ├── DemoPage.vue
│ │ │ └── AuthPage.vue
│ │ ├── vite-env.d.ts
│ │ ├── main.ts
│ │ ├── style.css
│ │ ├── @Stores
│ │ │ └── authStore.ts
│ │ ├── components
│ │ │ └── HelloWorld.vue
│ │ ├── App.vue
│ │ └── routes
│ │ │ └── router.ts
│ ├── tsconfig.node.json
│ ├── tailwind.config.cjs
│ ├── .gitignore
│ ├── index.html
│ ├── package.json
│ └── tsconfig.json
├── Vue3Beginners
│ ├── .vscode
│ │ └── extensions.json
│ ├── src
│ │ ├── assets
│ │ │ └── dragon.png
│ │ ├── components
│ │ │ └── PageNotFound.vue
│ │ ├── vite-env.d.ts
│ │ ├── main.ts
│ │ ├── stores
│ │ │ └── index.ts
│ │ ├── App.vue
│ │ └── routes.ts
│ ├── vite.config.ts
│ ├── tsconfig.node.json
│ ├── .gitignore
│ ├── public
│ │ └── vue.svg
│ ├── package.json
│ ├── tsconfig.json
│ └── index.html
└── InteractiveClickableMap
│ ├── .vscode
│ └── extensions.json
│ ├── src
│ ├── main.js
│ └── assets
│ │ └── vue.svg
│ ├── vite.config.js
│ ├── .gitignore
│ ├── package.json
│ ├── README.md
│ └── index.html
├── WPF
├── GENERAL
│ ├── Globalization.Demo
│ │ ├── Properties
│ │ │ ├── Resources.ta.Designer.cs
│ │ │ ├── Settings.settings
│ │ │ └── Settings.Designer.cs
│ │ ├── Globalization.External
│ │ │ ├── Langresources
│ │ │ │ └── Language.ta.Designer.cs
│ │ │ ├── Properties
│ │ │ │ ├── Settings.settings
│ │ │ │ └── Settings.Designer.cs
│ │ │ ├── ExternalControl.xaml.cs
│ │ │ ├── app.config
│ │ │ └── ExternalControl.xaml
│ │ ├── .cr
│ │ │ └── personal
│ │ │ │ ├── FavoritesList
│ │ │ │ └── List.xml
│ │ │ │ └── Editor
│ │ │ │ └── Painting
│ │ │ │ └── Structural Highlighting.xml
│ │ ├── App.xaml
│ │ └── MainWindow.xaml.cs
│ ├── AmazonScraping
│ │ ├── WebMining.xlsm
│ │ ├── App.xaml.cs
│ │ ├── App.xaml
│ │ ├── AmazonScraping.csproj
│ │ ├── AssemblyInfo.cs
│ │ ├── MainWindow.xaml.cs
│ │ ├── ScrapWindow.xaml
│ │ ├── ScrapWindow.xaml.cs
│ │ └── AmazonScraping.sln
│ ├── DashboardDemo
│ │ ├── Haley.FlexiMenuTest
│ │ │ ├── Assets
│ │ │ │ ├── hippo.png
│ │ │ │ ├── avatar.png
│ │ │ │ └── background.jpg
│ │ │ ├── Properties
│ │ │ │ ├── Settings.settings
│ │ │ │ └── Settings.Designer.cs
│ │ │ ├── App.xaml.cs
│ │ │ ├── App.config
│ │ │ ├── App.xaml
│ │ │ ├── Views
│ │ │ │ ├── IntroView.xaml.cs
│ │ │ │ ├── WorkingView.xaml.cs
│ │ │ │ ├── DashBoardHome.xaml.cs
│ │ │ │ └── IntroView.xaml
│ │ │ └── MainWindow.xaml.cs
│ │ └── .cr
│ │ │ └── personal
│ │ │ └── FavoritesList
│ │ │ └── List.xml
│ ├── NotificationDemo
│ │ ├── Properties
│ │ │ ├── Settings.settings
│ │ │ └── Settings.Designer.cs
│ │ ├── App.xaml
│ │ ├── InputTest01.xaml.cs
│ │ ├── App.xaml.cs
│ │ ├── packages.config
│ │ ├── App.config
│ │ └── NotificationDemo.sln
│ ├── ThemeService
│ │ ├── ThemeExternalTest
│ │ │ ├── Properties
│ │ │ │ ├── Settings.settings
│ │ │ │ └── Settings.Designer.cs
│ │ │ ├── Skins
│ │ │ │ ├── Skin03.xaml
│ │ │ │ ├── Skin01.xaml
│ │ │ │ └── Skin02.xaml
│ │ │ ├── ExternalWindwo.xaml.cs
│ │ │ ├── ExternalControl.xaml.cs
│ │ │ ├── EntryModule.cs
│ │ │ └── ExternalWindwo.xaml
│ │ └── ThemeServiceTest
│ │ │ ├── Properties
│ │ │ ├── Settings.settings
│ │ │ └── Settings.Designer.cs
│ │ │ ├── ThemeManagerDic.xaml
│ │ │ ├── Skins
│ │ │ └── themegroup2
│ │ │ │ ├── Style01.xaml
│ │ │ │ └── Style02.xaml
│ │ │ └── App.xaml
│ ├── WPFOrgChart
│ │ ├── WPFOrgChart
│ │ │ ├── Enums
│ │ │ │ ├── CurrentView.cs
│ │ │ │ └── TargetType.cs
│ │ │ ├── WPFOrgChart.csproj
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Controls
│ │ │ │ ├── OrgChartPage.xaml
│ │ │ │ ├── OrgChartPage.xaml.cs
│ │ │ │ └── DataEntryPage.xaml.cs
│ │ │ ├── TabPages
│ │ │ │ ├── AddRole.xaml.cs
│ │ │ │ ├── AddPerson.xaml.cs
│ │ │ │ └── AddDepartment.xaml.cs
│ │ │ ├── App.xaml.cs
│ │ │ ├── Models
│ │ │ │ ├── OrgBaseModel.cs
│ │ │ │ └── OrgConfig.cs
│ │ │ └── MainWindow.xaml.cs
│ │ └── WPFOrgChart.sln
│ ├── SettingsPage
│ │ └── SettingsPageDemo
│ │ │ ├── ViewModels
│ │ │ └── SettingsVM.cs
│ │ │ ├── Enums
│ │ │ ├── ThemeEnum.cs
│ │ │ ├── TargetEnum.cs
│ │ │ ├── UnitEnum.cs
│ │ │ └── LanguageEnum.cs
│ │ │ ├── ViewEnum.cs
│ │ │ ├── SettingsPageDemo.csproj
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── App.xaml
│ │ │ ├── Controls
│ │ │ ├── GeneralSettings.xaml
│ │ │ ├── CredentialSettings.xaml
│ │ │ ├── SettingsPage.xaml.cs
│ │ │ ├── CalculatorPage.xaml.cs
│ │ │ ├── GeneralSettings.xaml.cs
│ │ │ └── CredentialSettings.xaml.cs
│ │ │ ├── MainWindow.xaml.cs
│ │ │ ├── Model
│ │ │ └── SecretConfig.cs
│ │ │ └── SettingsPageDemo.sln
│ ├── PopUpDemo
│ │ ├── App.xaml.cs
│ │ ├── PopUpDemo.csproj
│ │ ├── AssemblyInfo.cs
│ │ ├── App.xaml
│ │ ├── MainWindow.xaml.cs
│ │ └── PopUpDemo.sln
│ └── InteractiveMap
│ │ ├── AssemblyInfo.cs
│ │ ├── InteractiveMap.csproj
│ │ ├── App.xaml
│ │ ├── Controls
│ │ └── MapHolder.xaml.cs
│ │ ├── MainWindow.xaml.cs
│ │ ├── App.xaml.cs
│ │ └── InteractiveMap.sln
├── MVVM
│ ├── SimpleCustomerData
│ │ ├── 01.webp
│ │ ├── cctvtest.jpg
│ │ ├── App.xaml.cs
│ │ ├── App.xaml
│ │ ├── AssemblyInfo.cs
│ │ ├── SimpleCustomerData.csproj
│ │ └── SimpleCustomerData.sln
│ ├── QuickMVVMSetup
│ │ ├── QuickMVVMSetup
│ │ │ ├── Properties
│ │ │ │ ├── Settings.settings
│ │ │ │ └── Settings.Designer.cs
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── MainWindow.xaml.cs
│ │ │ ├── Person.cs
│ │ │ └── App.config
│ │ └── QuickMVVMSetup.sln
│ └── SimpleNavigation
│ │ ├── PageId.cs
│ │ ├── App.xaml.cs
│ │ ├── App.xaml
│ │ ├── SimpleNavigation.csproj
│ │ ├── AssemblyInfo.cs
│ │ ├── Pages
│ │ ├── PageA.xaml
│ │ ├── PageB.xaml
│ │ ├── PageD.xaml
│ │ ├── PageA.xaml.cs
│ │ ├── PageB.xaml.cs
│ │ ├── PageC.xaml.cs
│ │ ├── PageD.xaml.cs
│ │ └── PageC.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── MainVM.cs
│ │ └── SimpleNavigation.sln
├── LOGINSAMPLES
│ ├── LoginControl
│ │ ├── __Input
│ │ │ ├── polygon-shapes-beginner.jpg
│ │ │ ├── twisted-light-background.jpg
│ │ │ ├── 05-Soft-Gradient-Background-copy-1.jpg
│ │ │ ├── 17-Soft-Gradient-Background-copy-1.jpg
│ │ │ ├── 19-Soft-Gradient-Background-copy-1.jpg
│ │ │ └── 20-Soft-Gradient-Background-copy-1.jpg
│ │ ├── LoginControl
│ │ │ ├── Images
│ │ │ │ ├── polygon-shapes-beginner.jpg
│ │ │ │ ├── twisted-light-background.jpg
│ │ │ │ ├── 05-Soft-Gradient-Background-copy-1.jpg
│ │ │ │ ├── 17-Soft-Gradient-Background-copy-1.jpg
│ │ │ │ ├── 19-Soft-Gradient-Background-copy-1.jpg
│ │ │ │ └── 20-Soft-Gradient-Background-copy-1.jpg
│ │ │ ├── Properties
│ │ │ │ ├── Settings.settings
│ │ │ │ └── Settings.Designer.cs
│ │ │ ├── ViewEnums.cs
│ │ │ ├── Controls
│ │ │ │ ├── LoginPage.xaml.cs
│ │ │ │ ├── SignupPage.xaml.cs
│ │ │ │ ├── WelcomeView.xaml.cs
│ │ │ │ └── LoginHelperPage.xaml.cs
│ │ │ ├── App.config
│ │ │ └── Authenticationwindow.xaml.cs
│ │ └── MainAppSample
│ │ │ ├── Properties
│ │ │ ├── Settings.settings
│ │ │ └── Settings.Designer.cs
│ │ │ ├── App.xaml
│ │ │ ├── MainWindow.xaml
│ │ │ ├── MainWindow.xaml.cs
│ │ │ ├── CredentialHolder.cs
│ │ │ └── App.config
│ ├── LoginExample2
│ │ ├── LoginExample2.csproj
│ │ ├── App.xaml.cs
│ │ ├── App.xaml
│ │ ├── AssemblyInfo.cs
│ │ ├── MainWindow.xaml.cs
│ │ └── LoginExample2.sln
│ └── GoogleAuth
│ │ ├── AuthService
│ │ └── AuthService.csproj
│ │ └── GoogleAuth
│ │ ├── AssemblyInfo.cs
│ │ ├── App.xaml
│ │ ├── GoogleAuth.csproj
│ │ ├── View
│ │ ├── AuthWindow.xaml.cs
│ │ ├── HomeWindow.xaml.cs
│ │ └── HomeWindow.xaml
│ │ └── Controllers
│ │ └── AuthController.cs
├── CONTROLS
│ ├── CustomControlButtons
│ │ └── CustomControlButtons
│ │ │ ├── minus_medium.png
│ │ │ ├── Properties
│ │ │ ├── Settings.settings
│ │ │ └── Settings.Designer.cs
│ │ │ ├── App.config
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ └── NewWindow.xaml.cs
│ ├── ToggleButton
│ │ ├── ToggleBtnDemo
│ │ │ ├── App.config
│ │ │ ├── Properties
│ │ │ │ ├── Settings.settings
│ │ │ │ └── Settings.Designer.cs
│ │ │ ├── App.xaml.cs
│ │ │ ├── App.xaml
│ │ │ └── MainWindow.xaml.cs
│ │ └── WPFToggleButton
│ │ │ ├── App.config
│ │ │ ├── Properties
│ │ │ ├── Settings.settings
│ │ │ └── Settings.Designer.cs
│ │ │ └── Themes
│ │ │ └── Generic.xaml
│ ├── RoundButtonDemo
│ │ ├── RoundButtonDemo
│ │ │ ├── App.config
│ │ │ ├── Properties
│ │ │ │ ├── Settings.settings
│ │ │ │ └── Settings.Designer.cs
│ │ │ ├── App.xaml.cs
│ │ │ ├── Themes
│ │ │ │ └── Generic.xaml
│ │ │ └── MainWindow.xaml.cs
│ │ └── RoundButtonDemo.sln
│ └── PaginationControl
│ │ ├── PaginationWPF
│ │ ├── Properties
│ │ │ ├── Settings.settings
│ │ │ └── Settings.Designer.cs
│ │ ├── App.xaml.cs
│ │ ├── App.xaml
│ │ ├── App.config
│ │ ├── Converters.cs
│ │ ├── MainWindow.xaml.cs
│ │ └── packages.config
│ │ └── helperControls
│ │ ├── Properties
│ │ ├── Settings.settings
│ │ └── Settings.Designer.cs
│ │ ├── app.config
│ │ └── packages.config
└── ANIMATIONS
│ ├── LoadingAnimation
│ ├── LoadingAnimation
│ │ ├── App.config
│ │ ├── Properties
│ │ │ ├── Settings.settings
│ │ │ └── Settings.Designer.cs
│ │ ├── DoubleKFType.cs
│ │ ├── App.xaml.cs
│ │ └── App.xaml
│ └── LoadingAnimation.sln
│ ├── BlinkingAnimation
│ ├── BlinkingAnimation.csproj
│ ├── App.xaml.cs
│ ├── App.xaml
│ ├── AssemblyInfo.cs
│ ├── MainWindow.xaml.cs
│ ├── BlinkingAnimation.sln
│ └── MainWindow.xaml
│ ├── LoadingAnimation01
│ ├── LoadingAnimation01.csproj
│ ├── App.xaml.cs
│ ├── App.xaml
│ ├── AssemblyInfo.cs
│ ├── MainWindow.xaml.cs
│ ├── MainWindow.xaml
│ └── LoadingAnimation01.sln
│ └── LoadingAnimation02
│ ├── LoadingAnimation02.csproj
│ ├── App.xaml.cs
│ ├── App.xaml
│ ├── AssemblyInfo.cs
│ ├── MainWindow.xaml.cs
│ └── LoadingAnimation02.sln
├── .vs
├── slnx.sqlite
├── Tutorials
│ └── v16
│ │ └── .suo
├── PaginationWPF
│ └── v16
│ │ └── .suo
└── VSWorkspaceState.json
├── Asset 7@3x.png
├── Fira_Code_v6.2.zip
├── _MockUps
├── readme
└── Hyperlink Mockup.pdf
├── VANILLA
└── HTML+CSS
│ ├── SideNavBar
│ ├── resources
│ │ ├── dp.jpg
│ │ └── abstract.png
│ └── manifest.json
│ └── SimpleLoadingAnimation
│ ├── index.html
│ └── index.css
└── Excel
└── VBA
└── MultipleCombination
└── excel-multiple-combination-of-cells-values.xlsm
/VUEJS/ViteVueSetup2023/.prettierrc.json:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/WPF/GENERAL/Globalization.Demo/Properties/Resources.ta.Designer.cs:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/.vs/slnx.sqlite:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rmsmech/Tutorials/HEAD/.vs/slnx.sqlite
--------------------------------------------------------------------------------
/Asset 7@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rmsmech/Tutorials/HEAD/Asset 7@3x.png
--------------------------------------------------------------------------------
/Fira_Code_v6.2.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rmsmech/Tutorials/HEAD/Fira_Code_v6.2.zip
--------------------------------------------------------------------------------
/WPF/GENERAL/Globalization.Demo/Globalization.External/Langresources/Language.ta.Designer.cs:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/.vs/Tutorials/v16/.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rmsmech/Tutorials/HEAD/.vs/Tutorials/v16/.suo
--------------------------------------------------------------------------------
/VUEJS/ViteVueSetup2023/.vscode/extensions.json:
--------------------------------------------------------------------------------
1 | {
2 | "recommendations": ["Vue.volar"]
3 | }
4 |
--------------------------------------------------------------------------------
/VUEJS/Vue3Beginners/.vscode/extensions.json:
--------------------------------------------------------------------------------
1 | {
2 | "recommendations": ["Vue.volar"]
3 | }
4 |
--------------------------------------------------------------------------------
/_MockUps/readme:
--------------------------------------------------------------------------------
1 | This folder contains all the mockups that were used/provided for the tutorials
2 |
--------------------------------------------------------------------------------
/.vs/PaginationWPF/v16/.suo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rmsmech/Tutorials/HEAD/.vs/PaginationWPF/v16/.suo
--------------------------------------------------------------------------------
/VUEJS/InteractiveClickableMap/.vscode/extensions.json:
--------------------------------------------------------------------------------
1 | {
2 | "recommendations": ["Vue.volar"]
3 | }
4 |
--------------------------------------------------------------------------------
/_MockUps/Hyperlink Mockup.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rmsmech/Tutorials/HEAD/_MockUps/Hyperlink Mockup.pdf
--------------------------------------------------------------------------------
/.vs/VSWorkspaceState.json:
--------------------------------------------------------------------------------
1 | {
2 | "ExpandedNodes": [
3 | ""
4 | ],
5 | "PreviewInSolutionExplorer": false
6 | }
--------------------------------------------------------------------------------
/WPF/MVVM/SimpleCustomerData/01.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rmsmech/Tutorials/HEAD/WPF/MVVM/SimpleCustomerData/01.webp
--------------------------------------------------------------------------------
/WPF/MVVM/SimpleCustomerData/cctvtest.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rmsmech/Tutorials/HEAD/WPF/MVVM/SimpleCustomerData/cctvtest.jpg
--------------------------------------------------------------------------------
/VUEJS/Vue3Beginners/src/assets/dragon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rmsmech/Tutorials/HEAD/VUEJS/Vue3Beginners/src/assets/dragon.png
--------------------------------------------------------------------------------
/WPF/GENERAL/AmazonScraping/WebMining.xlsm:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rmsmech/Tutorials/HEAD/WPF/GENERAL/AmazonScraping/WebMining.xlsm
--------------------------------------------------------------------------------
/VANILLA/HTML+CSS/SideNavBar/resources/dp.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rmsmech/Tutorials/HEAD/VANILLA/HTML+CSS/SideNavBar/resources/dp.jpg
--------------------------------------------------------------------------------
/VANILLA/HTML+CSS/SideNavBar/resources/abstract.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rmsmech/Tutorials/HEAD/VANILLA/HTML+CSS/SideNavBar/resources/abstract.png
--------------------------------------------------------------------------------
/VUEJS/ViteVueSetup2023/postcss.config.cjs:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | plugins:{
3 | tailwindcss:{},
4 | autoprefixer:{},
5 | }
6 | }
--------------------------------------------------------------------------------
/VUEJS/ViteVueSetup2023/src/assets/avtr_boy_02.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rmsmech/Tutorials/HEAD/VUEJS/ViteVueSetup2023/src/assets/avtr_boy_02.jpg
--------------------------------------------------------------------------------
/VUEJS/InteractiveClickableMap/src/main.js:
--------------------------------------------------------------------------------
1 | import { createApp } from 'vue'
2 | import './style.css'
3 | import App from './App.vue'
4 |
5 | createApp(App).mount('#app')
6 |
--------------------------------------------------------------------------------
/WPF/GENERAL/DashboardDemo/Haley.FlexiMenuTest/Assets/hippo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rmsmech/Tutorials/HEAD/WPF/GENERAL/DashboardDemo/Haley.FlexiMenuTest/Assets/hippo.png
--------------------------------------------------------------------------------
/WPF/GENERAL/DashboardDemo/Haley.FlexiMenuTest/Assets/avatar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rmsmech/Tutorials/HEAD/WPF/GENERAL/DashboardDemo/Haley.FlexiMenuTest/Assets/avatar.png
--------------------------------------------------------------------------------
/WPF/LOGINSAMPLES/LoginControl/__Input/polygon-shapes-beginner.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rmsmech/Tutorials/HEAD/WPF/LOGINSAMPLES/LoginControl/__Input/polygon-shapes-beginner.jpg
--------------------------------------------------------------------------------
/WPF/GENERAL/DashboardDemo/Haley.FlexiMenuTest/Assets/background.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rmsmech/Tutorials/HEAD/WPF/GENERAL/DashboardDemo/Haley.FlexiMenuTest/Assets/background.jpg
--------------------------------------------------------------------------------
/WPF/LOGINSAMPLES/LoginControl/__Input/twisted-light-background.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rmsmech/Tutorials/HEAD/WPF/LOGINSAMPLES/LoginControl/__Input/twisted-light-background.jpg
--------------------------------------------------------------------------------
/WPF/CONTROLS/CustomControlButtons/CustomControlButtons/minus_medium.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rmsmech/Tutorials/HEAD/WPF/CONTROLS/CustomControlButtons/CustomControlButtons/minus_medium.png
--------------------------------------------------------------------------------
/Excel/VBA/MultipleCombination/excel-multiple-combination-of-cells-values.xlsm:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rmsmech/Tutorials/HEAD/Excel/VBA/MultipleCombination/excel-multiple-combination-of-cells-values.xlsm
--------------------------------------------------------------------------------
/WPF/LOGINSAMPLES/LoginControl/LoginControl/Images/polygon-shapes-beginner.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rmsmech/Tutorials/HEAD/WPF/LOGINSAMPLES/LoginControl/LoginControl/Images/polygon-shapes-beginner.jpg
--------------------------------------------------------------------------------
/WPF/LOGINSAMPLES/LoginControl/__Input/05-Soft-Gradient-Background-copy-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rmsmech/Tutorials/HEAD/WPF/LOGINSAMPLES/LoginControl/__Input/05-Soft-Gradient-Background-copy-1.jpg
--------------------------------------------------------------------------------
/WPF/LOGINSAMPLES/LoginControl/__Input/17-Soft-Gradient-Background-copy-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rmsmech/Tutorials/HEAD/WPF/LOGINSAMPLES/LoginControl/__Input/17-Soft-Gradient-Background-copy-1.jpg
--------------------------------------------------------------------------------
/WPF/LOGINSAMPLES/LoginControl/__Input/19-Soft-Gradient-Background-copy-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rmsmech/Tutorials/HEAD/WPF/LOGINSAMPLES/LoginControl/__Input/19-Soft-Gradient-Background-copy-1.jpg
--------------------------------------------------------------------------------
/WPF/LOGINSAMPLES/LoginControl/__Input/20-Soft-Gradient-Background-copy-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rmsmech/Tutorials/HEAD/WPF/LOGINSAMPLES/LoginControl/__Input/20-Soft-Gradient-Background-copy-1.jpg
--------------------------------------------------------------------------------
/WPF/LOGINSAMPLES/LoginControl/LoginControl/Images/twisted-light-background.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rmsmech/Tutorials/HEAD/WPF/LOGINSAMPLES/LoginControl/LoginControl/Images/twisted-light-background.jpg
--------------------------------------------------------------------------------
/VUEJS/Vue3Beginners/vite.config.ts:
--------------------------------------------------------------------------------
1 | import { defineConfig } from 'vite'
2 | import vue from '@vitejs/plugin-vue'
3 |
4 | // https://vitejs.dev/config/
5 | export default defineConfig({
6 | plugins: [vue()]
7 | })
8 |
--------------------------------------------------------------------------------
/VUEJS/InteractiveClickableMap/vite.config.js:
--------------------------------------------------------------------------------
1 | import { defineConfig } from 'vite'
2 | import vue from '@vitejs/plugin-vue'
3 |
4 | // https://vitejs.dev/config/
5 | export default defineConfig({
6 | plugins: [vue()]
7 | })
8 |
--------------------------------------------------------------------------------
/VUEJS/ViteVueSetup2023/src/@Pages/NotFoundPage.vue:
--------------------------------------------------------------------------------
1 |
2 |
3 | Page not found
4 |
5 |
6 |
7 |
10 |
11 |
--------------------------------------------------------------------------------
/WPF/LOGINSAMPLES/LoginControl/LoginControl/Images/05-Soft-Gradient-Background-copy-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rmsmech/Tutorials/HEAD/WPF/LOGINSAMPLES/LoginControl/LoginControl/Images/05-Soft-Gradient-Background-copy-1.jpg
--------------------------------------------------------------------------------
/WPF/LOGINSAMPLES/LoginControl/LoginControl/Images/17-Soft-Gradient-Background-copy-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rmsmech/Tutorials/HEAD/WPF/LOGINSAMPLES/LoginControl/LoginControl/Images/17-Soft-Gradient-Background-copy-1.jpg
--------------------------------------------------------------------------------
/WPF/LOGINSAMPLES/LoginControl/LoginControl/Images/19-Soft-Gradient-Background-copy-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rmsmech/Tutorials/HEAD/WPF/LOGINSAMPLES/LoginControl/LoginControl/Images/19-Soft-Gradient-Background-copy-1.jpg
--------------------------------------------------------------------------------
/WPF/LOGINSAMPLES/LoginControl/LoginControl/Images/20-Soft-Gradient-Background-copy-1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/rmsmech/Tutorials/HEAD/WPF/LOGINSAMPLES/LoginControl/LoginControl/Images/20-Soft-Gradient-Background-copy-1.jpg
--------------------------------------------------------------------------------
/VUEJS/Vue3Beginners/src/components/PageNotFound.vue:
--------------------------------------------------------------------------------
1 |
2 |
3 |
Page not found
4 |
5 |
6 |
7 |
10 |
11 |
--------------------------------------------------------------------------------
/VUEJS/Vue3Beginners/src/vite-env.d.ts:
--------------------------------------------------------------------------------
1 | ///
2 |
3 | declare module '*.vue' {
4 | import type { DefineComponent } from 'vue'
5 | const component: DefineComponent<{}, {}, any>
6 | export default component
7 | }
8 |
--------------------------------------------------------------------------------
/WPF/CONTROLS/ToggleButton/ToggleBtnDemo/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/WPF/CONTROLS/ToggleButton/WPFToggleButton/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/VUEJS/ViteVueSetup2023/src/vite-env.d.ts:
--------------------------------------------------------------------------------
1 | ///
2 |
3 | declare module '*.vue' {
4 | import type { DefineComponent } from 'vue'
5 | const component: DefineComponent<{}, {}, any>
6 | export default component
7 | }
8 |
--------------------------------------------------------------------------------
/WPF/CONTROLS/RoundButtonDemo/RoundButtonDemo/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/WPF/ANIMATIONS/LoadingAnimation/LoadingAnimation/App.config:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/VUEJS/Vue3Beginners/tsconfig.node.json:
--------------------------------------------------------------------------------
1 | {
2 | "compilerOptions": {
3 | "composite": true,
4 | "module": "ESNext",
5 | "moduleResolution": "Node",
6 | "allowSyntheticDefaultImports": true
7 | },
8 | "include": ["vite.config.ts"]
9 | }
10 |
--------------------------------------------------------------------------------
/VUEJS/ViteVueSetup2023/tsconfig.node.json:
--------------------------------------------------------------------------------
1 | {
2 | "compilerOptions": {
3 | "composite": true,
4 | "module": "ESNext",
5 | "moduleResolution": "Node",
6 | "allowSyntheticDefaultImports": true
7 | },
8 | "include": ["vite.config.ts"]
9 | }
10 |
--------------------------------------------------------------------------------
/WPF/GENERAL/DashboardDemo/.cr/personal/FavoritesList/List.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/WPF/GENERAL/NotificationDemo/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/WPF/GENERAL/Globalization.Demo/.cr/personal/FavoritesList/List.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/WPF/GENERAL/Globalization.Demo/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/WPF/MVVM/QuickMVVMSetup/QuickMVVMSetup/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/WPF/CONTROLS/ToggleButton/ToggleBtnDemo/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/WPF/CONTROLS/ToggleButton/WPFToggleButton/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/WPF/GENERAL/ThemeService/ThemeExternalTest/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/WPF/GENERAL/ThemeService/ThemeServiceTest/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/WPF/LOGINSAMPLES/LoginControl/LoginControl/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/WPF/LOGINSAMPLES/LoginControl/MainAppSample/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/WPF/ANIMATIONS/LoadingAnimation/LoadingAnimation/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/WPF/CONTROLS/PaginationControl/PaginationWPF/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/WPF/CONTROLS/PaginationControl/helperControls/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/WPF/CONTROLS/RoundButtonDemo/RoundButtonDemo/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/WPF/GENERAL/DashboardDemo/Haley.FlexiMenuTest/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/WPF/GENERAL/Globalization.Demo/Globalization.External/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/WPF/CONTROLS/CustomControlButtons/CustomControlButtons/Properties/Settings.settings:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/VUEJS/ViteVueSetup2023/tailwind.config.cjs:
--------------------------------------------------------------------------------
1 | /** @type {import('tailwindcss').Config} */
2 | module.exports = {
3 | //Specify the file formats where tailwind shoudl work
4 | content: ["./src/**/*.{html,js,jsx,tsx,vue}"],
5 | theme: {
6 | extend: {},
7 | },
8 | plugins: [],
9 | }
10 |
--------------------------------------------------------------------------------
/WPF/MVVM/SimpleNavigation/PageId.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Text;
5 | using System.Threading.Tasks;
6 |
7 | namespace SimpleNavigation {
8 | public enum PageId {
9 | A,
10 | B,
11 | C,
12 | D
13 | }
14 | }
15 |
--------------------------------------------------------------------------------
/WPF/GENERAL/Globalization.Demo/.cr/personal/Editor/Painting/Structural Highlighting.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | True
5 |
6 |
--------------------------------------------------------------------------------
/WPF/GENERAL/WPFOrgChart/WPFOrgChart/Enums/CurrentView.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Text;
5 | using System.Threading.Tasks;
6 |
7 | namespace WPFOrgChart.Enums {
8 | public enum CurrentView {
9 | DataEntry,
10 | OrgChart
11 | }
12 | }
13 |
--------------------------------------------------------------------------------
/WPF/LOGINSAMPLES/LoginExample2/LoginExample2.csproj:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | WinExe
5 | net6.0-windows
6 | enable
7 | true
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/VUEJS/ViteVueSetup2023/src/main.ts:
--------------------------------------------------------------------------------
1 | import { createApp } from "vue";
2 | import { createPinia } from "pinia";
3 | import "./style.css";
4 | import App from "./App.vue";
5 | import router from "./routes/router";
6 |
7 | const _pinia = createPinia();
8 |
9 | createApp(App)
10 | .use(_pinia)
11 | .use(router)
12 | .mount("#app");
13 |
--------------------------------------------------------------------------------
/WPF/ANIMATIONS/BlinkingAnimation/BlinkingAnimation.csproj:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | WinExe
5 | net6.0-windows
6 | enable
7 | true
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/WPF/ANIMATIONS/LoadingAnimation01/LoadingAnimation01.csproj:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | WinExe
5 | net6.0-windows
6 | enable
7 | true
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/WPF/ANIMATIONS/LoadingAnimation02/LoadingAnimation02.csproj:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | WinExe
5 | net6.0-windows
6 | enable
7 | true
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/VANILLA/HTML+CSS/SideNavBar/manifest.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Pilot Test",
3 | "version": "1.0.0",
4 | "description": "check how chrome add-ons work",
5 | "manifest_version": 3,
6 | "author": "lingam",
7 | "action":{
8 | "default_popup": "index.html",
9 | "default_title": "Pilot test"
10 | }
11 | }
--------------------------------------------------------------------------------
/WPF/ANIMATIONS/LoadingAnimation/LoadingAnimation/DoubleKFType.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Text;
5 | using System.Threading.Tasks;
6 |
7 | namespace LoadingAnimation {
8 | internal enum DoubleKFType {
9 | Linear,
10 | Discrete
11 | }
12 | }
13 |
--------------------------------------------------------------------------------
/WPF/GENERAL/WPFOrgChart/WPFOrgChart/Enums/TargetType.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Text;
5 | using System.Threading.Tasks;
6 |
7 | namespace WPFOrgChart.Enums {
8 | public enum TargetType {
9 | Person,
10 | Role,
11 | Department
12 | }
13 | }
14 |
--------------------------------------------------------------------------------
/WPF/GENERAL/SettingsPage/SettingsPageDemo/ViewModels/SettingsVM.cs:
--------------------------------------------------------------------------------
1 | using Haley.Models;
2 | using System;
3 | using System.Collections.Generic;
4 | using System.Linq;
5 | using System.Text;
6 | using System.Threading.Tasks;
7 |
8 | namespace SettingsPageDemo.ViewModels
9 | {
10 | public class SettingsVM : BaseVM
11 | {
12 | }
13 | }
14 |
--------------------------------------------------------------------------------
/VUEJS/ViteVueSetup2023/src/style.css:
--------------------------------------------------------------------------------
1 | @tailwind base;
2 | @tailwind components;
3 | @tailwind utilities;
4 |
5 | :root {
6 | font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
7 | font-size: 16px;
8 | line-height: 24px;
9 | font-weight: 400;
10 | }
11 |
12 | body{
13 | @apply bg-neutral-50 p-5 m-0 w-full h-screen flex ;
14 |
15 | }
16 |
--------------------------------------------------------------------------------
/WPF/GENERAL/SettingsPage/SettingsPageDemo/Enums/ThemeEnum.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Text;
5 | using System.Threading.Tasks;
6 |
7 | namespace SettingsPageDemo.Enums
8 | {
9 | public enum ThemeEnum
10 | {
11 | Dark,
12 | Blue,
13 | Light
14 | }
15 | }
16 |
--------------------------------------------------------------------------------
/WPF/LOGINSAMPLES/LoginControl/LoginControl/ViewEnums.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Text;
5 | using System.Threading.Tasks;
6 |
7 | namespace LoginControl
8 | {
9 | public enum ViewEnums
10 | {
11 | SingUpPage,
12 | LoginPage,
13 | HelperPage,
14 | }
15 | }
16 |
--------------------------------------------------------------------------------
/WPF/GENERAL/ThemeService/ThemeExternalTest/Skins/Skin03.xaml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/WPF/GENERAL/ThemeService/ThemeExternalTest/Skins/Skin01.xaml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/WPF/GENERAL/ThemeService/ThemeExternalTest/Skins/Skin02.xaml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/WPF/GENERAL/SettingsPage/SettingsPageDemo/Enums/TargetEnum.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Text;
5 | using System.Threading.Tasks;
6 |
7 | namespace SettingsPageDemo.Enums
8 | {
9 | public enum TargetEnum
10 | {
11 | Circle,
12 | Rectangle,
13 | Square,
14 | Triangle
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/WPF/GENERAL/SettingsPage/SettingsPageDemo/Enums/UnitEnum.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Text;
5 | using System.Threading.Tasks;
6 |
7 | namespace SettingsPageDemo.Enums
8 | {
9 | public enum UnitEnum
10 | {
11 | millimeter,
12 | centimeter,
13 | meter,
14 | inch,
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/VUEJS/ViteVueSetup2023/.gitignore:
--------------------------------------------------------------------------------
1 | # Logs
2 | logs
3 | *.log
4 | npm-debug.log*
5 | yarn-debug.log*
6 | yarn-error.log*
7 | pnpm-debug.log*
8 | lerna-debug.log*
9 |
10 | node_modules
11 | dist
12 | dist-ssr
13 | *.local
14 |
15 | # Editor directories and files
16 | .vscode/*
17 | !.vscode/extensions.json
18 | .idea
19 | .DS_Store
20 | *.suo
21 | *.ntvs*
22 | *.njsproj
23 | *.sln
24 | *.sw?
25 |
--------------------------------------------------------------------------------
/VUEJS/Vue3Beginners/.gitignore:
--------------------------------------------------------------------------------
1 | # Logs
2 | logs
3 | *.log
4 | npm-debug.log*
5 | yarn-debug.log*
6 | yarn-error.log*
7 | pnpm-debug.log*
8 | lerna-debug.log*
9 |
10 | node_modules
11 | dist
12 | dist-ssr
13 | *.local
14 |
15 | # Editor directories and files
16 | .vscode/*
17 | !.vscode/extensions.json
18 | .idea
19 | .DS_Store
20 | *.suo
21 | *.ntvs*
22 | *.njsproj
23 | *.sln
24 | *.sw?
25 |
--------------------------------------------------------------------------------
/VUEJS/Vue3Beginners/src/main.ts:
--------------------------------------------------------------------------------
1 | import { createApp } from 'vue'
2 | import router from './routes';
3 | import {createPinia} from 'pinia';
4 | import './style.css'
5 | import App from './App.vue'
6 | // import Hw from './components/HelloWorld.vue'
7 |
8 | const _pinia = createPinia(); //a store
9 | createApp(App)
10 | .use(router)
11 | .use(_pinia)
12 | .mount('#app')
13 |
14 |
--------------------------------------------------------------------------------
/VUEJS/InteractiveClickableMap/.gitignore:
--------------------------------------------------------------------------------
1 | # Logs
2 | logs
3 | *.log
4 | npm-debug.log*
5 | yarn-debug.log*
6 | yarn-error.log*
7 | pnpm-debug.log*
8 | lerna-debug.log*
9 |
10 | node_modules
11 | dist
12 | dist-ssr
13 | *.local
14 |
15 | # Editor directories and files
16 | .vscode/*
17 | !.vscode/extensions.json
18 | .idea
19 | .DS_Store
20 | *.suo
21 | *.ntvs*
22 | *.njsproj
23 | *.sln
24 | *.sw?
25 |
--------------------------------------------------------------------------------
/WPF/GENERAL/PopUpDemo/App.xaml.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Configuration;
4 | using System.Data;
5 | using System.Linq;
6 | using System.Threading.Tasks;
7 | using System.Windows;
8 |
9 | namespace PopUpDemo {
10 | ///
11 | /// Interaction logic for App.xaml
12 | ///
13 | public partial class App : Application {
14 | }
15 | }
16 |
--------------------------------------------------------------------------------
/WPF/GENERAL/SettingsPage/SettingsPageDemo/Enums/LanguageEnum.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Text;
5 | using System.Threading.Tasks;
6 |
7 | namespace SettingsPageDemo.Enums
8 | {
9 | public enum LanguageEnum
10 | {
11 | English,
12 | Tamil,
13 | Mandarin,
14 | French,
15 | Russian
16 | }
17 | }
18 |
--------------------------------------------------------------------------------
/WPF/LOGINSAMPLES/GoogleAuth/AuthService/AuthService.csproj:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | net6.0
5 | enable
6 | enable
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/WPF/GENERAL/AmazonScraping/App.xaml.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Configuration;
4 | using System.Data;
5 | using System.Linq;
6 | using System.Threading.Tasks;
7 | using System.Windows;
8 |
9 | namespace AmazonScraping {
10 | ///
11 | /// Interaction logic for App.xaml
12 | ///
13 | public partial class App : Application {
14 | }
15 | }
16 |
--------------------------------------------------------------------------------
/WPF/MVVM/SimpleNavigation/App.xaml.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Configuration;
4 | using System.Data;
5 | using System.Linq;
6 | using System.Threading.Tasks;
7 | using System.Windows;
8 |
9 | namespace SimpleNavigation {
10 | ///
11 | /// Interaction logic for App.xaml
12 | ///
13 | public partial class App : Application {
14 | }
15 | }
16 |
--------------------------------------------------------------------------------
/WPF/GENERAL/PopUpDemo/PopUpDemo.csproj:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | WinExe
5 | net6.0-windows
6 | enable
7 | true
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/WPF/LOGINSAMPLES/LoginExample2/App.xaml.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Configuration;
4 | using System.Data;
5 | using System.Linq;
6 | using System.Threading.Tasks;
7 | using System.Windows;
8 |
9 | namespace LoginExample2 {
10 | ///
11 | /// Interaction logic for App.xaml
12 | ///
13 | public partial class App : Application {
14 | }
15 | }
16 |
--------------------------------------------------------------------------------
/WPF/MVVM/SimpleCustomerData/App.xaml.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Configuration;
4 | using System.Data;
5 | using System.Linq;
6 | using System.Threading.Tasks;
7 | using System.Windows;
8 |
9 | namespace SimpleCustomerData {
10 | ///
11 | /// Interaction logic for App.xaml
12 | ///
13 | public partial class App : Application {
14 | }
15 | }
16 |
--------------------------------------------------------------------------------
/WPF/ANIMATIONS/BlinkingAnimation/App.xaml.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Configuration;
4 | using System.Data;
5 | using System.Linq;
6 | using System.Threading.Tasks;
7 | using System.Windows;
8 |
9 | namespace BlinkingAnimation {
10 | ///
11 | /// Interaction logic for App.xaml
12 | ///
13 | public partial class App : Application {
14 | }
15 | }
16 |
--------------------------------------------------------------------------------
/WPF/ANIMATIONS/LoadingAnimation01/App.xaml.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Configuration;
4 | using System.Data;
5 | using System.Linq;
6 | using System.Threading.Tasks;
7 | using System.Windows;
8 |
9 | namespace LoadingAnimation01 {
10 | ///
11 | /// Interaction logic for App.xaml
12 | ///
13 | public partial class App : Application {
14 | }
15 | }
16 |
--------------------------------------------------------------------------------
/WPF/ANIMATIONS/LoadingAnimation02/App.xaml.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Configuration;
4 | using System.Data;
5 | using System.Linq;
6 | using System.Threading.Tasks;
7 | using System.Windows;
8 |
9 | namespace LoadingAnimation02 {
10 | ///
11 | /// Interaction logic for App.xaml
12 | ///
13 | public partial class App : Application {
14 | }
15 | }
16 |
--------------------------------------------------------------------------------
/WPF/CONTROLS/ToggleButton/ToggleBtnDemo/App.xaml.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Configuration;
4 | using System.Data;
5 | using System.Linq;
6 | using System.Threading.Tasks;
7 | using System.Windows;
8 |
9 | namespace ToggleBtnDemo {
10 | ///
11 | /// Interaction logic for App.xaml
12 | ///
13 | public partial class App : Application {
14 | }
15 | }
16 |
--------------------------------------------------------------------------------
/WPF/GENERAL/AmazonScraping/App.xaml:
--------------------------------------------------------------------------------
1 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/WPF/GENERAL/SettingsPage/SettingsPageDemo/ViewEnum.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Text;
5 | using System.Threading.Tasks;
6 |
7 | namespace SettingsPageDemo
8 | {
9 | public enum ViewEnum
10 | {
11 | HomeView,
12 | SettingsView,
13 | }
14 |
15 | public enum SettingsViewEnum {
16 | General,
17 | Credentials
18 | }
19 | }
20 |
--------------------------------------------------------------------------------
/WPF/LOGINSAMPLES/LoginExample2/App.xaml:
--------------------------------------------------------------------------------
1 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/VUEJS/InteractiveClickableMap/package.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "interactive_clickable_map",
3 | "private": true,
4 | "version": "0.0.0",
5 | "type": "module",
6 | "scripts": {
7 | "dev": "vite",
8 | "build": "vite build",
9 | "preview": "vite preview"
10 | },
11 | "dependencies": {
12 | "vue": "^3.2.41"
13 | },
14 | "devDependencies": {
15 | "@vitejs/plugin-vue": "^3.2.0",
16 | "vite": "^3.2.3"
17 | }
18 | }
--------------------------------------------------------------------------------
/WPF/GENERAL/NotificationDemo/App.xaml:
--------------------------------------------------------------------------------
1 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/WPF/MVVM/SimpleNavigation/App.xaml:
--------------------------------------------------------------------------------
1 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/WPF/MVVM/SimpleNavigation/SimpleNavigation.csproj:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | WinExe
5 | net6.0-windows
6 | enable
7 | true
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/VUEJS/InteractiveClickableMap/README.md:
--------------------------------------------------------------------------------
1 | # Vue 3 + Vite
2 |
3 | This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `
12 |