The Microsoft Enterprise Instrumentation framework (EIF) enables applications built on the .NET Framework to be instrumented for manageability in a production environment. This framework provides an extensible event schema and unified API which leverages existing eventing, logging and tracing mechanisms built into Windows, including WMI, the Windows Event Log, and Windows Event Tracing. An application instrumented with this framework can publish a broad spectrum of information such as errors, warnings, audits, diagnostic events, and business-specific events. In addition, Enterprise Instrumentation enables tracing by business-process or application service, and can provide statistics such as average execution time for a given process or service.

 

http://www.microsoft.com/downloads/details.aspx?FamilyID=80df04bc-267d-4919-8bb4-1f84b7eb1368&DisplayLang=en


 
Categories: .NET

October 31, 2003
@ 06:57 PM

The CLR Profiler includes a number of very useful views of the allocation profile, including a histogram of allocated types, allocation and call graphs, a time line showing GCs of various generations and the resulting state of the managed heap after those collections, and a call tree showing per-method allocations and assembly loads.

 

http://www.microsoft.com/downloads/details.aspx?FamilyID=86ce6052-d7f4-4aeb-9b7a-94635beebdda&DisplayLang=en


 
Categories: .NET

The October 2003 Visual Studio .NET Documentation Update provides the latest version of the Visual Studio .NET 2003 documentation. This update includes:

 

  • Over 5,000 additional code examples for Visual Basic, Visual C#, and Visual C++.
  • Bug fixes.
  • Content improvements and clarifications.

http://www.microsoft.com/downloads/details.aspx?familyid=a3334aed-4803-4495-8817-c8637ae902dc&displaylang=en


 
Categories: VS.NET

The October 2003 .NET Framework SDK Documentation Update provides the latest version of the .NET Framework SDK version 1.1 documentation. This update includes:

  • Over 5,000 additional code examples for Visual Basic, Visual C#, and Visual C++.
  • Bug fixes.
  • Content improvements and clarifications.

http://www.microsoft.com/downloads/details.aspx?familyid=2eaeb501-c197-4892-9c50-8f6be1b0d4e0&displaylang=en


 
Categories: .NET

Microsoft Office is the most broadly used client application in the world, used or customized by nearly 3 million developers and over 400 million users. With today's launch, Microsoft is now providing professional developer customers with the compelling developer tools that they need to take advantage of the power and flexibility of the .NET Framework in their Office-based solutions.

In addition, the Microsoft Office Access 2003 Developer Extensions will be paired with Visual Studio Tools for the Microsoft Office System and offered at an upgrade price to users of the previous Office Developer Edition products. The Access Developer Extensions provide the tools and resources developers need to more quickly and easily create, test and deploy sophisticated Microsoft Access solutions.

"Developers wanting to build solutions for Word and Excel will find greater productivity with Visual Studio Tools for the Microsoft Office System," said Eric Rudder, senior vice president of the Servers and Tools group at Microsoft. "The customization opportunities offered by Visual Studio Tools for the Microsoft Office System will help businesses achieve faster time to market for their internal and external applications."

Businesses and developers have long benefited from the ability to use Visual Basic® for Applications (VBA) to customize Microsoft Office applications and integrate them with existing data and systems. While VBA continues to be an important option for Office development, Visual Studio Tools for the Microsoft Office System provides significant advances in the areas of language choice and innovation, security, deployment and maintenance, and integrated development environment (IDE).

Developers can now build business solutions that provide the rich power and familiarity of Excel and Word on the desktop; write business logic and data access code in Visual Basic .NET or Visual C#® .NET; integrate with corporate data and Web services; and rely on the deployment, maintenance and security benefits the .NET Framework brings to server-side code.

Salesforce.com Building Microsoft Office Solutions

SalesForce.com Inc. is a world leader in delivering software as a service. It offers the award-winning salesforce.com family of products for integrated online sales force automation, customer service and support management, marketing automation, and document and file management to help companies meet the complex challenges of global customer communication. Sforce, the client/service application platform, is completely integrated with Visual Studio Tools for the Microsoft Office System, enabling developers to extend salesforce.com and create new customer software-as-service solutions.

"Salesforce.com has been using our sforce platform and Visual Studio Tools for the Microsoft Office System to develop Starter Kits that address common business scenarios," said Peter Gassner, senior vice president and general manager of the sforce Products Division at salesforce.com. "The first of these, available today at www.sforce.com, is a Microsoft Word-based Proposal Generator that leverages Office 2003 to ease complex document approval processes. The opportunity to use these new tools in conjunction with Visual Basic .NET and Visual C# .NET to extend Microsoft Office 2003 is compelling, and has resulted in greater productivity for our developers and greater value for our customers. We look forward to introducing this and other sample applications to the millions of Microsoft Office 2003 customers."

Power and Productivity With the Microsoft Office System

The Microsoft Office System can help developers create intelligent business solutions that address today's demanding business requirements while giving information workers a powerful, familiar user interface. Using Visual Studio Tools for the Microsoft Office System developers write business logic and data access code in Visual Basic .NET or Visual C# .NET to enforce business rules, access corporate data and integrate with Web services. The user interface for their applications is the familiar one of Word and Excel. Further, using customer-defined Extensible Markup Language (XML) schemas and XML Web services in Office 2003 Editions, developers can more easily build documents and applications that connect with business processes and data. The results are greater productivity for developers, a shorter learning curve for end users and more powerful solutions for businesses.

 


 
Categories: Development

October 17, 2003
@ 01:51 AM

SQLXML enables XML support for your SQL Server Database. It allows developers to bridge the gap between XML and relational data. You can create XML View of your existing relational data and work with it as if it was an XML file. SQLXML allows you to:

  • Build Web Services with SQL Server 2000
  • Build Web sites to publish data from SQL Server
  • Query relational database with XPath
  • Update relational data as if it was XML
  • Load XML into SQL Server
  • Query SQL Server via URLs, OLEDB/ADO or .NET Managed Classes

SP2 includes many fixes since the SP1 release including:

Identiy Propagation for XML Bulkload

Null Support for Web Services when used with Visual Studio .NET 2003

http://www.microsoft.com/downloads/details.aspx?FamilyID=4c8033a9-cf10-4e22-8004-477098a407ac&DisplayLang=en


 
Categories: ADO.NET | News | XML

SOAP Version 1.2 is a lightweight protocol for exchanging structured information in a decentralized, distributed environment. Visit the Web Services home page.

 

http://www.w3.org/TR/2003/NOTE-soap12-n11n-20031008/


 
Categories: Web Services