2015년 6월 17일 수요일
2014년 12월 3일 수요일
Using Linq at Remote
Remote Linq Made Easy
http://blog.trivadis.com/b/christofsenn/archive/2013/05/27/remote-linq-made-easy.aspx
Using Expressions in WCF
https://outlawtrail.wordpress.com/2013/06/10/using-expressions-in-wcf/
http://blog.trivadis.com/b/christofsenn/archive/2013/05/27/remote-linq-made-easy.aspx
Using Expressions in WCF
https://outlawtrail.wordpress.com/2013/06/10/using-expressions-in-wcf/
2014년 11월 28일 금요일
WPF를 배우기 좋은 사이트
http://dotnetmvp.tistory.com/category/WPF
1. XAML문법을 익히기
2. Layout 이해
3. DataBinding
4. Routed Event
5. Command
4. DependencyProperties
1. XAML문법을 익히기
2. Layout 이해
3. DataBinding
4. Routed Event
5. Command
4. DependencyProperties
2014년 10월 23일 목요일
2014년 8월 14일 목요일
VBA 에서 Web Data 수신
혹시 사용하게 될 지 몰라서 VBA에서 Web Data 추출하는 루틴을 기록해둠
http://blogs.msdn.com/b/marcelolr/archive/2010/02/16/consuming-odata-with-office-vba-part-i.aspx
Public Sub Sendxml() Dim hreq As New MSXML2.XMLHTTP60 Dim url As String, postData As String url = "http://10.210.27.41/Candy/WorkProc" postData = "" hreq.Open "POST", url, False hreq.setRequestHeader "Content-Type", "application/x-www-form-urlencoded" hreq.send (postData) If hreq.Status = 200 Then hreq.getAllResponseHeaders MsgBox hreq.responseText Else MsgBox "Read Failed!!" End If End Sub참조할만한 게시물
http://blogs.msdn.com/b/marcelolr/archive/2010/02/16/consuming-odata-with-office-vba-part-i.aspx
피드 구독하기:
글 (Atom)