Download: Build .NET Applications Without Hand Coding Sponsored by Iron Speed
Iron Speed Designer builds database, forms, and reporting applications for .NET without hand-coding. Quickly create visually stunning, feature-rich applications that are easy-to-customize and ready to deploy. Iron Speed Designer accelerates development by eliminating routine infrastructure programming, freeing you to focus on our business logic. Get your free copy now!
Newest Articles OCILIB: Faster and Friendlier Access to Oracle's OCI API By Victor Volkman - Published 05/13/2008 Why get bogged down in the quicksand of the Oracle Call Interface (OCI) when you can get the same service with less code and fewer headaches with Vincent Rogier's OCILIB?
Visual C++ 2008 Feature Pack: MFC Enhancements By Nick Wienholt - Published 05/12/2008 The Visual C++ 2008 Feature Pack incorporates C++ language changes that move C++ closer to the upcoming C++0x standard. The new language elements build on the powerful features of the C++ language, and include support for regular expressions, function objects, and a number of new STL containers as well as many other new features. Review some of the new language features, and see how they can be incorporated into C++ applications.
Enterprise Java Contract-First vs. Contract-Last Web Services By Vlad Kofman - Published 05/08/2008 Discover two different ways to implement SOAP web services. The methods discussed here can also use either RPC or Document style implementations, and can significantly differ in development and maintenance efforts.
Working With Design Patterns: Chain of Responsibility By Jeff Langr - Published 05/07/2008 The chain of responsibility pattern allows you to emulate a real-life chain of command. In a chain of responsibility, a request moves from handler to handler until someone is able to manage and return it to the client.
Introduction to the Next Generation of Source Control By Aleksey Shevchenko - Published 05/02/2008 Source Configuration Management (SCM) is an essential part in the Application Development lifecycle. Learn about a next-generation source management tool—Synergy CM.
Portal Federation with WebLogic Portal WRSP: The Basics By Scott Nelson - Published 05/01/2008 WSRP (Web Services for Remote Portlets) is a handy specification from the folks at OASIS. It provides a standard for portal applications to share portlets between portals. Discover what it can do for you.
.NET Tip: Writing to the Event Log By Jay Miller - Published 04/30/2008 Create a class to add Error, Warning, and Information entries in the Windows event log.
Highlighted Tutorials Using Connection Pooling in ADO.NET By Bipin Joshi -
Learn how ADO.NET connection pooling works and how to configure it to suit your performance requirements.
Libxml2: Everything You Need in an XML Library By Victor Volkman -
Got XML files? Look no further than libxml2, which gives you both DOM and SAX model XML parsing in a single freeware library that works with most common languages in all popular platforms including Linux and Win32/Win64.
Working With Design Patterns: Facade By Jeff Langr -
Object-oriented languages provide great opportunities to isolate complexity in a system. A facade buries an unwieldy interface behind a simplified one.
Telling Time with Ruby By W. Jason Gilmore -
Walk through many of the immensely cool things you can do with Ruby's Time class.
OP-ED: Fixed-Price Software Projects, or, The Quickest Way to a Financial Calamity By Paul Kimmel -
Successful software projects have to begin with the premise that a fixed price, time, and project that is accurate may be a fantasy because there are too many unknowns—people sometimes being the worst offenders. Fix a time and price to what can be fixed and pay for what must be paid for.
The 4C Architecture Blueprinting Process By Jeff Ryan -
City plans and zoning boards. Building codes and inspectors. These concepts are quite familiar in the field of urban planning. Do they really apply to enterprise architecture? Read on to learn about creating your own city plan using the 4C architecture blueprinting process.
.NET Tip: Return File Contents as a String By Jay Miller -
What do you do when you need to read in an entire file and process it as a string? Here is a simple solution.
Introduction to the MIDlet User Interface, A First Look By Richard G. Baldwin -
Learn the fundamentals of user interfaces for MIDlets, how to instantiate user interface components, how to cause them to become visible on the cell phone screen, the difference between a Screen and a Display, and much more.
New on Codeguru Setting Up Unit Testing in Microsoft VSTS 2008 Published 05/12/2008 By Paul Hacker - Discover how easy it is to add unit testing to your Visual Studio 2008 projects with the built-in tools.
Coding Unit Tests in Microsoft VSTS 2008 Published 05/12/2008 By Paul Hacker - Paul shows you how to write the code for unit tests in your Visual Studio projects. (This is part 2 of Unit Testing with VSTS)
Use STA COM Objects Asynchronously Published 05/12/2008 By Wong Shao Voon - Learn how to use STA COM objects asynchronously without blocking your main thread.
[Updated] Creating a C# Gradient Progressbar Component Published 05/08/2008 By Hannes du Preez - Learn how to create your own Progressbar-like control, which exposes the same properties as a normal Progressbar, but with added visual appeal.