|
|
|
|
|
|
| | Total Hits: 95 | Today: 0 | Author: Ken Spencer | Rating:  |
| |  I have lots of experience developing ASP applications that use Visual J++® components wrapped in COM running in Microsoft® Transaction Services (MTS). I am currently developing an application with the Microsoft .NET Framework and have written several classes that perform the bulk of my data access. I then use these classes in my ASPX pages. This application will have as many as 10,000 concurrent users.... |
| | Total Hits: 118 | Today: 0 | Author: John Papa | Rating:  |
| |  A solid data access later (DAL) can benefit an application by hiding redundant tasks, helping handle exceptions more gracefully, helping clean up resources more efficiently, and providing a layer of abstraction from the database. When you want to install a DAL in your architecture, you need to either find or build a data access component. Building one takes precious time away from a project's design, development, and testing timeline. What if you could find one that was already tested, follows b... |
| | Total Hits: 27 | Today: 0 | Author: Johnny Papa | Rating:  |
| |  Security is one of the most important factors in the future growth of e-businesses. Making sure that communications remain secure between customers and the Web server is a critical issue. Secure Sockets Layer (SSL) is the standard that secure Web sites are built upon today. This article presents an overview of SSL-based Web security, explaining such fundamental concepts as digital certificates and their distribution, encryption, and the proper configuration of Microsoft Internet Information Serv... |
| | Total Hits: 62 | Today: 0 | Author: MSDN | Rating:  |
| |  Contains information describing an active Compensating Resource Manager (CRM) Clerk object.... |
| | Total Hits: 76 | Today: 0 | Author: MSDN | Rating:  |
| |  Each clerk is associated with a compensator, which is called back to perform actions during the two-phase commit of the transaction.... |
| | Total Hits: 136 | Today: 0 | Author: Roman Kiss | Rating:  |
| |  The Web Services are a url-address driven resources to perform a specific application service. In the logical business model the Web services represent reusable components - processors to obtain or change the distributed business state. The application business behavior can be notified using a loosely coupled event (LCE) system supported by COM+ services. It's based on the Publisher/Subscriber design pattern. This article describes how to integrate the Web Services into the COM+ Event System in ... |
| | Total Hits: 40 | Today: 0 | Author: MSDN | Rating:  |
| |  ApplicationIDAttribute takes a GUID in its constructor. When registration occurs, the components in the assembly are installed in an application with the given ID.... |
| | Total Hits: 72 | Today: 0 | Author: MSDN | Rating:  |
| |  Add new Microsoft .NET components to existing COM and COM+ applications and they will be able to work together; this will help you if you need to develop a .NET application that can do things like participate in transactions, take advantage of role-based security, or interact with a queue.... |
| | Total Hits: 60 | Today: 0 | Author: MSDN | Rating:  |
| |  Allows security configuration for the library or server application housing the application. This class cannot be inherited.... |
| | Total Hits: 224 | Today: 0 | Author: Roman Kiss | Rating:  |
| |  This article describes how to design, build and install .Net Application into the COM+ Catalog without using the ServicedComponent class in your application. The solution shows retrieving the assembly and class attributes (included custom) from the assembly file and their storing into the COM+ Catalog Objects using the C# language.... |
| | Total Hits: 29 | Today: 0 | Author: MSDN | Rating:  |
| |  The activation setting for the application defaults to Library.... |
| | Total Hits: 41 | Today: 0 | Author: MSDN | Rating:  |
| |  Specifies the level of access checking for an application, either at the process level only or at all levels, including component, interface, and method levels.... |
| | Total Hits: 84 | Today: 0 | Author: MSDN | Rating:  |
| |  This article describes how to run local and distributed transactions in your Microsoft .NET applications.... |
| | Total Hits: 45 | Today: 0 | Author: MSDN | Rating:  |
| |  It is easy to say that EnterpriseServices in Microsoft .NET gives us access to all the COM+ features. While this is accurate, it really isn't sufficient because it may lead you to believe that you should just continue to use COM+ services in Microsoft .NET just as you did in COM, only with a different name.... |
| | Total Hits: 113 | Today: 0 | | Rating:  |
| |  This article requires some familiarity with the Microsoft®.NET Framework and COM+ services. Familiarity with Enterprise Services is not necessary but would be helpful.... |
| | Total Hits: 773 | Today: 0 | | Rating:  |
| |  Gradually, as you start picking up the threads of multi-threading, you would feel the need to manage shared resources. The .NET framework provides a number of classes and data types that you can use to control the access to shared resources.... |
| | Total Hits: 1465 | Today: 0 | | Rating:  |
| |  This article describes how to implement an asynchronous remoting callbacks from different remote objects such as .Net Service (COM+), Web Service and classic .Net object using the C# language.... |
| | Total Hits: 264 | Today: 0 | | Rating:  |
| |  This document examines the advantages of using XML Web services over DCOM and demonstrates how to implement an XML Web service and consume it with a Microsoft .NET client application.... |
| | Total Hits: 918 | Today: 0 | | Rating:  |
| |  This article assumes prior knowledge of COM+. New in .NET Beta2 is the System.EnterpriseServices namespace. There we’ll find the ServicedComponent class and all the necessary attribute classes needed to create COM+ components. From creation to deployment there are only four basic steps to COM+ component development.
... |
| | Total Hits: 474 | Today: 0 | | Rating:  |
| |  Managed C++ allows you to declare and use Managed .NET arrays which means you don't have to do memory allocation of your own and garbage collection will take care of memory de-allocation. Managed .NET arrays are basically objects of the System::Array class and thus you have the additional benefit that you can call methods of the System::Array class on your Managed .NET arrays. Both single and multi-dimensional arrays are supported though the syntax is slightly different from that used with old-s... |
|
|
|
|
|
|