Programming
HTTP Header Cache Control
HTTP Header Cache Control
2007.08.14http://www.mnot.net/cache_docs/ 웹 개발을 하다보면 상당히 자주 사용하게 되는 것이 Cache를 어떻게 컨트롤할 지 결정하는 것이다. 이는 HTTP 헤더를 조작해야하는 작업이기 때문에 HTTP 헤더를 찾아보는 일이 많다. 이런 부분을 정리해둔 페이지가 있다. 위 링크를 활용하도록..
ASP.NET 엔터키 누르면 특정 버튼 클릭하게 하기
ASP.NET 엔터키 누르면 특정 버튼 클릭하게 하기
2007.08.10ASP.NET Page.GetPostBackEventReference()를 이용한 doPostBack 자바스크립트로 behind code의 메서드를 실행하고 싶은 경우가 있다. 이럴 경우 보통은 스크립트에서 __doPostBack() 메서드를 정의해서 사용하곤 한다. 하지만, 이는 좋지 못한 방법이다. __doPostBack() 메서드는 .net에서 자동 생성하는 부분으로, 개발자가 별도로 작성하여도 바뀔 가능성이 있다. 또한, .net에서 자동으로 생성하지 않는 경우도 발생한다. 스크립트로 behind code의 메서드를 실행하고 싶을 때는 아래와 같은 방법을 권한다. 이는 postback이 발생하는 WebForm Control을 매개변수로 넘겨주면, 자동으로 __doPostBack()을 생성해 준다...
ASP.NET Web Applications (.NET 3.0)
ASP.NET Web Applications (.NET 3.0)
2007.08.09http://msdn2.microsoft.com/en-us/library/ms644563.aspx .NET Framework Developer's Guide ASP.NET Web Applications (.NET 3.0) ASP.NET is a unified Web platform that provides all the services necessary for you to build enterprise-class applications. ASP.NET is built on the .NET Framework, so all .NET Framework features are available to ASP.NET applications. Your applications can be written in any l..
ASP.NET 페이지 실행 주기
ASP.NET 페이지 실행 주기
2007.08.09기본적으로 웹 폼 이벤트 실행 순서는 Init > LoadViewState > Load > 서버콘트롤 이벤트 > PreRender > SaveViewState > Unload 순서로 실행된다. http://msdn2.microsoft.com/en-us/library/ms178473.aspx General Page Life-cycle Stages In general terms, the page goes through the stages outlined in the following table. In addition to the page life-cycle stages, there are application stages that occur before and after a request but are no..
LINQ to SQL Debug Visualizer
LINQ to SQL Debug Visualizer
2007.08.08http://weblogs.asp.net/scottgu/archive/2007/07/31/linq-to-sql-debug-visualizer.aspx Probably the biggest programming model improvement being made in .NET 3.5 is the work being done to make querying data a first class programming concept. We call this overall querying programming model "LINQ", which stands for .NET Language Integrated Query. Developers can use LINQ with any data source, and built..
Understanding ASP.NET View State
Understanding ASP.NET View State
2007.08.08ASP.NET Technical Articles Understanding ASP.NET View State Scott Mitchell 4GuysFromRolla.com May 2004 Applies to: Microsoft® ASP.NET Microsoft® Visual Studio® .NET Summary: Scott Mitchell looks at the benefits of and confusion around View State in Microsoft® ASP.NET. In addition, he shows you how you can interpret (and protect) the data stored in View State. (25 printed pages) Click here to dow..
Ajax Pattern
Ajax Pattern
2007.08.08http://www.ibm.com/developerworks/kr/library/x-ajaxxml2/ Ajax Xml 처리등의 기본인 Ajax 처리 패턴을 소개합니다.
Test-First Development for Rails
Test-First Development for Rails
2007.08.07http://peepcode.com/articles/2006/11/26/test-first-development http://topfunky.com/clients/peepcode/previews/peepcode-004-testing-tips.mov http://topfunky.com/clients/peepcode/REST-preview.mov Test-first development can improve your workflow, improve the quality of your software, and give you confidence. If you have looked at the “test” directory sitting at the bottom of your Rails applications ..
XSLT 변환 출력 프로그램
XSLT 변환 출력 프로그램
2007.08.02XML파일과 XSL 파일을 입력 받아서 XSLT 변환을 하는 프로그램이다. 자세한 예외처리는 구현하지 않았다. 프로그램은 .net framework 2.0이상이 설치되어 있어야 실행할 수 있으며, Visual studio Orcas에서 개발하였다.
XML Schema Regular Expressions
XML Schema Regular Expressions
2007.08.01http://www.w3.org/TR/xmlschema-2/#regexs A ·regular expression· R is a sequence of characters that denote a set of strings L(R). When used to constrain a ·lexical space·, a regular expression R asserts that only strings in L(R) are valid literals for values of that type. Note: Unlike some popular regular expression languages (including those defined by Perl and standard Unix utilities), the regu..
VS 2008 and .NET 3.5 Beta 2 Released
VS 2008 and .NET 3.5 Beta 2 Released
2007.08.01VS 2008 and .NET 3.5 Beta 2 Released http://weblogs.asp.net/scottgu/archive/2007/07/26/vs-2008-and-net-3-5-beta-2-released.aspx I'm very pleased to announce that the Beta 2 release of VS 2008 and .NET 3.5 Beta2 is now available for download. You can download the Visual Studio 2008 product here. You can alternatively download the smaller VS 2008 Express Editions here. VS 2008 and Visual Web Devel..
[Silverlight] QuickStarts, HTTP를 통한 Plain XML 수신
[Silverlight] QuickStarts, HTTP를 통한 Plain XML 수신
2007.07.30http://gongdo.tistory.com/135 HTTP를 통한 Plain XML 수신 준비 사항 Silverlight에서의 HTTP Request Web Application으로 로컬에서 테스트하기 참고 준비 사항 Silverlight 개발의 기초에서 개발에 필요한 도구와 기술에 대해 설명하고 있습니다. 이벤트 핸들링에서 개체의 이벤트를 처리하는 방법에 대해 설명하고 있습니다. 디버깅과 예외처리에서 Web Application 프로젝트와 Silverlight Application 프로젝트를 연동하는 방법을 소개하고 있습니다. 더 자세한 내용은 위 참조 주소를 통해 내용을 보시기 바랍니다 ^ ^ http://gongdo.tistory.com/135 http://silverlight.net/Quick..