Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
VB VB (1648)
VB.net VB.net (736)
C# C# (15)
ASP.net ASP.net (779)
ASP ASP (41)
VC++ VC++ (25)
PHP PHP (0)
JAVA JAVA (4)
JScript JScript (5)
  Database
» SQL Server (708)
» ORACLE (5)
» MySQL (0)
» DB2 (0)
Automation
» C/C++/ASM (11)
» Microcontroller (1)
» Circuit Design (0)
OS/Networking
» Networking (5)
» Unix/Linux (1)
» WinNT/2k/2003 (8)
Graphics
» Flash (0)
» Maya (0)
» 3D max (0)
» Photoshop (0)
Links
» ASP.net (2)
» PC Interfacing (1)
» Networking (4)
» SQL Server (4)
» VB (23)
» VB.net (4)
» VC (3)
» HTML/CSS/JavaScript (10)
Tools
» Regular Expr Tester
» Free Tools

 

Avoid duplicate entries for the same serviced component
Total Hit (2611) A common mistake when creating a .NET component that runs under Component Services - that is, a class that inherits from ServicedComponents - is that you forget to assign a fixed version and/or GUID to the component being built. In this case, whenever the assembly is modified and recompiled, a new v ....Read More
Rating
Reduce COM+ context overhead: activate in the caller's context
Total Hit (2676) Even though you may want to use some COM+ services, it doesn't mean that you have to have a unique context for each and every instance. The root instance, that is, the instance that the client uses, must have a context, but the secondary instances can often co-locate within the first context. In ....Read More
Rating
Reduce COM+ context overhead: use modules and shared members
Total Hit (2717) If you use Shared members in .NET or modules in VB6, you reduce COM+ context overhead without any risk whatsoever that you will get extra context overhead for that code. You also release yourself from the clean-up burden that you have in both worlds. Instead of the VB6 consumer code: «Code LangId ....Read More
Rating
Select the transaction isolation level and timeout in a serviced component
Total Hit (2947) Writing a transactional COM+ component with VB.NET is as simple as applying the Transaction attribute to a class that inherits from System.EnterpriseServices.ServicedComponent: «Code LangId=2» Imports System.EnterpriseServices < Transaction()> Public Class BankTransfer Inherits ServicedC ....Read More
Rating
Support COM+ constructor strings in serviced components
Total Hit (2796) Having a VB6 component support a COM+ construction string requires that you implement the IObjectConstruct interface and its only method, Construct. The .NET ServicedComponent class implements this interface internally and expose the Construct method as a protected, overridable method. Thus your VB. ....Read More
Rating
Take advantage of COM+ object pooling
Total Hit (2660) VB6 objects can't be pooled under COM+, because they are apartment threaded. This restriction is void with VB.NET objects (and all .NET objects in general), because they are free-threaded. To make an object poolable you just need to decorate the class with the ObjectPooling attribute: «Code LangI ....Read More
Rating
AddComPlusApplication - Creating a new COM+ application
Total Hit (2756)
Rating
AddComPlusAppRole - Adding a new role to a COM+ application
Total Hit (2942)
Rating
AddComPlusAppRoleMember - Adding a member to a COM+ application's role
Total Hit (2869)
Rating
DelComPlusApplication - Deleting a COM+ application
Total Hit (2934)
Rating
DelComPlusAppRole - Deleting a role from a COM+ application
Total Hit (2608)
Rating
DelComPlusAppRoleMember - Removing a member from a COM+ application's role
Total Hit (2664)
Rating
ExportComPlusApplication - Exporting a COM+ application to a MSI installer file
Total Hit (2949)
Rating
GetComPlusApplications - Retrieving the installed COM+ applications
Total Hit (2584)
Rating
GetComPlusAppRoleMembers - Retrieving a COM+ Application role's members
Total Hit (2902)
Rating
GetComPlusAppRoles - Retrieving a COM+ Application's roles
Total Hit (2772)
Rating
RegisterEnterpriseService - Register an Enterprise Service in the COM+ Catalog
Total Hit (2632)
Rating
ShutDownComPlusApplication - Shutting-down a COM+ application
Total Hit (2703)
Rating
StartComPlusApplication - Starting a COM+ application
Total Hit (2700)
Rating
UnregisterEnterpriseService - Unregister an Enterprise Service from the COM+ Catalog
Total Hit (2475)
Rating
This is a link to a different site Component Services for .NET, Part I of IV
Total Hit (2182) The topic of component services is about creating enterprise applications that need to be secure, reliable, available, efficient and scalable. Component Services, aka COM+ (previously MTS), is the part of the Windows Server OS that supports these goals. The idea is that integrating your application ....Read More
Rating


Recommanded Links

 

Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.