
Visual Studio를 이용해서 대규모의 솔루션을 이용하면 성능 저하로 인하여 많은 어려움이 있었습니다. 이번에 Visual Studio 2019 16.8 버전에서 .NET 5 대규모 솔루션 개선 사항에 대한 포스팅이 나와서 살펴 보도록 하겠습니다. Working with large .NET 5 solutions in Visual Studio 2019 16.8 | Visual Studio Blog (microsoft.com) Working with large .NET 5 solutions in Visual Studio 2019 16.8 | Visual Studio Blog With the release of .NET 5, migration of solutions from .NET Framework h..

.NET 5가 발표된 이후로 많은 분들이 .NET Standard에 대해 이것이 무엇을 의미하는지, 그리고 여전히 관련성이 있는지 물었습니다. 이 게시물에서는 .NET 5가 어떻게 코드 공유를 개선하고 .NET Standard를 대체하는지 설명하겠습니다. .NET Standard가 여전히 필요한 경우도 다룰 것입니다. The future of .NET Standard | .NET Blog (microsoft.com) The future of .NET Standard | .NET Blog Since .NET 5 was announced, many of you have asked what this means for .NET Standard and whether it will still be relevant...

Windows Forms는 2018 년 후반에 오픈 소스로 .NET Core로 포팅 된 이후로 팀과 외부 기여자 모두 오래된 버그를 수정하고 새로운 기능을 추가했습니다. 이 게시물에서는 .NET 5.0에서 Windows Forms 런타임의 새로운 기능에 대해 설명합니다. What's new in Windows Forms runtime in .NET 5.0 | .NET Blog (microsoft.com) What's new in Windows Forms runtime in .NET 5.0 | .NET Blog Checkout all the exciting new things happened in the Windows Forms runtime in .NET 5.0. devblogs.microsoft.com..

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

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버전이..

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

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

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

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..
- Total
- 581,030
- Today
- 25
- Yesterday
- 33
- 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#
- Xamarin
- Build 2016
- C#
- infragistics
- visual studio 2019
- uno-platform
- #Windows Template Studio
- Windows 10
- Cross-platform
- XAML
- WebView
- PRISM
- #prism
- #MVVM
- Bot Framework
- Android
- #XAML
- LINQ
- ef core
- UWP
- WPF
- MVVM
- xamDataGrid
- .net 5.0
- IOT
- .net
- Microsoft
- uno platform
- dotNETconf
- #uwp