분류 전체보기
-
[WPF] AnimationC#/WPF 2025. 4. 30. 17:08
https://learn.microsoft.com/ko-kr/dotnet/desktop/wpf/graphics-multimedia/animation-overview?view=netframeworkdesktop-4.8&viewFallbackFrom=netdesktop-9.0 애니메이션 개요 - WPF .NET FrameworkWindows Presentation Foundation(WPF)에서 극적인 화면 전환 또는 생생한 시각적 효과를 사용하여 매력적인 사용자 인터페이스를 더욱 멋지게 만듭니다.learn.microsoft.com https://www.youtube.com/watch?v=6E7DAH8VYHU&list=PLvA3V2O0S6Rhyt6KY1pZOl1mS0bdE3sFI&index=3
-
[WPF][Blazor] WPF Blazor 앱 빌드C#/WPF 2025. 4. 30. 15:53
https://learn.microsoft.com/ko-kr/aspnet/core/blazor/hybrid/tutorials/wpf?view=aspnetcore-9.0 WPF(Windows Presentation Foundation) Blazor 앱 빌드WPF(Windows Presentation Foundation) 앱을 단계별로 빌드합니다.learn.microsoft.com https://learn.microsoft.com/ko-kr/training/modules/build-blazor-hybrid/ Blazor 하이브리드 및 .NET MAUI를 사용하여 모바일 및 데스크톱 앱 빌드 - TrainingBlazor, .NET MAUI 및 C#을 사용하여 개발 환경을 설정하고 첫 번째 플랫폼 간 하이브..
-
[C#] PortC#/기초 2025. 4. 23. 15:27
https://www.techtarget.com/searchnetworking/definition/dynamic-port-numbers What are dynamic port numbers and how do they work?Dynamic port numbers enable applications to communicate with each other using TCP or UDP. Learn how dynamic ports work and are standardized.www.techtarget.com
-
-
[C#] Summary 외부 dll , Nuget 추가 시C#/기초 2025. 4. 9. 11:43
체크 Gernerate a file containing API documentation. nupkg에 .xml 파일 포함 됨. https://skfkdkdlaos.tistory.com/58 C# dll 파일을 외부에서 참조 추가 시 설명 보이게 하는 방법이번에는 dll 파일을 만들어놓고 다른 프로젝트에서 참조시킬 때 기존에 추가했던 설명을 보이게 하는 방법에 대하여 알아보겠습니다. MS에서는 해당 설명을 '문서 주석' 이라는 명칭으로 사용합skfkdkdlaos.tistory.com
-
[VS] Visual Studio log file location (ActivityLog.xml)Visual Studio 2025. 4. 8. 15:49
EX)C:\Users\iskim\AppData\Roaming\Microsoft\VisualStudio\17.0_f5a38fb4 https://dev.to/karenpayneoregon/view-visual-studio-activity-logs-better-2id8 View Visual Studio activity logs betterWhen Microsoft Visual Studio encounters issues a start to analyze issues is to start Visual Studio...dev.to
-
[WPF] Plug-InC#/WPF 2025. 4. 1. 17:19
#DynamicModule#Modular 공통 모듈, 모듈 인터페이스 통해서 각 모듈 프로젝트에서View, ViewModel 등록하고 Bootstrapper에서 컨테이너에 등록 종속성 주입으로 받음 각 모듈에서 INavigateModule 상속받아서 구현해주고 공통 모듈의 템플릿에서 각 모듈의 NavigateViewCommand 실행 되도록 함. 메인 프로젝트 모듈에서공통 모듈의 템플릿 사용. https://medium.com/c-sharp-programming/introduction-to-a-plug-in-architecture-using-the-example-of-a-wpf-application-7f2e225b647a Introduction to a plug-in archit..