
앱을 개발하다보면 Enum을 ComboBox 목록에 출력을 해야할 경우가 종종 있습니다. 이 경우 편하게 사용할 수 있는 방법을 알려드리도록 하겠습니다. 아래 동영상은 WPF에서 사용하는 방법에 대해서 설명하고 있습니다. 그런데, UWP에서는 조금 다르게 사용해야 할 것 같습니다. (1) How to Bind an Enum to a ComboBox in WPF - YouTube MarkupExtension 태그 확장은 XAML의 문자열 특성 값 또는 태그 요소의 입력을 기반으로 개체를 호출자에게 반환합니다. 태그 확장은 Type Converter만으로 수행 할 수있는 것보다 더 정교한 방식으로 개체를 반환합니다. 사용자 지정 태그 확장을 만드는 방법에 대한 자세한 내용은 ProvideValue를 참조하십..

Register Desktop Bridge app and UWP app as Startup program Future Of DotNet https://youtube.com/FutureOfDotNet UWP앱을 시작프로그램으로 등록/삭제하는 방법입니다. Youtube : https://youtu.be/5cI6oS0HLOQ Blog : https://kaki104.tistory.com/664 Git : https://github.com/kaki104/StartupSample Reference Windows 10 Anniversary Update Configure your app to start at log-in https://bit.ly/31qzlTZ Integrate your desktop app with..

WebView2 Control Preview 버전이 얼마전에 공개되었습니다. Introduction to Microsoft Edge WebView2 (Preview) https://bit.ly/3alYpOW 응용 프로그램에 웹 기술(HTML, CSS 및 JavaScript)을 포함 할 수 있음 Microsoft Edge (Chromium)을 렌더링 엔진으로 사용 – 호환성 향상 Preview 버전이므로, 프로덕션 앱에 이 버전을 사용 금지 Supported platforms Environments Win32 C/C++ .NET Framework 4.6.2 or later .NET Core 3.0 or later WinUI 3.0 Windows Windows 10 Windows 8.1 Windows 8 W..

Face Detection API . Real-time face recognition with Microsoft Cognitive Services . Google Vision API Facial Detection Free : First 1000 units/month $1.5 for 1000 unit : 1001 – 5,000,000 / month . Microsoft Azure Face API Face Detection ~ Face Identification Free : 20 transactions for minute $1.0 for 1000 transactions : 0 – 1M transactions . OpenCV . Dlib C++ Library OpenCV . 오픈 소스 컴퓨터 비전 라이브러리 ..

UWP이 로컬 파일 시스템을 직접 접근해서 파일이나 폴더의 정보를 가지고 오는 방법에 대한 설명입니다. This is how UWP directly accesses the local file system and fetches information from files or folders. BroadFileSystemAccess All Files that the user has access to Settings } Privacy | File system | Allow access UWP app Version 1803 - default is On Version 1809 - default is Off This capability is not supported on Xbox Key Point Package.app..

How to deploy UWP apps - Microsoft Store - App Installer . After Windows 10 version 1803 . Can be installed Local, Shared Folder, or on the Web For developers - Settings -> Update & Security -> For developers -> Sideload apps - Sideload apps must be selected in order to install apps outside of the Microsoft Store. Install Windows 10 apps with App Installer Create an App Installer file with Visua..

https://youtu.be/bA3oTTVseiE LINQ 마지막 강의 입니다. 고생하셨습니다~ 1. Conversion operators - LINQ Result =} IEnumerable{T} - ToArray() var doublesArray = sortedDoubles.ToArray(); - * ToList() var wordList = sortedWords.ToList(); - ToDictionary() var scoreRecordsDict = scoreRecords.ToDictionary(sr =} sr.Name); - * OfType{T}() var doubles = numbers.OfType{double}(); 2. Element operators - First() (from p in p..

* Groupings - group - group n by n % 5 into g * Set operation - Distinct 중복제거 - var uniqueFactors = factorsOf300.Distinct(); - Union 중복제거 결합 - var uniqueNumbers = numbersA.Union(numbersB); - Intersect 교집합 - var commonNumbers = numbersA.Intersect(numbersB); - Except 제외 - IEnumerable aOnlyNumbers = numbersA.Except(numbersB); https://youtu.be/WR8p4bKuqyI - 메뉴 모델과 데이터

Partitions - Take numbers.Take(3) - Skip numbers.Skip(4) - TakeWhile numbers.TakeWhile(n => n n % 3 != 0) Orderings - OrderBy orderby word - Custom Comparer words.OrderBy(a => a, new CaseInsensitiveComparer()) - OrderBy ~ Descending orderby d descending - ThenBy orderby degit.Length, digit words.OrderBy(a => a.Length).ThenBy(a => a, new CaseInsensitiveComparer()) - Reverse .Reverse() https://you..
- Total
- Today
- Yesterday
- C#
- Microsoft
- Windows 10
- #MVVM
- #uwp
- windows 11
- Build 2016
- Behavior
- .net 5.0
- MVVM
- PRISM
- dotNETconf
- WPF
- Cross-platform
- Always Encrypted
- #Windows Template Studio
- uno-platform
- visual studio 2019
- #prism
- ef core
- Visual Studio 2022
- uno platform
- ComboBox
- LINQ
- .net
- XAML
- Bot Framework
- UWP
- IOT
- kiosk
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |