본문 바로가기
반응형

IT-개발,DB729

[개발/ASP.NET] ASP.NET Life Cycle 오래 전 회사에서 옆 직원의 책상에 붙여진 ASP.NET Life Cycle 을 보게 되었습니다.그냥 무턱대고 개발만 했지, 진정으로 중요한 부분을 간과하고 넘어간게 아닌가 하는 생각이 들어서 유심히 바라보게 되었습니다. Life Cycle을 보는 순간 답답하더군요. 모르는게 많구나....물론 개발할 때 꼭 필요하지 않을 수 있지만, 아는게 좋겠죠? 여기저기 찾아본 결과 제가 봤던 건 ASP.NET Life Cycle 이 아니라 컨트롤의 실행 주기라고 하더군요. (같은건가? ;;;)사용자 정의 서버컨트롤인가? 이거 만들때 유용하게 쓸 수 있습니다. Control Execution Lifecycle내용은 이렇습니다.총 11 단계로 구성되어 있고 재정의할 메서드 들이 나와있습니다.아래 표는 컨트롤 실행 주기.. 2015. 3. 17.
[개발/javascript] 트리구조 폴더만들기 트리구조 폴더만들기 윈도우즈 탐색기와 같은 트리구조의 폴더를 만듭니다. ---------------------------------------------------------------------------------------- 사용하는 포털사이트 네이버 그외 포털사이트 구글 엠파스 2015. 3. 6.
[개발/C#/ASP.NET] 하드웨어 유일키 생성 하드웨어 유일키 생성 using System; using System.Management; using System.Security.Cryptography; using System.Security; using System.Collections; using System.Text; namespace Security { /// /// Generates a 16 byte Unique Identification code of a computer /// Example: 4876-8DB5-EE85-69D3-FE52-8CF7-395D-2EA9 /// public class FingerPrint { private static string fingerPrint = string.Empty; public static strin.. 2015. 3. 3.
[개발/ASP.NET/C#] 하드웨어 유일키 얻기 2 Contacting a Registration Server to obtain a unique registration key based on unique machine ID Introduction Sometimes in the industry, it is required to collect some unique machine information and send it to a server for the purpose of creating a unique registration key based on the hardware information. This is required in the case when the software requires a per PC registration. Thus we can .. 2015. 3. 3.
[ASP.NET/C#] 하드웨어 정보 얻는 방법 하드웨어 정보 얻는 방법 How To Get Hardware Information (CPU ID, MainBoard Info, Hard Disk Serial, System Information , ...)Introduction For numerous reasons, you may need to access system hardware information. One example is when you have created a software and you want to put a lock on that software.One of the most efficient ways to do so is to get one of the IDs of a piece of hardware in the target mac.. 2015. 3. 3.
[개발/asp] ASP용 이미지 리사이즈 프로그램 DLL과 소스프로그램 ASP용 이미지 리사이즈 프로그램 DLL과 소스프로그램 2015. 3. 3.
반응형