분류 전체보기
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..
F.T Island - 사랑앓이 가사
F.T Island - 사랑앓이 가사
2007.07.31F.T Island - 1집 Cheerful Sensibility 사랑앓이 가사 1 사랑이 아프단 말은 믿지 않았는데 이제야 아파와 그 말이 사실 인가봐 이상해 이렇게 널 가득히 안았는데 니 눈물들로 내 가슴이 젖어 오는걸 너만을 바라보던 내 두눈이 너만을 담아두던 내 맘이 도저히 않된다고 말해 저만치 너는 떠나가고 한번도 이별을 생각 못했어 너 없인 않되는걸 다시 내게 오길 바라며 살아갈 테니까 2 미소만 주는게 사랑인 줄만 알았어 그뒤에 숨은 슬픔을 몰랐던 거야 혹시나 다른사랑 아프거든 스치듯 내생각이 날때면 그때는 나를 찾아도돼 그 기대하나면 난 돼 널 다시 품에 않을수 있기를 기도해 매일 널 다시 내품에 안겨주길 손꼽아 기다려 워~ 워~ 난 잘해낼수 있을 거야 내바람이 떠난 니맘 돌리는 그날까지 ..
[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..
2차원 행렬의 계산 프로그램
2차원 행렬의 계산 프로그램
2007.07.25행렬 3*2와 2*3 행렬을 곱하면 3*3 행렬이 나온다. 이를 예제로 해본 윈폼 프로그램.. 궁금하신분은 한번 분석해보시길..
롯또 가장많이 나온 숫자 찾기
롯또 가장많이 나온 숫자 찾기
2007.07.25https://www.dhlottery.co.kr/gameResult.do?method=statByNumber 로또6/45 당첨통계 - 번호별 통계 * 로또6/45의 당첨번호는 (주)동행복권 공식홈페이지, ARS전화 등을 통해 확인하실 수 있습니다. www.dhlottery.co.kr (위 링크) 1. 롯또에서 가장 많이 당첨된 번호를 확인하는 사이트 2. 롯또에서 가장 많이 당첨된 번호를 프로그램을 통해 추출하는 프로그램을 만들자 지금까지의 롯또 번호 중에서 가장 많이 나온 숫자를 구하는 프로그램을 C# Windows Form을 사용해 만들어 보았다. (예전에 작성한 프로그램이라 아래 링크는 다른 주소로 대체된 것 같다. 위의 페이지) http://www.lotto645.com/Modules/lotto..