본문 바로가기 메뉴 바로가기

Future Of DotNet

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

Future Of DotNet

검색하기 폼
  • List All (817)
    • WPF .NET (101)
    • Windows App SDK (1)
    • MacBook Pro (4)
    • Entity Framework Core (17)
    • .NET 5, 6, 7 (23)
    • Uno Platform (22)
    • Visual Studio (19)
    • Azure (10)
    • Windows 10&11 (59)
      • News (20)
    • UWP & Windows App (120)
      • Beginner (73)
      • Expert (15)
    • Xamarin Forms (4)
    • Bot Framework (19)
    • Facebook News & Tips (158)
    • Previous Platforms (212)
      • Samples (26)
      • KBI (23)
      • ETC (18)
      • Free Board Project (16)
      • WCF RIA Service (10)
      • HTML5 & MVC4 (16)
    • ETC (24)
    • kaki104 Scrap (5)
    • App News (17)
  • 방명록

Microsoft (31)
Announcing the Release of the Git Experience in Visual Studio

Visual Studio 2019 version 16.8에 새로운 Git 도구가 추가되었습니다. Google은 작년에 이 새로운 도구를 위해 노력해왔으며, 개발자의 의견을 바탕으로 주요 기능을 구축하고 성능을 향상 시키며 품질을 미세 조정하기 위해 노력했습니다. 무엇보다 일반적인 워크플로의 검색 가능성을 개선하고 탐색을 단순화하여 컨텍스트 전환을 줄이는 데 중점을 두었습니다. 숙련된 개발자, 초급 개발자, 대규모 팀의 일원, 개인 프로젝트 개발자이든 관계없이 Visual Studio 2019의 새로운 Git 환경이 여러분이 Git을 사용하는데 도움을 줄 수 있을 것이라고 강력하게 믿습니다. 이 툴을 이용해야하는 7가지 이유에 대해서 알아보도록 하겠습니다. Announcing the Release of t..

Visual Studio 2020. 12. 6. 21:36
MVVM Toolkit 사용 가이드 - 옛날 버전입니다

MVVM Toolkit nuget package를 이용하는 방법에 대해서 알아보도록 하겠습니다. 우선 MVVM-Samples 앱을 실행해서 같이 보시면 더 도움이 될 것입니다. windows-toolkit/MVVM-Samples: Sample repo for MVVM package (github.com) windows-toolkit/MVVM-Samples Sample repo for MVVM package. Contribute to windows-toolkit/MVVM-Samples development by creating an account on GitHub. github.com 프로젝트에 추가 가능한 NuGet package 버전은 Preview 4입니다. (2020/12/01) Preview버전이..

.NET 5, 6, 7 2020. 12. 6. 16:54
Welcome to C# 9.0

C# 9.0이 릴리즈 되었습니다. 어떤 기능이 추가되었는지 블로그 포스트를 참고해서 간단하게 작성해 보았습니다. C# 9.0 on the record | .NET Blog (microsoft.com) C# 9.0 on the record | .NET Blog C# 9.0 on the record It’s official: C# 9.0 is out! Back in May I blogged about the C# 9.0 plans, and the following is an updated version of that post to match what we actually ended up shipping. With every new version of C# we strive for greater clarity..

Visual Studio 2020. 11. 24. 21:25
.NET Conf 2020 Youtube

.NET Conf 2020가 마무리 되었습니다. 많은 양의 동영상과 Blog 포스팅이 쏟아져 나와서 동영상을 보거나 읽기도 빠듯하네요 우선 .NET Conf 2020관련 유튜브 동영상 중 C#이나 제가 관심있어서 보려고 하는 동영상만 정리를 했습니다. 전체 동영상은 81개인데... 줄이고 줄이고 줄여서 16정도 보고 싶네요..ㅎㅎ .NET Conf 2020 전체 재생 목록 1. Keynote - Welcome to .NET 5 (youtu.be/o-esVzL3YLI) 2. What’s New in C#? 3. A talk for trailblazers: Blazor in .NET 5 4. Porting Projects to .NET 5 5. Entity Framework Core 5.0: The Next..

.NET 5, 6, 7 2020. 11. 19. 23:06
Register Desktop Bridge app and UWP app as Startup program

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..

UWP & Windows App/Beginner 2020. 8. 25. 19:23
Microsoft Edge(Chromium) WebView2 Control

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..

UWP & Windows App/Beginner 2020. 8. 17. 15:07
Creating a simple RSS reader using UNO Platform part1

Uno Platform을 이용해서 간단한 RSS Reader를 만드는 강좌입니다. Part1과 Part2로 나누어 짐니다. This is a course to create a simple RSS reader using the Uno Platform. It is divided into Part1 and Part2. Setting up your development environment What is the nuget package for using MVVM Refractored.MvvmHelpers RSS Reader Step1 Goal Creating an RSS Reader app with one page Create Uno project Nuget packages RSS Reader Step2 Set..

Uno Platform 2020. 6. 30. 19:52
What's new in ML.NET

//Build2019에서 발표된 세션을 기준으로 작업했습니다. ML.NET introduction session Introducing ML.NET : https://aka.ms/mlnetbuild2019 What is ML.NET ML ML.NET ML.NET runs anywhere A few things you can do with ML.NET ML.NET Model Builder DEMO ML.NET CLI Database Loader What if I want to classify based on my own custom domain? 동영상 youtu.be/52bHpUGdeCs

Visual Studio 2020. 6. 17. 19:58
Install and update UWP apps from the Web

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..

UWP & Windows App/Beginner 2020. 4. 25. 19:38
Microsoft Surface Neo, Duo Dual-screen experiences

마이크로소프트에서 얼마전에 공개한 듀얼 스크린 경험이라는 동영상의 15분 설명 입니다. 원문 Microsoft 365 Developer Day Dual-screen experiences https://youtu.be/2k1wBi90L-Y 마이크로소프트가 2019년 10월에 공개했던 Surface Neo, Duo 디바이스를 새로운 폼펙터라고 이야기를 했던 이유가 공개 됩니다. MS는 다 계획이 있었습니다. https://youtu.be/zz-91PEjuvA

Windows 10&11/News 2020. 3. 3. 07:51
이전 1 2 3 4 다음
이전 다음
반응형
공지사항
  • 진행 중인 프로젝트 때문에 자주 확인을 못하고⋯
  • 2021-2022 Microsoft MVP 갱⋯
  • 2020-2021 Microsoft MVP 갱⋯
  • Microsoft MVP 2019-2020 갱⋯
  • 2018 - 2019 MVP 갱신 완료
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
  • 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
  • Pragmatic Programmer
  • Be MODERN with Windows
  • 닷넷(.NET) 프로그래머 모임
  • XAML or HTML 권영철 MVP
  • 골드러쉬와 함께하는 Hello C#
  • Nick's .NET Travels
TAG
  • Build 2016
  • ComboBox
  • kiosk
  • ef core
  • dotNETconf
  • WPF
  • Behavior
  • uno platform
  • .net 5.0
  • Microsoft
  • #uwp
  • XAML
  • #Windows Template Studio
  • .net
  • Cross-platform
  • MVVM
  • #prism
  • Always Encrypted
  • windows 11
  • #MVVM
  • Bot Framework
  • LINQ
  • uno-platform
  • Visual Studio 2022
  • IOT
  • PRISM
  • C#
  • Windows 10
  • visual studio 2019
  • UWP
more
«   2025/06   »
일 월 화 수 목 금 토
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
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바