Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > .NET Namespaces > System > System Namespaces > EnterpriseServices
Search:
What's New - What's Hot
More Categories for System.EnterpriseServices Classes System.EnterpriseServices Classes (102)
More Categories for System.EnterpriseServices Namespaces System.EnterpriseServices Namespaces (10)


Enterprise Services, SQL Script Editing     
Total Hits: 95  |  Today: 0Author: Ken Spencer      Rating:  
Read Reviews | Write Review |  Your 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....

The Enterprise Library Data Access Application Block, Part 1     
Total Hits: 118  |  Today: 0Author: John Papa      Rating:  
Read Reviews | Write Review |  Your 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...

Secure Sockets Layer: Protect Your E-Commerce Web Site with SSL and Digital Certificates     
Total Hits: 27  |  Today: 0Author: Johnny Papa      Rating:  
Read Reviews | Write Review |  Your 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...

ClerkInfo Class     
Total Hits: 62  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

Contains information describing an active Compensating Resource Manager (CRM) Clerk object....

Clerk Class     
Total Hits: 76  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

Each clerk is associated with a compensator, which is called back to perform actions during the two-phase commit of the transaction....

Using the Web Services and COM+ Event System in the .Net Application.     
Total Hits: 136  |  Today: 0Author: Roman Kiss      Rating:  
Read Reviews | Write Review |  Your 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 ...

ApplicationIDAttribute Class     
Total Hits: 40  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your 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....

Using COM+ Services in .NET     
Total Hits: 72  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your 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....

ApplicationAccessControlAttribute Class     
Total Hits: 60  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

Allows security configuration for the library or server application housing the application. This class cannot be inherited....

Regasm2.exe – The .Net/COM+ Installation Tool.     
Total Hits: 224  |  Today: 0Author: Roman Kiss      Rating:  
Read Reviews | Write Review |  Your 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....

ActivationOption Enumeration     
Total Hits: 29  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

The activation setting for the application defaults to Library....

AccessChecksLevelOption Enumeration     
Total Hits: 41  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your 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....

Transaction Control     
Total Hits: 84  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article describes how to run local and distributed transactions in your Microsoft .NET applications....

O COM+, Where Art Thou?     
Total Hits: 45  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your 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....

Understanding Enterprise Services (COM+) in .NET     
Total Hits: 113  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your 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....

Multithreading Part 3: Thread Synchronization     
Total Hits: 773  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your 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....

Using the Remoting Callbacks in .Net Applications     
Total Hits: 1465  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your 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....

Using Web Services Instead of DCOM     
Total Hits: 264  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your 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....

Creating COM+ components with .NET Beta2     
Total Hits: 918  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your 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.

...

Using managed arrays     
Total Hits: 474  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your 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...



Disclaimer - Privacy
© 2002-2012 DevASP.net