如何使用Asp.Net启动Web应用程序 [英] How to start a Web application with Asp.Net

查看:80
本文介绍了如何使用Asp.Net启动Web应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



如何以非常专业的方式开始开发ASP.Net应用程序?


例如,

对于select,Insert,Update ...等数据库查询,我可以简单地将其用作

sqlconnection con = new sqlconnection("... ConnectionString ...");
con.open();
sqlcommand cmd = new sqlcommand("--- Some Queries-",con);
con.close();

但我不需要它.

我想知道,企业应用程序如何在完全安全的情况下运行上述代码?

当我冲浪时,我了解了数据访问层" ...
我需要知道,如何开始开发 SECURE Web应用程序????



How to start developing an ASP.Net application in very Professional way?


for example,

For my database queries like select,Insert,Update...etc, i can simply use it as

sqlconnection con=new sqlconnection("...ConnectionString...");
con.open();
sqlcommand cmd=new sqlcommand("---Some Queries--",con);
con.close();

But i dont need it.

I want to know, how was an Corporate applications runs these above code With full security ??

While i surf, i came to know about "data access layer"...
I need to know, how to start developing an SECURE web application????

推荐答案

Google揭示了所有内容.这是第一个链接:

http://www.microsoft.com/events/series/aspnet20.aspx [ ^ ]

[ ^ ]
Google reveals all. Here''s the first link:

http://www.microsoft.com/events/series/aspnet20.aspx[^]

From an astounding 26.5 MILLION google results for the search phrase "asp.net create a secure web site"[^]


请访问 http://www. asp.net/get-started [ ^ ]
在这里您将获得有关asp.net应用程序的各种教程

谢谢
Please visit http://www.asp.net/get-started[^]
here you will get all kinds of tutorial on asp.net application

Thanks


从这里开始,对您来说就足够了.

入门之路-Web开发 [
Start with this, it''s enough for you.

Beginner''s Walk - Web Development[^]


这篇关于如何使用Asp.Net启动Web应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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