1 / 32
文档名称:

.ppt

格式:ppt   大小:502KB   页数:32页
下载后只包含 1 个 PPT 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

.ppt

上传人:wenjun1233211 2021/9/11 文件大小:502 KB

下载得到文件列表

.ppt

相关文档

文档介绍

文档介绍:Atlanta Mercury Users Group How to Performance Test .NET and .NET Web Services February 18, 2003 Caleb Billingsley Orasi Software
Agenda
Introduction to .NET
How will .NET Impact Testing
Mercury .NET Support
Load Testing Windows Forms
Introduction to Web Services
Load Testing Web Services with .NET
.NET and Mercury Products
What is .NET?
The .NET Framework is a new computing platform that simplifies application development in the highly distributed environment of the Internet.
Objectives of .NET:
*To provide a consistent object-oriented programming environment whether object code is stored and executed locally, executed locally but Internet-distributed, or executed remotely.
*To provide a code-execution environment that minimizes software deployment and versioning conflicts.
*To provide a code-execution environment that guarantees safe execution of code, including code created by an unknown or semi-trusted third party.
*To provide a code-execution environment that eliminates the performance problems of scripted or interpreted environments.
*To make the developer experience consistent across widely varying types of applications, such as Windows-based applications and Web-based applications.
*To build all communication on industry standards to ensure that code based on the .NET Framework can integrate with any other code.
.NET Framework
Uses of .NET Applications
Windows Forms
Windows Forms is the new platform for Microsoft Windows application development, based on the .NET Framework. This framework provides a clear, object-oriented, extensible set of classes that enables you to develop rich Windows applications.
Web Services
Web Services provide an easy to use ‘API’ that is web based to query and retrieve information such as stock quotes, airline schedules, weather, etc.

is the next generation of ASP applications for Microsoft. The single biggest advantage is compiled vs. interpreted. Resulting in greater scal