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

Future Of DotNet

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

Future Of DotNet

검색하기 폼
  • List All (656) N
    • Entity Framework Core (9)
    • .NET 5 and .NET Conf 2020 (10) N
    • Uno Platform (14)
    • Visual Studio (12)
    • Blazor (2)
    • Windows App(Universal App) (111)
      • Windows IoT & UWP (9)
      • Diablo3Hub (2)
      • OneSearch (5)
      • Beginner (66)
      • Expert (15)
      • Reactive extensions (7)
      • Errors (2)
    • Xamarin Forms (4)
    • Bot Framework (19)
    • Azure (10)
      • Azure App Service (9)
      • Azure Storage Service (0)
      • Azure IoT Hub (0)
    • Windows 10 (53)
      • News (20)
    • WPF (7)
    • Facebook News & Tips (158)
    • Windows 8&8.1 (113)
      • Screenshot AutoCut (3)
      • Korea Tour (4)
      • Sample&Tip 8.1 (10)
      • SkySearch (13)
      • Korea Bus Information (14)
      • Korea Tour Guide (3)
      • KMusic Player (7)
      • Samples (26)
      • Study (10)
      • ETC (18)
    • Windows Phone 8 (42)
      • Korea Bus Information (23)
      • AutoLogin (4)
      • Samples (11)
      • ETC (3)
    • Silverlight (37)
      • Free Board Project (16)
      • Samples (1)
      • WCF RIA Service (10)
      • Prism MEF Cont. (2)
      • ETC (8)
    • HTML5 & MVC4 (16)
    • Portable Class Library (2)
    • Uncategorised Tips and Tricks (3)
    • Kinect for Windows (2)
    • ETC (13)
    • kaki104 Scrap (4)
    • App News (13)
  • 방명록

Windows 8&8.1/Sample&Tip 8.1 (10)
SelectedItems 바인딩 Behavior(Update)

GridView, ListView에 있는 SelectedItems 프로퍼티는 바인딩이 되지 않는다. 그래서, 바인딩 가능한 Behavior를 만들어 보았다. Windows 8.1 Moden App에서 테스트를 했는데, Windwos 8에서도 가능하리라 생각된다. 참고 포스트 Behaviors in Windows 8.1 Store Apps http://www.julmar.com/blog/programming/behaviors-in-windows-8-1-store-apps/ 1. Behavior(08-05-2015 update) public class SelectedItemsBehavior : DependencyObject, IBehavior { /// /// 비헤이비어에 붙어있는 프로퍼티 /// publi..

Windows 8&8.1/Sample&Tip 8.1 2015. 8. 5. 10:18
Windows 8 app add advertising by AdDuplex

앱 개발 후 수익 모델로 가장 쉽게 사용할 수 있는 것이 광고를 추가하는 방법이다. 이 포스트에서 간단하게 내가 사용하고 있는 광고 종류와 붙이는 방법에 대해서 간단히 설명하도록 하겠다. 1. AdDuplex http://adduplex.com/ 기본 컨셉은 내 앱에서 다른 앱 광고를 해주고, 다른 앱에서 내 앱을 광고해주는 앱 광고를 서로 나누면서, 다운로드 수를 올리기 위해 사용된다. 가입 후 새로운 앱을 등록하면 아래와 같은 화면이 나온다. 위에서 App ID가 앱에서 입력해야하는 코드이다. 보안상 코드값은 삭제했다. 단계별로 어떻게 해야하는지 정리가 되어있기 때문에 그대로 따라하면 된다. 1. Add app title : 앱 제목과 기본 광고 문구를 입력한다. 2. Create a banner :..

Windows 8&8.1/Sample&Tip 8.1 2014. 4. 19. 13:59
문자열로 Type 오브젝트 인스턴스 시키기 (Instantiate a System.Type from a type definition string)

참고 Instantiate a System.Type from a type definition string http://stackoverflow.com/questions/13842173/instantiate-a-system-type-from-a-type-definition-string 앱을 개발하기 위해 CrossPlatform이라는 라이브러리 프로젝트를 사용하는데, 이런 경우 스트링으로 인스턴스를 시켜야 하는 경우가 많이 있다. 일반적으로는 Type t = Type.GetType(typeName, false); object result = null; if(t != null) result = Activator.CreateInstance(t); 위의 문장으로 처리가 되지만, 이 문장이 동작하기 위한 선결 조..

Windows 8&8.1/Sample&Tip 8.1 2014. 4. 15. 21:55
Windows 8.1 tips

Windows 8 vs Windows 8.1 API Compare http://firstfloorsoftware.com/Media/DiffLists/Windows%208-vs-Windows%208.1.html 매우 정리가 잘되어 있음 WinRT and Windows Phone 8 Code-Sharing Pitfalls http://blog.markedup.com/2013/07/winrt-windows-phone-8-code-sharing-pitfalls/ 윈도우 폰api와 윈도우rt api와의 차이점에 대한 설명 Maximize code reuse between Windows Phone 8 and Windows 8 http://msdn.microsoft.com/en-us/library/windowspho..

Windows 8&8.1/Sample&Tip 8.1 2013. 12. 6. 17:30
Windows Live Connect Manage

