Ruru's PlayGround :)
close
프로필 배경
프로필 로고

Ruru's PlayGround :)

  • 분류 전체보기 (558)
    • 일상다반사 (143)
      • 뉴스 (41)
      • 생활지식 (10)
      • 소프트웨어 (7)
      • 여행 (2)
      • 음악 (40)
      • 외국어 (7)
      • 좋아 (31)
      • 게임 (5)
    • AI & Software (52)
      • 바이브 코딩(Vibe Coding) (12)
      • AI 업무 효율성 (11)
    • System (105)
      • Microsoft Exchange (11)
      • Microsoft SharePoint (17)
      • Microsoft Lync (37)
      • System Mangement (39)
    • Development (257)
      • .NET (145)
      • Web (87)
      • Mobile (0)
      • Etc. (14)
      • Design (11)
  • 홈
  • 태그
  • 방명록
Silverlight - Network

Silverlight - Network

자료 출처 : http://hugeflow.com/ 실버라이트 2.0에는 동기방식의 통신은 없애고 비동기 통신만 남겨두었다. 이 방식을 사용하기에 WebClient와 WebRequest 두가지를 사용할 수 있는데. WebClient가 약간 더 코드가 간결하고 WebRequest는 어렵다. 하지만 크게 어려운 것은 아니다. 다음의 기본 사용 예로 설명을 대신하도록 한다. WebClient WebClient wc = new WebClient(); wc.DownloadStringCompleted += new DownloadStringCompletedEventHandler(wc_DownloadStringCompleted); wc.DownloadStringAsync(new Uri("http://hugeflow.c..

  • format_list_bulleted Development/.NET
  • · 2009. 4. 30.
  • textsms

Silverlight domain access control

실버라이트에서는 clientaccesspolicy.xml 파일을 이용해서 사용자 접근을 제어한다. 다음과 같이 예를 보면, http://hugeflow.com/clientaccesspolicy.xml silverlight 호스트 하는 서버의 사용자 접근에 대한 접근제어를 지정한다 FLEX에서의 접근제어는 crossdomain.xml 파일을 이용한다. http://www.yahoo.com/crossdomain.xml

  • format_list_bulleted Development/.NET
  • · 2009. 4. 28.
  • textsms
Memory usage of current thread on C# windows form app.

Memory usage of current thread on C# windows form app.

윈도우 폼을 만들어 실행할 때 현재 프로그램이 메모리를 얼마나 사용하는지, 어떤 동작에 메모리 변화가 어떤지 실시간으로 확인하고 싶은 경우가 많이 있죠. 그래서 다음과 같은 코드가 필요할 수 있습니다. 먼저 디자이너 코드에는 다음과 같이 Timer Class가 있어야 합니다. private System.Windows.Forms.Timer timer1; private void InitializeComponent() { this.timer1 = new System.Windows.Forms.Timer(this.components); // // timer1 // this.timer1.Enabled = true; this.timer1.Interval = 3000; // 3초마다 메모리 값을 읽어옵니다. this...

  • format_list_bulleted Development/.NET
  • · 2009. 4. 23.
  • textsms
Using WMI to Configure New OCS Users – WMI를 이용한 OCS 사용자 설정

Using WMI to Configure New OCS Users – WMI를 이용한 OCS 사용자 설정

OCS에서 사용자 속성을 정해서 사용자 정보를 Active Directory에 일괄 입력하고자 할 때, 아래와 같이 WMI를 이용하거나 ADDS 관련 COM객체를 이용해야 한다. 다음 내용은 WMI를 이용해서 사용자를 설정하고자 할 때 알아두어야 할 속성 값들에 대한 설명을 나타낸다 http://technet.microsoft.com/en-us/library/dd441296(office.13).aspx Microsoft Office Communications Server 2007 R2 Using WMI to Configure New Users Your organization might choose to create your own scripts to enable new users for Office Co..

  • format_list_bulleted System/Microsoft Lync
  • · 2009. 4. 22.
  • textsms

Recently released OCS R2 binaries download

The OCS 2007 R2 binaries were recently released for public download. The table below is a compiled list of currently available R2 downloads: 최근 OCS 2007 R2 바이너리 를 아래와 같이 다운로드 할 수 있습니다. Title Microsoft Office Communications Server 2007 R2 Trial Download Microsoft Office Communicator 2007 R2 Trial Download Microsoft Office Communications Server 2007 R2 Attendant Office Communicator Phone Edition (..

  • format_list_bulleted System/Microsoft Lync
  • · 2009. 4. 21.
  • textsms

C# : TextBox Auto Scrolling

C# : TextBox Auto ScrollingTextBox의 스크롤을 지정하기 위해 일단 Multiline 모드를 설정하고, Scrollbar가 Vertical로 되어 있다면 더 좋겠죠. 1. 다음과 같이 TextBox에 값을 설정 후 textBox.Text = "some string"; 스크롤이 생길 정도의 문자열을 넣어도 스크롤은 위에 고정되어 있습니다. 계속 바닥으로 스크롤이 되어있기 원한다면 textBox.Select(textBox.Text.Length, 0); textBox.ScrollToCaret(); 위와 같은 코드를 값을 입력 후 실행해 줍니다. 2. 문자열 값을 추가하고 항상 scroll을 바닥으로 하고 싶다면. textBox.Text += "some string"; 위와 같은 코드는..

  • format_list_bulleted Development/.NET
  • · 2009. 4. 20.
  • textsms
Better string.IsNullOrEmpty() ? How to do C#.NET 3.0

Better string.IsNullOrEmpty() ? How to do C#.NET 3.0

String.IsNullOrEmpty() 더 잘 활용해보자 http://blog.yesnobox.com/post/Better-stringIsNullOrEmpty().aspx 우리가 자주 사용하는 string.IsNullOrEmpty() 다들 이 메소드를 사용하면서 익숙해졌겠지만. 아마도 한번쯤 이런생각을 했을지 모른다. str.ToString() 처럼 object내의 메소드로 만들지 않고 왜 Class의 static 메소드로 만들었을까? str.IsNullOrEmpty()로 사용하면 편할텐데.. ? 위 주소에 위와 같은 생각을 해결해 줄 수 있다.

  • format_list_bulleted Development/.NET
  • · 2009. 4. 14.
  • textsms
  • navigate_before
  • 1
  • 2
  • navigate_next
최근 글
인기 글
최근 댓글
태그
  • #프로그래밍
  • #자바스크립트
  • #C#
  • #Programming
  • #SilverLight
  • #OCS
  • #ASP.NET
  • #.NET
  • #microsoft
  • #javascript
전체 카테고리
  • 분류 전체보기 (558)
    • 일상다반사 (143)
      • 뉴스 (41)
      • 생활지식 (10)
      • 소프트웨어 (7)
      • 여행 (2)
      • 음악 (40)
      • 외국어 (7)
      • 좋아 (31)
      • 게임 (5)
    • AI & Software (52)
      • 바이브 코딩(Vibe Coding) (12)
      • AI 업무 효율성 (11)
    • System (105)
      • Microsoft Exchange (11)
      • Microsoft SharePoint (17)
      • Microsoft Lync (37)
      • System Mangement (39)
    • Development (257)
      • .NET (145)
      • Web (87)
      • Mobile (0)
      • Etc. (14)
      • Design (11)
전체 방문자
오늘
어제
전체
Copyright © Ruru's PlayGround :) All rights reserved.
Designed by JJuum

티스토리툴바