dotnet中的aplication_lifecycle [英] aplication_lifecycle in dotnet

查看:48
本文介绍了dotnet中的aplication_lifecycle的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

什么是应用程序生命周期?我想要每一步的完整描述

What is an application life cycle ? I want a full description of every step

推荐答案

不同的应用程序类型表现不同。 Web窗体,MVC,WinForm,控制台,WCF ....

但是,每个应用程序都有一些共同的概念生命周期元素,并为它们提供特定于平台的实现。



1:初始化:设置全局对象,配置。 WebForms(Global.asax),WinForm(Main.cs),WCF(服务构造函数)等......

2:应用程序请求:调用各种方法(WebForms(页面生命周期),WinForm(Form)加载和事件),WCF(个别操作)等......

3:应用程序终止:释放全局资源.webforms(Global.asax),WinForm(Main.cs),WCF(无特定)



根据您想要获取相关信息的平台,您可以专门研究它们
Different application types behave differently. Web Forms, MVC, WinForm, console, WCF....
However, every app have some common conceptual life cycle elements, and have platform specific implementation for them.

1: Initialize: Setup global objects, configuration. WebForms (Global.asax), WinForm (Main.cs), WCF (service constructors) etc...
2: Application request: Invoke various methods (WebForms (Page life cycle), WinForm (Form's load and events), WCF (individual operations) etc...
3: Application termination: Release global resources. webforms(Global.asax), WinForm (Main.cs), WCF (no specific)

Depending on which platform you want to get information about, you can study them specifically


详细说明您可以从中找到



[链接]













Ravi Halvadiya



软件工程师



www.InsightSoftech.com
Detailed Description you can found from this

[link]






Ravi Halvadiya

Software Engineer

www.InsightSoftech.com


这篇文章有你想要的所有内容



ASP.NET应用程序和页面生命周期 [ ^ ]
This article is having all what u want

ASP.NET Application and Page Life Cycle[^]


这篇关于dotnet中的aplication_lifecycle的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