MVVM Pattern을 사용하는 개발자를 위한 안내 업데이트 2020/12/10 0. 참고The MVVM Pattern Todo list Universal & UWP app MVVM pattern 설명 동영상(오래전에 녹화한 내용입니다.) http://youtu.be/f9aQkuoiPz4 http://youtu.be/uGxboAUwciI http://youtu.be/2lQQiBEjbtU Using MVVM Pattern * new Microsoft MVVM Toolkit 사용 가이드- MVVM pattern을 사용하실 때 이 nuget package를 이용하시면 좋을 것 같습니다. 1. MVVM Pattern의 시작MVVM은 WPF (Windows Presentation Foundation) 및 Sil..

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
- 577,482
- Today
- 129
- Yesterday
- 97
- FusionWiz의 스토리
- Jeremy Likness
- Jerry Nixon
- Tim Heuer
- Diederik Krols
- Pete D
- Lunar Frog Software
- Iris Classon
- Richard's Blog
- ScottGu's blog
- Scott Hanselman's blog
- Fear and Loating blog
- Rags(누더기)
- 나나의 블로그
- Ryu School
- kodatt
- Pragmatic Programmer
- Be MODERN with Windows
- 닷넷(.NET) 프로그래머 모임
- XAML or HTML 권영철 MVP
- 골드러쉬와 함께하는 Hello C#
- uno platform
- entity framework core
- Microsoft
- Build 2016
- dotNETconf
- IOT
- uno-platform
- WebView
- XAML
- Bot Framework
- iot core
- Windows 10
- PRISM
- #Windows Template Studio
- Android
- #uwp
- .net 5.0
- Cross-platform
- ef core
- wasm
- WPF
- #MVVM
- C#
- MVVM
- xamarin forms
- #prism
- UWP
- visual studio 2019
- LINQ
- #XAML