As you advance in your abilities to work with WSH you will find yourself writing more detailed and intricate code. Many of these scripts will be system administration scripts designed to run in the background. Thus, it can be very useful for your script to generate an event log. Discuss (1) .
ASP.NET
The largest Directory of ASP.NET Resources. Featuring extensive links to ASP.NET s, s, Examples, Code, Hosting, programming, basics, script, and more. Our home page displays the hottest and latest links to industry resources.
.NET Framework Overview
The .NET Framework is an integral Windows component that supports building and running the next generation of applications and XML Web services. The .NET Framework is designed to fulfill the following objectives:
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 promotes 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.
While .NET may not be the best solution for everyone (you may prefer to run a Java and Unix solution), it's definitely not vaporware; it's here to stay. But how far will it go? In a worst-case scenario, it will never make it beyond the realm of Windows. The best-case scenario: We'll finally have a viable development platform alternative to JVM. This article explores the pros using Microsoft's .NET platform such as a rich set of libraries and multiple language support, and cons such as not being cross platform and no standardization.
.NET Serviced Components
.NET is the new platform from Microsoft used to build component-based applications, from standalone desktop applications to web-based applications and services. The platform will be available on forthcoming Microsoft operating systems and supported by the next release of Visual Studio, called Visual Studio.NET. In addition to providing a modern object-oriented framework for building distributed applications, .NET also provides several specialized application frameworks. These frameworks include Windows Forms for rich Windows clients, ADO.NET for data access, and ASP.NET for dynamic web applications. Another important framework is Web Services, which is used to expose and consume remote objects using the emerging SOAP and other XML-based protocols.A serviced component is the mechanism that enables COM+ services to be available to .NET Framework classes.