Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Wednesday, March 17, 2010

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 > Articles & Samples > Visual C++ .NET
Search:
What's New - What's Hot
Listings for AddIns AddIns (406)
Listings for Attributes Attributes (4)
Listings for Class Libraries Class Libraries (211)
Listings for Collection Collection (23)
Listings for Compiler Compiler (22)
Listings for Component Component (75)
Listings for Controls Controls (673)
Listings for DataBase DataBase (148)
Listings for Debugging Debugging (148)
Listings for Email Email (15)
Listings for Error Handling Error Handling (6)
Listings for Event Handling Event Handling (19)
Listings for Exception Handling Exception Handling (45)
Listings for FAQ FAQ (64)
Listings for File Management File Management (143)
Listings for Graphics&Chart Graphics&Chart (398)
Listings for Language Reference Language Reference (50)
Listings for Miscellaneous Miscellaneous (1106)
Listings for OOP OOP (497)
Listings for Performance/Optimization Performance/Optimization (81)
Listings for PlugIns PlugIns (27)
Listings for Regular Expression Regular Expression (36)
Listings for Sample Programs Sample Programs (1541)
Listings for Security Security (97)
Listings for Socket Programming Socket Programming (152)
Listings for Threading Threading (290)
Listings for Tips & Tricks Tips & Tricks (303)
Listings for Type Casting Type Casting (2)
Listings for Web Services Web Services (64)
Listings for Windows Form Windows Form (154)
Listings for XML XML (74)
 


Creating and Using a Managed Assembly (C++)    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

The next type of library that we will create is a managed assembly. Using managed assemblies is a great way to reuse code. Rather than re-implementing the same routines in every program that you create, you write them once and reference them from applications that need the functionality....

Creating and Using a Static Library (C++)    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

The next type of library we will create is a static library (LIB). Using static libraries is a great way to reuse code. Rather than re-implementing the same routines in every program that you create, you write them one time and reference them from applications that need the functionality....

Creating a Windows Forms Control (C++)    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

Windows Forms controls are components that can be added to Windows Forms applications (GUI applications that target the common language runtime). Windows Forms applications in Visual C++ use .NET Framework classes and other .NET features with the new Visual C++ syntax....

Walkthrough: Granting and Removing Permissions for an Office Solution (2003 System)    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

The information in this topic applies only to the specified Visual Studio Tools for Office projects and versions of Microsoft Office....

How to: Reference .NET Types from COM    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

From the point of view of client and server code, the differences between COM and the .NET Framework are largely invisible. Microsoft Visual Basic clients can view a .NET object in the object browser, which exposes the object methods and syntax, properties, and fields exactly as if it were any other COM object....

Embed Python in MFC Dialog    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 0 Author: Sharjith       Rating:  
Read Reviews | Write Review |   Your Rating: 

I would like to show the use of the Python Interpreter in applications. Though this is an MFC sample presented in the article, you are not limited to use it in MFC only. Any GUI toolkit can be used as the front end.

A Gtk implementation of the front end is also provided for which you will need the gtk 2.12 runtime installed, which is freely available....

Strategy Pattern at work    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: Nizar Noorani       Rating:  
Read Reviews | Write Review |   Your Rating: 

We recently ran into a challenging design issue at work. We are working on a web application that must support internationalization since we have customers in many different countries. The profile for each customer has different settings and configurations based upon the customer’s country....

Superior logging design. Fast but comprehensive    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: valdok       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article shows a way to design a logger that does what the description of the article suggests:

* Work as fast as possible when nothing happens.
* Log as much info as possible when necessary....

COM+ Integration: How .NET Enterprise Services Can Help You Build Distributed Applications    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 0 Author: Tim Ewald       Rating:  
Read Reviews | Write Review |   Your Rating: 

The .NET Common Language Runtime (CLR) is Microsoft's next-generation component technology. The CLR is a replacement for COM, but not for COM+. COM+, now called .NET Enterprise Services, is the Microsoft object runtime environment for scalable system development. This article explains how to implement and deploy COM+ configured classes using the CLR, how to access object context and call context, and the rules for managing context-relative object references. Also discussed are ways to manage pre...

Microsoft .NET: Implement a Custom Common Language Runtime Host for Your Managed App    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: Steven Pratschner       Rating:  
Read Reviews | Write Review |   Your Rating: 

While most application developers may not need to write a custom host, understanding what is involved provides a great deal of insight into the architecture of the CLR. After covering how the CLR is started and loaded into a process, how to set the available configuration options, and how a host defines application domains, this article explains how to design a custom host. Important concepts include making the right decisions about the application domain boundaries for the host, configuring the...

When should I use Areas in TFS instead of Team Projects    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 0 Author: Martin Hinshelwood       Rating:  
Read Reviews | Write Review |   Your Rating: 

If you are a small company that creates a finite number of internal projects then you will find it easier to create a single project for each of your products and have TFS do the heavy lifting with reporting, SharePoint sites and Version Control....

Building Better Buttons in Expression Blend        
Total Hits: 1  |  Today: 0 Author: Alan Beasley       Rating:  
Read Reviews | Write Review |   Your Rating: 

We can now make them beautiful thanks to the power of Silverlight & Blend, shown wonderfully by Timmy Kokke in his Glass Orb Button article. But we can do more than just colourful, so I'd like to share some ideas of how we can go a bit further. As well as discussing how to build your buttons with consideration to: Layout, Styles, Animation, Scalability & Reuse....



DevASP.Net - Disclaimer - Privacy
© 2002-2010 DevASP.net