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..
What is LINQ - Language Integrated Query - 다른 소스 및 Type에서 데이터를 검색하고 활용하기 위한 표현식 - 컬렉션, Ado.NET, DataSet, XML Docs, 웹 서비스 및 MS SQL Server 및 기타 데이터베이스등 다양한 데이터 소스에서 검색 및 활용이 가능 - 101 LINQ samples LINQ Basic LINQ Basic Keywords - from : 쿼리 표현식은 from으로 시작해야함 - in : 4가지 경우에 사용되며 일반적으로 from과 함께 사용 - let : 쿼리식에서 하위절의 결과를 저장하여 후속절에서 사용하는 것이 유용한 경우에 let 키워드를 사용하여 새로운 로컬 변수를 만들어서 다양하게 활용이 가능 - into : grou..
기본 사용방법 설명 Constructor Injection – 생성자 주입 - Resolve시에 기본으로 사용하는 방식 - private readonly T _instance; 를 이용해서 내부에서 사용 - Multiple Parameters public Driver(ICar car, ICarKey key) private readonly ICar _car; - Multiple Constructors [InjectionConstructor] public Driver(ICar car) public Driver(string name) - Primitive Type Parameter public Driver(ICar car, string driverName) https://youtu.be/UHrrIDBubdg ..
1. IoC, DIP, DI, IoC Container - IoC(Inversion of Control) 클래스간의 느슨한 결합(loose coupling)을 만들기 위해 OOP에서 제어를 뒤집을 것을 권장하는 디자인 원칙(principle) - DIP(Dependency Inversion Principle) 클래스간의 느슨한 결합(loose coupling)을 만들기 위한 원칙(principle) 중 하나 고수준 모듈(High-level)이 저수준 모듈(Low-level)에 의존해서는 안된다는 원칙. 둘다 추상화(예: interface)에 의존해야 함 - DI(Dependency Injection) IoC 원칙을 구현하는 디자인 패턴 종속 객체를 주입 - IoC Container 어플리케이션 전체에서 ..
- Total
- Today
- Yesterday
- UWP
- MVVM
- .net
- windows 11
- kiosk
- .net 5.0
- Microsoft
- XAML
- ComboBox
- visual studio 2019
- PRISM
- Visual Studio 2022
- ef core
- #MVVM
- Cross-platform
- C#
- Build 2016
- Windows 10
- Behavior
- IOT
- #Windows Template Studio
- uno platform
- #prism
- Always Encrypted
- #uwp
- dotNETconf
- WPF
- LINQ
- Bot Framework
- uno-platform
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |