Related resources for CW
  • Calling a COM Component From C# (Late Binding)3/30/2022 10:16:38 AM. This code sample shows how to call a COM component in .NET framework using C#.
  • Klocwork - Get Started With A Static Code Analyzer11/6/2020 9:49:32 AM. This article helps you get started with a static code analyzer. It begins with the theoretical concepts and ends with a static code analyzer's practical usage using Klocwork.
  • Java Standard Tag Library (JSTL)10/2/2020 9:24:34 AM. The JSP Standard Tag Library (JSTL) is a new component being offered in Java Server Pages(JSP) programming. The customs tags enable the users to reuse valuable components.
  • Properties of Process Object in NodeJS4/20/2020 1:06:11 PM. This article explains the properties of Process objects.
  • Managed code and unmanaged code in .NET10/24/2018 1:28:03 AM. In this article I will try to explain you managed code and unmanaged code in .NET with help of diagram and its execution process.
  • Directory Functions in PHP5/24/2013 3:26:32 PM. This article explains Directories in PHP; how to show or get all the information about directories and contents.
  • Changing String Case in PHP2/3/2013 1:25:11 PM. I am describing changing string case in PHP using the important string functions strtolower, strtoupper, ucfirst and ucwords.
  • XML Result Based on SQL Server XML Template in VB.NET11/9/2012 11:14:36 AM. I've included the code to extract XML data from a SQL Server 2000 database using dynamically generated XML templates. To try out this example you must have SQL Server 2000 or SQL Server 7.0 with XML support. This webservice is part of a project called the CWS(Catalog Web Services) and offers result data services based on the input parameters.
  • N-Tier Development with Microsoft .NET : Part III9/30/2012 4:25:57 AM. The last installment in this series detailed more on the middle tier – business – façade and how to create a Web Service Export Proxy to have a physically separated middle tier.
  • How To: Create a Generic WebPart in Sharepoint9/29/2012 7:33:17 AM. This article is a detailed description on how to create a generic webpart in SharePoint.
  • Web Service Between .NET, Java and MS SOAP Toolkit - Part II5/19/2012 6:44:42 AM. Second article in this series dedicated to Web services comes as a sequel to the first one in which I started to tell you how you could build different kind of clients and services using MS SOAP Toolkit, Apache SOAP for Java and .NET Framework.
  • Host an OCX control within a .Net windows application-.Net and COM part IV11/3/2008 2:08:46 AM. In this article I will explain how to host an OCX control within a .Net application.
  • Using Web Browser Options in C# and VB.NET8/30/2006 5:20:16 AM. I wrote this article in Sept 2001 in response to a question on discussion forums - how to create a Web Browser in C#? Recently, I got a question on how to use Browser's Save As option programmatically. This article explains how to use Web Browser ActiveX to your project to developer your own customized Web Browser and use its options.
  • cwTab - A Tab Control in C#12/31/2005 12:57:42 AM. cwTab is a control written in C# that gives you the ability to add Visual Studio.Net, Excel, and InterDev tabs to any application. The control is fully customizable.
  • Accessing .NET Components from COM Clients and COM components from .NET Clients12/23/2005 1:20:59 AM. In this article I am going to explain how to access a .NET component from a COM client and accessing COM from .NET clients.