Windows Live Connect Manage 내 응용 프로그램 https://account.live.com/developers/applications/index 접속하면 LIve connect 서비스 사용 목록을 조회 가능 2. Windows Store App(Modern App)이 아닌 경우에는 여기서 응용 프로그램 만들기를 선택 한 후 진행 한다. 3. Windows Store App은 데시보드에서 진행한다. https://appdev.microsoft.com/StorePortals/ko-KR/Home/Index 데시 보드에 접속해서 Live Connect 서비스를 등록할 앱을 선택한다. Live 서비스 사이트 클릭 첫화면 확인 혹시라도 새로운 클라이언트 암호를 만들어야 할 필요가 있으면 이곳에..

Windows 8&8.1/Sample&Tip 8.1 2013. 12. 6. 15:06
Windows Store languages country list

언어별 사용 언어 코드 목록 Choosing your languages http://msdn.microsoft.com/en-us/library/windows/apps/jj657969.aspx 언어 코드별 국가 목록 http://download.ni.com/contrib/epd/12BDC5D7CBB15E42E0440003BA230ECF/Locale_Web.txt English Australia, Brazil, Canada, Hong Kong SAR, India, Indonesia, Ireland, Kazakhstan, Malaysia Malta, New Zealand, Pakistan, Philippines, Singapore, South Africa, trinidad and Tobago United Ki..

Windows 8&8.1/Sample&Tip 8.1 2013. 11. 26. 22:26
InvokeActionCommandEx

Behavior SDK를 이용해서 작업을 하다보니 ItemClick 이벤트에 대한 처리를 할 수 없다는 걸 알았다. 그래서 InvokeActionCommandEx라는 IAction 클래스를 만들어 보았다. InvokeActionCommand를 CommandParameter를 사용하지 않으면 기본적으로 이벤트 아규먼트를 반환한다. 즉, 아래의 내용은 참고로만 사용하도록 한다. public class InvokeActionCommandEx : DependencyObject, Microsoft.Xaml.Interactivity.IAction { #region Static Fields /// /// Defines the CommandParameter dependency property, of type . ///..

Windows 8&8.1/Sample&Tip 8.1 2013. 11. 21. 11:51
Behaviors SDK

Windows 8.0 store app에서 Nuget packages를 이용해서 사용하던 Behaviors를 간단하게 사용할 수 있는 Behaviors SDK가 추가되었다. 참고 포스트 http://www.silverlightshow.net/items/Windows-8.1-Behaviors-SDK-Part-1.aspx http://www.silverlightshow.net/items/Windows-8.1-Behaviors-SDK-Part-2.aspx 프로젝트에서 Add Reference를 선택한 후 Windows -> Extensions에서 Behaviors SDK를 선택 XAML에서 아래 2개의 네임스페이스 추가하고 xmlns:t="using:Microsoft.Xaml.Interactivity" xml..

Windows 8&8.1/Sample&Tip 8.1 2013. 11. 20. 12:04
adduplex event

Win From The Future! http://www.adduplex.com/Specials/WinFromTheFuture#.Uk5BbuiwfX7 Publish a Windows Phone or Windows Store app that participates in AdDuplex cross promotion network between September 12, 2013 and October 31, 2013 and you'll be automatically entered into the drawing.

Windows 8&8.1/Sample&Tip 8.1 2013. 10. 4. 13:45
BasicApp template by rghwang

BasicApp https://github.com/rghwang/BasicApp 스토어에 앱을 몇번 올려보니 정작 앱 기능 구현이 어느 정도 되도 스토어 인증 기준에 맞추기 위해 마지막에 꼭 해야 하는 귀찮은 작업들이 여럿 있더라고요.(스냅뷰 추가, 개인보호 정책 추가 등) 그래서 기본 템플릿 앱에 해당 부분들을 추가해서 새로운 템플릿을 만들어 봤습니다. 오픈소스로 업데이트를 진행할 계획이라 필요한 기능 및 버그가 있으면 얼마든지 의견 및 Pull Request 보내주세요. 구현된 기능 Add Basic References - Microsoft Ad SDK(http://go.microsoft.com/?linkid=9815330), Callisto Extenstion(http://visualstudioga..

Windows 8&8.1/Sample&Tip 8.1 2013. 10. 4. 13:02
이전 1 다음
이전 다음
공지사항
  • 2020-2021 Microsoft MV⋯
  • Microsoft MVP 2019-202⋯
  • 2018 - 2019 MVP 갱신 완료
  • 2017-2018 MVP 갱신 성⋯
  • 블로그 2016년 결산
최근에 올라온 글
  • Action<T>? Func<TResult>?
  • What’s next for System.⋯
  • Xamarin.Forms 프로젝트에⋯
  • .NET Conf 2021 x Seoul
최근에 달린 댓글
  • 위에 링크에있는 소스로 작업⋯
  • 이 프로젝트는 지금 16.9 pre⋯
  • MP를 모두 MVVM으로 변경했습⋯
  • 본문의 MP가 MVVM Pattern을⋯
Total
577,480
Today
127
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#
TAG
  • 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
more
«   2021/01   »
일 월 화 수 목 금 토
          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            
글 보관함
  • 2021/01 (13)
  • 2020/12 (16)
  • 2020/11 (5)
  • 2020/10 (2)
  • 2020/08 (4)

Blog is powered by Tistory / Designed by Tistory

티스토리툴바