如何将aspx文件编译成CS? [英] How to compile an aspx file into cs?

查看:202
本文介绍了如何将aspx文件编译成CS?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是asp.net的初学者.我习惯了c/c ++编程模型.我非常需要一个有关如何执行简单的asp.net文件的解释,但是所有可用的材料都只包含口头描述,但是口头解释对我没有多大帮助,因为它们并不动手.有人知道我如何将asp.net文件编译成CS文件吗?通过阅读cs文件,我至少可以理解执行流程,这可能对我全面了解asp.net很有帮助.

I am a beginner to asp.net. I am accustomed to the c/c++ programming model. I desperately need an explanation about how a simple asp.net file is executed, but all the materials available only include verbal descriptions, but verbal explanations help me little, as they are not hands on. So does anyone know how I can compile an asp.net file into a cs file? Through reading the cs file I can at least understand the execution flow, which may help me a lot in getting a general picture of asp.net.

推荐答案

不确定明白你在这里到底是什么意思.

CS文件是代码文件-表示类的文件.将其编译为dll或程序集,然后将其部署在服务器上.
Not sure I understand what exactly you mean here.

A cs file is the code file - the file that represents a class. That is compiled into a dll or an assembly that is then deployed on the server.


这篇关于如何将aspx文件编译成CS?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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